Any idea what happened here: https://repo.clojars.org/cljsjs/scheduler/0.19.0-0/scheduler-0.19.0-0.jar ?
What's the issue with that jar?
It returns an error: <Message>The specified key does not exist.</Message>
Hmm, might be load balancer related or something. I tried this from another computer and it works.
Pom and jar return the error from my desktop or other computers from same IP, works elsewhere. Other files work.
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.
1. x-amz-request-id: BEE2AB0A7DB7C0CE 2. X-Cache: HIT 3. X-Cache-Hits: 8
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
Let me try purging that path now manually and you can retry
Okay, see if it gives you a proper response now
jar file works now, pom still doesn't
ok, I'll purge that as well
purged
Works now. Thanks!
There doesn't seem to be an open issue about this in Github?
No, not yet, I just discovered it as an issue on Friday. I'll create one.
@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
I've seen this coming up a couple of times now
I've also sent an email to glts but haven't gotten an answer yet.