Fork me on GitHub
#clojars
<
2022-09-19
>
pithyless13:09:52

I'm seeing 416 errors with clojars today on fresh install:

> clj -Sdeps '{:deps {com.wsscode/async {:mvn/version "1.0.11"}}}'
Error building classpath. Could not transfer artifact com.wsscode:async:jar:1.0.11 from/to clojars (): status code: 416, reason phrase: Range Not Satisfiable (416)

pithyless13:09:35

Similar issue:

Error building classpath. Could not transfer artifact to.fluent:heroicons-clojure:jar:1.0.4 from/to clojars (): status code: 416, reason phrase: Range Not Satisfiable (416)

tcrawley14:09:24

That is corrupted or partial downloads in your local ~/.m2/repository/. Try removing the com/wsscode/ and org/clojure/ trees from that dir.

pithyless06:09:52

Thanks! I will confirm today with the affected user that it's a local cache issue.

pithyless14:09:25

Can confirm this was indeed the issue. Thanks again!