clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
juhoteperi 2020-03-16T09:17:02.052Z

Any idea what happened here: https://repo.clojars.org/cljsjs/scheduler/0.19.0-0/scheduler-0.19.0-0.jar ?

2020-03-16T10:58:49.052100Z

What's the issue with that jar?

juhoteperi 2020-03-16T11:22:57.052300Z

It returns an error: <Message>The specified key does not exist.</Message>

juhoteperi 2020-03-16T11:23:58.052500Z

Hmm, might be load balancer related or something. I tried this from another computer and it works.

juhoteperi 2020-03-16T11:26:23.052700Z

Pom and jar return the error from my desktop or other computers from same IP, works elsewhere. Other files work.

2020-03-16T11:27:20.052900Z

Ah, I suspect it is the Fastly CDN - it caches 404s, so if something asked for it before it was there the 404 would be cached, but only for the edge node where it was requested.

juhoteperi 2020-03-16T11:27:28.053100Z

1. x-amz-request-id: BEE2AB0A7DB7C0CE 2. X-Cache: HIT 3. X-Cache-Hits: 8

2020-03-16T11:28:09.053300Z

This isn't the first time this has impacted someone - the fix is to probably purge all artifacts for deploy from fastly at the end of the deploy

2020-03-16T11:28:19.053500Z

Let me try purging that path now manually and you can retry

2020-03-16T11:31:05.053700Z

Okay, see if it gives you a proper response now

juhoteperi 2020-03-16T11:31:45.053900Z

jar file works now, pom still doesn't

2020-03-16T11:32:57.054100Z

ok, I'll purge that as well

2020-03-16T11:33:41.054300Z

purged

juhoteperi 2020-03-16T11:34:24.054500Z

Works now. Thanks!

juhoteperi 2020-03-16T11:34:42.054700Z

There doesn't seem to be an open issue about this in Github?

2020-03-16T11:37:03.054900Z

No, not yet, I just discovered it as an issue on Friday. I'll create one.

borkdude 2020-03-16T13:13:36.056600Z

@darwin fwiw I've also had an issue with lein 2.9.2 on CircleCI. I ended up reverting to 2.9.1 and made mention of this in the freenode channel, but because I don't know where the history of that channel is, I don't know if this was picked up. I also mentioned it in the #leiningen channel

borkdude 2020-03-16T13:14:31.057Z

I've seen this coming up a couple of times now

slipset 2020-03-16T15:52:12.057200Z

https://github.com/technomancy/leiningen/issues/2664

slipset 2020-03-16T15:53:01.057500Z

https://github.com/technomancy/leiningen/issues/2650

slipset 2020-03-16T15:53:43.058Z

I've also sent an email to glts but haven't gotten an answer yet.