jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.54k stars 185 forks source link

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

Open Tavorc opened 2 months ago

Tavorc commented 2 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

also for org.jetbrains.anko:anko-commons:0.10.5 https://jitpack.io/org/jetbrains/anko/anko-commons/0.10.5/anko-commons-0.10.5.pom

any idea how to solve it?

conghuahuadan commented 2 months ago

I also have the same problem, It has already affected the compilation of many projects, please fix it as soon as possible

Tavorc commented 2 months ago

The solution that works for me is, i downloaded the files of the library and put it locally in my repo.

conghuahuadan commented 2 months ago

对我有用的解决方案是,我下载了库的文件并将其位置放在我的存储库中。

dealing with every project like this would be overwhelming and frustrating.

Nayan014 commented 2 months ago

After trying numerous solutions, this one finally worked for me. Link

ezeamalukamsiyo commented 2 months ago

use this for your pdf viewer

implementation 'com.github.DImuthuUpe:AndroidPdfViewer:2.8.1'...

i have issues with this 

    implementation 'br.com.simplepass:loading-button-android:1.6.3'

anyone with a solution?

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 30 days with no activity.