Skip to content
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

Received status code 401 from server: Unauthorized from jitpack.io #230

Open
edalatfeizi opened this issue May 4, 2021 · 5 comments
Open

Comments

@edalatfeizi
Copy link

I'm getting this error when i try to get it from jitpack.io repository

Could not resolve com.github.warkiz.widget:indicatorseekbar:2.1.1.
Required by:
project :app
> Could not resolve com.github.warkiz.widget:indicatorseekbar:2.1.1.
> Could not get resource 'https://jitpack.io/com/github/warkiz/widget/indicatorseekbar/2.1.1/indicatorseekbar-2.1.1.pom'.
> Could not GET 'https://jitpack.io/com/github/warkiz/widget/indicatorseekbar/2.1.1/indicatorseekbar-2.1.1.pom'. Received status code 401 from server: Unauthorized

@kimipeng
Copy link

Add below in you build.gradle

repositories {
maven { url 'https://jcenter.bintray.com/' }
}

@kartik0198
Copy link

please migrate to mavencentral as jcenter will be shutting down soon and is at the end of life. Android studio also shows a warning now.

@ptsiogas
Copy link

@kartik0198 bintray is finally down. Are there any plans for migration?

@mianaliasjad
Copy link

any progress on this? i can't build my project anymore

@kartik0198
Copy link

I don't think the developer is active anymore. You may choose to fork the library in your project if you intend to use this further. In any case, this lib is not getting updated now. @mianaliasjad @ptsiogas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants