DImuthuUpe/AndroidPdfViewer

i get this issue when run the app: Received status code 401 from server: Unauthorized

Opened this issue · 5 comments

Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom'. Received status code 401 from server: Unauthorized

any idea how to solve it?

same issue

Same Issue.
Also facing the issue for PRDownloader : https://github.com/amitshekhariitbhu/PRDownloader

You can look at the fork here made by mhiew to see what he has done to fix this -
https://github.com/mhiew/AndroidPdfViewer

Can also implement his fork with -
implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.3'
Preferably fork yourself instead of using some fork that can be removed in the future by someone else

same issue

Please check this comment. That solved my problem