Fork me on GitHub
#clojars
<
2017-02-09
>
eslachance09:02:38

@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 
Could not transfer artifact dithcord:dithcord:jar:0.0.10 from/to releases (): Failed to transfer file: . Return code is: 401, ReasonPhrase: Unauthorized.
Sending dithcord/dithcord/0.0.10/dithcord-0.0.10.pom (3k)
    to 
Could not transfer artifact dithcord:dithcord:pom:0.0.10 from/to releases (): Failed to transfer file: . Return code is: 401, ReasonPhrase: Unauthorized.
Failed to deploy artifacts: Could not transfer artifact dithcord:dithcord:jar:0.0.10 from/to releases (): Failed to transfer file: . 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.

danielcompton12:02:18

This is from a lein deploy?

eslachance12:02:47

yes, I'm doing lein deploy releases where I have the following config in my project.clj :

:deploy-repositories [["releases"  {:sign-releases false :url ""}]
                        ["snapshots" {:sign-releases false :url ""}]] 

tcrawley14:02:27

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

eslachance14:02:21

oh god that was it. >.<

eslachance14:02:41

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

eslachance14:02:08

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

tcrawley14:02:43

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

danielcompton20:02:58

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

danielcompton20:02:15

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

tcrawley21:02:50

Yeah, maybe this is a regression.