DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.18k stars 1.91k forks source link

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

Open Tavorc opened 3 months ago

Tavorc commented 3 months ago

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?

Bunty-petiwala commented 3 months ago

same issue

abir-cse commented 3 months ago

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

ItayFeld commented 3 months ago

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

import-tushar commented 3 months ago

same issue

mariaiffonseca commented 2 months ago

Please check this comment. That solved my problem