Kureev / react-native-blur

React Native Blur component
MIT License
3.74k stars 555 forks source link

Could not resolve com.github.Dimezis:BlurView:version-2.0.2. #518

Closed wouterds closed 1 year ago

wouterds commented 1 year ago

1) Library version @react-native-community/blur ^4.3.0

2) Device and OS version Android 12 emulator

3) Detailed steps to reproduce the issue yarn android

4) XML layout and code for BlurView setup Unrelated

5) Stacktrace in case of a crash

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':react-native-community_blur:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':react-native-community_blur:debugCompileClasspath'.
   > Could not resolve com.github.Dimezis:BlurView:version-2.0.2.
     Required by:
         project :react-native-community_blur
      > Skipped due to earlier error
      > Skipped due to earlier error

I'm not sure if this is an issue with Jitpack or something went wrong during publishing?

wouterds commented 1 year ago

Now I keep getting this

* What went wrong:
Could not determine the dependencies of task ':app:mergeDevDebugAssets'.
> Could not resolve all task dependencies for configuration ':app:devDebugRuntimeClasspath'.
   > Could not resolve com.github.Dimezis:BlurView:version-2.0.2.
     Required by:
         project :app > project :react-native-community_blur
      > Could not resolve com.github.Dimezis:BlurView:version-2.0.2.
         > Could not get resource 'https://www.jitpack.io/com/github/Dimezis/BlurView/version-2.0.2/BlurView-version-2.0.2.pom'.
            > Could not GET 'https://www.jitpack.io/com/github/Dimezis/BlurView/version-2.0.2/BlurView-version-2.0.2.pom'. Received status code 521 from server: 
SGamrekelashvili commented 1 year ago

I Think its Jitpack.io problem

ludwig-pro commented 1 year ago

I also have the same issue !

https://status.jitpack.io/ -> it seems that there is nothing special at jitpack

rajeshmarotu commented 1 year ago

I'm also facing the same issue without any code changes recently. I'm using version 4.2.0

Screenshot 2022-12-22 at 9 43 52 PM
alexanderblackh commented 1 year ago

Yeah, the issue is that Jitpack is down, https://status.jitpack.io is saying it's operational but it's clearly a lie, even their own home page isn't working. You can check other trackers such as https://github.com/jitpack/jitpack.io/issues/5337 or even Twitter to see people en masse are reporting these issue.

We're stuck waiting for until Jitpack to fix themselves or for devs of this library to implement a dependency differently (ship this one locally or from a separate repo, new dependency all together, etc). We have no choice but to wait.

alexanderblackh commented 1 year ago

@Titozzz, can we get confirmation you're working on a fix or waiting this out a bit longer? I can confirm Jitpack has been down for >24 hours and they've seemingly made no community address, plus these issues happened once a month for the last 3 months, so we may need an alternative of some kind whether they resolve or not..

wouterds commented 1 year ago

I'm gonna close this issue as it is unrelated to this lib, can be tracked in Jitpack repo https://github.com/jitpack/jitpack.io/issues/5337