clojars

pithyless 2022-09-19T13:34:52.866009Z

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)

pithyless 2022-09-20T14:39:25.989379Z

Can confirm this was indeed the issue. Thanks again!

pithyless 2022-09-19T13:35:35.530789Z

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)

2022-09-19T14:33:24.466909Z

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

pithyless 2022-09-20T06:38:52.024799Z

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