clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
borkdude 2017-05-16T13:53:34.843931Z

I’m trying to push a snapshot version of a library I don’t own to my own group, but I’m getting: Could not transfer artifact org.clojars.borkdude:cljs-time:jar:0.5.0-20170516.135246-1 from/to clojars (https://repo.clojars.org/): Failed to transfer file: https://repo.clojars.org/org/clojars/borkdude/cljs-time/0.5.0-SNAPSHOT/cljs-time-0.5.0-20170516.135246-1.jar. Return code is: 401, ReasonPhrase: Unauthorized.

borkdude 2017-05-16T13:53:51.849175Z

while I can push versions of other libraries to Clojars via bootlaces in boot. What could be wrong…

2017-05-16T13:54:27.860366Z

@borkdude I'll take a look at the log to see if there is a hint there, one sec

2017-05-16T13:55:51.886157Z

from the nginx log, it looks like you aren't sending credentials for that deploy

2017-05-16T13:55:56.887827Z

but are for the boot-bundle deploy

borkdude 2017-05-16T13:56:16.894298Z

Hmm uncommenting this worked: ;; push {:repo “clojars”}

borkdude 2017-05-16T13:56:51.905339Z

I guess it’s an interaction between bootlaces and other config

2017-05-16T13:56:58.907609Z

good deal. I don't know enough about boot to know why :)

borkdude 2017-05-16T13:57:11.911809Z

Thanks anyway!

2017-05-16T13:57:15.913135Z

my pleasure!

borkdude 2017-05-16T14:01:51.003708Z

How long does it generally take before a newly pushed dep is available? clojure.lang.ExceptionInfo: Could not find artifact org.clojars.borkdude:cljs-time:jar:0.5.0-SNAPSHOT

2017-05-16T14:02:49.022936Z

does it tell you which repo it is using (http://repo.clojars.org is the CDN, http://clojars.org/repo/ is the on-server version)?

borkdude 2017-05-16T14:03:06.028344Z

clojure.lang.ExceptionInfo: Could not find artifact org.clojars.borkdude:cljs-time:jar:0.5.0-SNAPSHOT in clojars (https://repo.clojars.org/)

2017-05-16T14:03:23.033515Z

hmm, looking

2017-05-16T14:04:39.057516Z

It's there now: http://repo.clojars.org/org/clojars/borkdude/cljs-time/0.5.0-SNAPSHOT/ There can be a delay if the queue to upload to the CDN-fronted cloudfiles repo gets backed up

borkdude 2017-05-16T14:05:03.064828Z

ah

2017-05-16T14:05:14.068356Z

but generally it's only a couple of seconds

borkdude 2017-05-16T14:07:34.111727Z

there it is