@danielcompton I am actually still having the issue, this is the exact error message:
Created D:\home\devel\dithcord\target\dithcord-0.0.10.jar
Wrote D:\home\devel\dithcord\pom.xml
Sending dithcord/dithcord/0.0.10/dithcord-0.0.10.jar (12k)
to <https://clojars.org/repo/>
Could not transfer artifact dithcord:dithcord:jar:0.0.10 from/to releases (<https://clojars.org/repo>): Failed to transfer file: <https://clojars.org/repo/dithcord/dithcord/0.0.10/dithcord-0.0.10.jar>. Return code is: 401, ReasonPhrase: Unauthorized.
Sending dithcord/dithcord/0.0.10/dithcord-0.0.10.pom (3k)
to <https://clojars.org/repo/>
Could not transfer artifact dithcord:dithcord:pom:0.0.10 from/to releases (<https://clojars.org/repo>): Failed to transfer file: <https://clojars.org/repo/dithcord/dithcord/0.0.10/dithcord-0.0.10.pom>. Return code is: 401, ReasonPhrase: Unauthorized.
Failed to deploy artifacts: Could not transfer artifact dithcord:dithcord:jar:0.0.10 from/to releases (<https://clojars.org/repo>): Failed to transfer file: <https://clojars.org/repo/dithcord/dithcord/0.0.10/dithcord-0.0.10.jar>. Return code is: 401, ReasonPhrase:
Unauthorized.
Note that it did work before, my previous version is right here: https://clojars.org/dithcord . I've double-checked my username (email) and password.This is from a lein deploy?
yes, I'm doing lein deploy releases
where I have the following config in my project.clj
:
:deploy-repositories [["releases" {:sign-releases false :url "<https://clojars.org/repo>"}]
["snapshots" {:sign-releases false :url "<https://clojars.org/repo>"}]]
@eslachance: clojars may not support using your email address for deploys - can you try your username instead?
oh god that was it. >.<
I was sure it used the email since that's how I login to the clojars website.
Thanks @tcrawley I guess I was just being a derp.
my pleasure! I'm not sure why we don't support an email address there
We made some changes around user/email for logging in a while ago, maybe this was a side effect?
We should probably either allow email here, or detect an email address is being used and throw a more helpful warning
Yeah, maybe this is a regression.