-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having an issue pulling com.github.edrlab.nanohttpd:nanohttpd:master-SNAPSHOT #286
Comments
Yeah, something changed with the nanohttpd repository. The current workaround, suggested in Slack, is using the below block in your root
|
Thank you for the workaround, I also met this issue yesterday and now it work fine. |
I have the same issue, and workaround is not working
|
probably related to jitpack server being down, check the GitHub issue. Very frustrating... 😕 |
@m-ochyra Do you still have the issue with the workaround? |
There's a new 2.2.1 release for this issue. Make sure to follow the migration guide to upgrade. Migration GuideThis hotfix release fixes an issue pulling a third-party dependency (NanoHTTPD) from JitPack. After upgrading, make sure to remove the dependency to NanoHTTPD from your app's -implementation("com.github.edrlab.nanohttpd:nanohttpd:master-SNAPSHOT") {
- exclude(group = "org.parboiled")
-}
-implementation("com.github.edrlab.nanohttpd:nanohttpd-nanolets:master-SNAPSHOT") {
- exclude(group = "org.parboiled")
-} ☝️ If you are stuck with an older version of Readium, you can use this workaround in your root |
No, I have no issue. It's working |
@M-HARIS-97 it looks like jitpack is having some sort of an outage, which is causing this issue. I'm sure it will resolved in the next few hours. EDIT: their official status page says everything is operational, but I'm pretty sure the cake is a lie. |
Upgrade to 2.3.0 which embeds NanoHTTPd as a JAR. You will need to remove any mention of NanoHTTPd from your |
Also Readium (since 2.3.0) is now distributed in Maven Central. |
This is not a bug per se, just wanted to see if anyone else is experiencing an issue with this.
Just randomly started happening out of the blue today. It has been working just fine for the last year or so.
Here's what my gradle build is saying:
Caused by: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find nanohttpd-nanolets-master-SNAPSHOT.jar (com.github.edrlab.nanohttpd:nanohttpd-nanolets:master-SNAPSHOT:nanohttpd-project-2.3.1-gc3b149e-77).
The text was updated successfully, but these errors were encountered: