eneim / toro

Video list auto playback made simple, specially built for RecyclerView
Apache License 2.0
1.42k stars 253 forks source link

Getting errors when running the project. #504

Open shiv71 opened 3 years ago

shiv71 commented 3 years ago

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 commented 3 years ago

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

shiv71 commented 3 years ago

@eneim any update

rahulvyas commented 3 years ago

Is this library alive? @archie94

archie94 commented 3 years ago

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

rahulvyas commented 3 years ago

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

Any help will be appreciated

rahulvyas commented 3 years ago

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

shiv71 commented 3 years ago

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

archie94 commented 3 years ago

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 commented 3 years ago

I got the same error!

juliussss commented 2 years ago

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