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

Getting errors when running the project. #504

Open
shiv71 opened this issue Jun 30, 2021 · 10 comments
Open

Getting errors when running the project. #504

shiv71 opened this issue Jun 30, 2021 · 10 comments

Comments

@shiv71
Copy link

shiv71 commented Jun 30, 2021

Getting errors when running the project.

I was using the below configuration in the project.

 maven { url  "http://dl.bintray.com/piasy/maven" }
     implementation 'im.ene.toro3:toro:3.7.0.2804-SNAPSHOT'
     implementation ('im.ene.toro3:toro-ext-exoplayer:3.6.0.2802')

And it's working fine but today i am getting below error.

Could not GET 'http://dl.bintray.com/piasy/maven And/im/ene/toro3/toro/3.7.0.2804-SNAPSHOT/maven-metadata.xml
'. Received status code 403 from server: Forbidden
Disable Gradle 'offline mode' and sync project

After that i tired to replace maven { url "http://dl.bintray.com/piasy/maven" } to maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } and getting below error.

Execution failed for task ':app:dataBindingMergeDependencyArtifactsDevelopmentDebug'.
> Could not resolve all files for configuration ':app:developmentDebugCompileClasspath'.
   > Could not find im.ene.toro3:toro:3.7.0.2804-SNAPSHOT.
     Required by:
         project :app

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

After that, i tried to replace

   implementation ('im.ene.toro3:toro-ext-exoplayer:3.6.0.2802')
   to
   implementation 'im.ene.toro3:toro:3.7.0.2901-SNAPSHOT'
   implementation ('im.ene.toro3:toro-ext-exoplayer:3.7.0.2901-SNAPSHOT')

and getting below error

Execution failed for task ':app:dataBindingMergeDependencyArtifactsDevelopmentDebug'.
> Could not resolve all files for configuration ':app:developmentDebugCompileClasspath'.
   > Could not find im.ene.toro3:toro:3.7.0.2901-SNAPSHOT.
     Required by:
         project :app
   > Could not find im.ene.toro3:toro-ext-exoplayer:3.7.0.2901-SNAPSHOT.
     Required by:
         project :app

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

My project not running it is urgent please reply ASAP.

Thanks,

@rahulvyas
Copy link

rahulvyas commented Jul 1, 2021

@archie94 @thiagoricieri @eneim @paraplo Please look into this issue.

@shiv71
Copy link
Author

shiv71 commented Jul 5, 2021

@eneim any update

@rahulvyas
Copy link

rahulvyas commented Jul 20, 2021

Is this library alive? @archie94

@archie94
Copy link
Contributor

@rahulvyas I am not the maintainer of the project. Tagging me won't be of much benefit here.

@rahulvyas
Copy link

@rahulvyas I am not the maintainer of the project. Tagging me won't be of much benefit here.

Any help will be appreciated

@rahulvyas
Copy link

@archie94 any idea how we can use the snapshot version? The steps provided in the readme doesn't works.

@shiv71
Copy link
Author

shiv71 commented Jul 20, 2021

@archie94 maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' }
not working, snapshot version does not find in this maven

@archie94
Copy link
Contributor

Try using the latest tag instead of the snapshot version. I am just guessing here, only maintainer will be able to say why the artifact is not in its place.

@Allan-Nava
Copy link

I got the same error!

@juliussss
Copy link

Anyone found a good alternative library given this one appears destined to die with JCenter?

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