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

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

Closed
wouterds opened this issue Dec 22, 2022 · 9 comments
Closed

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

wouterds opened this issue Dec 22, 2022 · 9 comments

Comments

@wouterds
Copy link

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
Copy link
Author

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
Copy link

I Think its Jitpack.io problem

@ludwig-pro
Copy link

I also have the same issue !

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

@rajeshmarotu
Copy link

rajeshmarotu commented Dec 22, 2022

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
Copy link

alexanderblackh commented Dec 23, 2022

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 jitpack/jitpack.io#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
Copy link

alexanderblackh commented Dec 23, 2022

@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
Copy link
Author

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

@jemishartoon
Copy link

Hello everyone, I've encountered this issue multiple times, so after extensive searching and checking various websites, I found a solution.

// Add Maven SciJava
maven { url = uri("https://maven.scijava.org/content/repositories/public/") }

on your build.gradle.kts

@Chaman-Viiva
Copy link

Hello everyone, I've encountered this issue multiple times, so after extensive searching and checking various websites, I found a solution.

// Add Maven SciJava maven { url = uri("https://maven.scijava.org/content/repositories/public/") }

on your build.gradle.kts

I have tried this issue but still same error after cleaning gradlew for android,,
here is my error:

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 find com.github.Dimezis:BlurView:version-2.0.3.
     Required by:
         project :react-native-community_blur

i am using version:
"@react-native-community/blur": "^4.3.2",

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

7 participants