Open pbsarathy21 opened 1 year ago
Started facing the same issue. Received status code 521 from server
I am also facing the same issue Please do the needful Could not HEAD 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'. Received status code 521 from server:
Facing issue: Could not HEAD 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'. Received status code 521 from server:
Just Got: Could not HEAD 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'. Received status code 521 from server:
Facing same issue: Could not HEAD 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'. Received status code 521 from server:
try to put jcenter { content { includeModule("com.github.barteksc", "android-pdf-viewer") } }
(or jcenter()
) line before specifing jitpack.io
on your project root build.gradle
. it seems worked better for me.
(it's just temporary workaround.)
try to put
jcenter { content { includeModule("com.github.barteksc", "android-pdf-viewer") } }
(orjcenter()
) line before specifingjitpack.io
on your project rootbuild.gradle
. it seems worked better for me. (it's just temporary workaround.)
it work for me. thanks
try to put
jcenter { content { includeModule("com.github.barteksc", "android-pdf-viewer") } }
(orjcenter()
) line before specifingjitpack.io
on your project rootbuild.gradle
. it seems worked better for me. (it's just temporary workaround.)
Its working for me in local. But facing the same issue in App centre with this fix.
This is temporary solution but we need permanent solution to resolve this issue.
This is temporary solution but we need permanent solution to resolve this issue.
The permanent solution is to migrate to a different PDF Viewer library. It's clear that this one is no longer being supported.
This is temporary solution but we need permanent solution to resolve this issue.
The permanent solution is to migrate to a different PDF Viewer library. It's clear that this one is no longer being supported.
It doesn't look like an issue with this library, it looks like jitpack.io is dead and not being repaired. The permanent solution is to deploy to a reliable repository.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
11:40:23 > Could not resolve com.github.barteksc:android-pdf-viewer:2.8.2.
11:40:23 Required by:
11:40:23 project :app
11:40:23 > Could not resolve com.github.barteksc:android-pdf-viewer:2.8.2.
11:40:23 > Could not get resource 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'.
11:40:23 > Could not HEAD 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/2.8.2/android-pdf-viewer-2.8.2.pom'. Received status code 521 from server:
try to put jcenter { content { includeModule("com.github.barteksc", "android-pdf-viewer") } } (or jcenter()) line before specifing jitpack.io on your project root build.gradle. it seems worked better for me. (it's just temporary workaround.)
It doesn't work.
@barteksc Do you have a plan to move away from jitpack.io at this point?
@barteksc Do you have a plan to move away from jitpack.io at this point?
LOL! The last time this repo was updated was 3 years ago, to add "Looking for new maintainer" to the readme file. Do you think he's going to swoop in now and do a bunch of maintenance to get this library somewhere stable?
@barteksc Do you have a plan to move away from jitpack.io at this point?
LOL! The last time this repo was updated was 3 years ago, to add "Looking for new maintainer" to the readme file. Do you think he's going to swoop in now and do a bunch of maintenance to get this library somewhere stable?
I do not, actually.
Could not HEAD 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/3.2.0-beta.1/android-pdf-viewer-3.2.0-beta.1.pom'. Received status code 521 from server:
I hope the web server is down, It would be appreciated if you take the effort to make it alive