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)Can confirm this was indeed the issue. Thanks again!
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)That is corrupted or partial downloads in your local ~/.m2/repository/. Try removing the com/wsscode/ and org/clojure/ trees from that dir.
Thanks! I will confirm today with the affected user that it's a local cache issue.