AnchorFreePartner / hydrasdk-demo-android

Hydra VPN SDK demo app for Android
https://developer.anchorfree.com/
60 stars 31 forks source link

Android hydrasdk cannot be fetched from jitpack #97

Closed Sorae closed 3 years ago

Sorae commented 3 years ago

Hello,

since this morning our CI is unable to get the hydra sdk from jitpack and we can't build our application.

Here's the log from gradle task:


Could not resolve com.github.AnchorFreePartner.hydra-sdk-android:sdk-core:3.3.3.
     Required by:
         project :YYY > project :module:ZZZ
      > Could not resolve com.github.AnchorFreePartner.hydra-sdk-android:sdk-core:3.3.3.
         > Could not get resource 'https://jitpack.io/com/github/AnchorFreePartner/hydra-sdk-android/sdk-core/3.3.3/sdk-core-3.3.3.pom'.
            > Could not GET 'https://jitpack.io/com/github/AnchorFreePartner/hydra-sdk-android/sdk-core/3.3.3/sdk-core-3.3.3.pom'. Received status code 401 from server: Unauthorized
   > Could not resolve com.github.AnchorFreePartner.hydra-sdk-android:openvpn:3.3.3.
     Required by:
         project :YYY > project :module:ZZZ
      > Could not resolve com.github.AnchorFreePartner.hydra-sdk-android:openvpn:3.3.3.
         > Could not get resource 'https://jitpack.io/com/github/AnchorFreePartner/hydra-sdk-android/openvpn/3.3.3/openvpn-3.3.3.pom'.
            > Could not GET 'https://jitpack.io/com/github/AnchorFreePartner/hydra-sdk-android/openvpn/3.3.3/openvpn-3.3.3.pom'. Received status code 401 from server: Unauthorized```

The past few days we experienced on a few occasions `Read timed out` when fetching the `openvpn-0.17.4.aar`, but today we are completely blocked

Any idea what could be causing the issue?

Thanks
timoshenkoav commented 3 years ago

usually its because of jitpack is down.

Sorae commented 3 years ago

Thanks for the speedy reply! We also reached to jitpack, I'll keep you updated if they confirm the issue on their end.

Sorae commented 3 years ago

In the meantime, is the SDK distributed anywhere else than jitpack?

timoshenkoav commented 3 years ago

no, now its on jitpack only

zohaib1sahni commented 3 years ago

I tried with gradle version 4.0.1 and wrapper version 6.1.1 and it worked.