clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
eslachance 2017-02-09T09:07:38.000119Z

@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.

danielcompton 2017-02-09T12:08:18.000122Z

This is from a lein deploy?

eslachance 2017-02-09T12:15:47.000123Z

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>"}]] 

2017-02-09T14:42:27.000124Z

@eslachance: clojars may not support using your email address for deploys - can you try your username instead?

eslachance 2017-02-09T14:43:21.000125Z

oh god that was it. >.<

eslachance 2017-02-09T14:43:41.000126Z

I was sure it used the email since that's how I login to the clojars website.

eslachance 2017-02-09T14:44:08.000127Z

Thanks @tcrawley I guess I was just being a derp.

2017-02-09T14:44:43.000129Z

my pleasure! I'm not sure why we don't support an email address there

danielcompton 2017-02-09T20:48:58.000130Z

We made some changes around user/email for logging in a while ago, maybe this was a side effect?

danielcompton 2017-02-09T20:49:15.000131Z

We should probably either allow email here, or detect an email address is being used and throw a more helpful warning

2017-02-09T21:03:50.000132Z

Yeah, maybe this is a regression.