This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-09
Channels
- # beginners (55)
- # boot (173)
- # clara (3)
- # cljs-dev (10)
- # cljsjs (3)
- # clojars (11)
- # clojure (110)
- # clojure-austin (5)
- # clojure-berlin (13)
- # clojure-chicago (2)
- # clojure-dusseldorf (3)
- # clojure-france (24)
- # clojure-italy (4)
- # clojure-portugal (1)
- # clojure-russia (60)
- # clojure-serbia (8)
- # clojure-spec (150)
- # clojure-uk (129)
- # clojurescript (87)
- # core-logic (1)
- # cursive (75)
- # datavis (1)
- # datomic (75)
- # devcards (4)
- # dirac (17)
- # emacs (50)
- # events (2)
- # hoplon (9)
- # jobs (4)
- # jobs-discuss (37)
- # lein-figwheel (3)
- # luminus (5)
- # off-topic (54)
- # om (9)
- # om-next (5)
- # onyx (10)
- # perun (11)
- # protorepl (11)
- # quil (2)
- # rdf (2)
- # re-frame (14)
- # reagent (58)
- # ring (13)
- # ring-swagger (10)
- # rum (52)
- # spacemacs (8)
- # test-check (10)
- # untangled (17)
- # yada (34)
@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.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 ""}]
["snapshots" {:sign-releases false :url ""}]]
@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.
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