Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Could not HEAD 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 521 from server: #248

Open
Akshanshbhardwaj opened this issue Dec 23, 2022 · 9 comments

Comments

@Akshanshbhardwaj
Copy link

Describe the bug
Could not HEAD 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 521 from server:

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 11
  • Android Studio 2021.3.1.16 (Dolphin)
  • AutoImageSlider Version 1.4.0 (implementation 'com.github.smarteist:autoimageslider:1.4.0')
  • Gradle Version 7.6
  • AGP Version 7.3.1

Solution Tried

  1. I have tried adding Jcenter() and MavenCentral but that does not solve my issue.
  2. I added this code in gradle.setting but not worked for me.
    dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
    google()
    mavenCentral()
    maven { url 'https://jitpack.io' }
    }
    }

error_imageslider

@myuksektepe
Copy link

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
    repositories {
        google()
        jcenter() <---
        mavenCentral()
        maven { url = uri("https://jitpack.io") }
    }
}

Here is the solution @Akshanshbhardwaj

@vishalcoader
Copy link

vishalcoader commented Jan 25, 2023

smarties image slider error solve follwe these step :-

hello everyone you can resolve this error 👎


Solution 👎

first the set these dependency in gradle in ( setting.gradle) file


dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
jcenter()
mavenCentral()

    maven {
        url 'https://jitpack.io'
    }
}

}


and then

add smarties link in gradle dependendies 👎


 implementation 'com.github.smarteist:autoimageslider:1.4.0'

these are perfect solution

@abbasabidi85
Copy link

Thanks it solved the issue

@simonmwangi
Copy link

Thanks too.

@srinivas-lanka
Copy link

Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

@kishea-dev
Copy link

several changes to how to get this library
use.
implementation 'com.github.smarteist:Android-Image-Slider:1.4.0'

reference: https://jitpack.io/#smarteist/Android-Image-Slider/1.4.0

@meshack-ai
Copy link

Thank You it worked:)

@immujahidkhan
Copy link

try this
implementation 'com.github.smarteist:Android-Image-Slider:1.4.0'

@antwhale
Copy link

antwhale commented Nov 9, 2024

https://github.com/antwhale/AntwhaleImageSlider

Use this library which provides same function like smarteist-autoImageSlider

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

No branches or pull requests

10 participants