You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked that the YouTube Music is available in my country.
I understand that the issue will be (ignored/closed) if I intentionally remove or skip any mandatory field.
Describe the bug
When syncing the project in android studio I get the following warnings:
Failed to resolve: com.github.BobbyESP.spotdl_android:library:0.3.0-alpha.03b1b47
Failed to resolve: com.github.BobbyESP.spotdl_android:ffmpeg:0.3.0-alpha.03b1b47
When building, it fails with the following:
Could not GET 'https://jitpack.io/com/github/BobbyESP/spotdl_android/library/0.3.0-alpha.03b1b47/library-0.3.0-alpha.03b1b47.pom'
Could not GET 'https://jitpack.io/com/github/BobbyESP/spotdl_android/ffmpeg/0.3.0-alpha.03b1b47/ffmpeg-0.3.0-alpha.03b1b47.pom'.
This would suggest, that this source is private, and inaccesable, which is comfirmed by following the link.
Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://jitpack.io/com/github/BobbyESP/spotdl_android/ffmpeg/0.3.0-alpha.03b1b47/ffmpeg-0.3.0-alpha.03b1b47.pom'. Received status code 401 from server: Unauthorized
I'm not sure if this is my fault, but does not sound like it. I'm quite new to Kotlin and Android Studio. Thanks.
I'm having some issues with Jitpack so that I have done a local maven repo. When I have more time I'll explain this, but the short answer is that you have to build the library locally (spotdl-android), publish it to Maven Local (".m2" directory on Windows user root) and move it to "app/libs/maven-repo"
Right. I managed to build spotdl-android, and the Spowlo project FINALLY compiled, but it's not working. When starting a download, I get the Error while loading data message.
Checklist
Describe the bug
When syncing the project in android studio I get the following warnings:
When building, it fails with the following:
This would suggest, that this source is private, and inaccesable, which is comfirmed by following the link.
I'm not sure if this is my fault, but does not sound like it. I'm quite new to Kotlin and Android Studio. Thanks.
To Reproduce
Error reports
If you want the whole thing here's a paste bin.
Screenshots & Screen Records
No response
Device info
Latest version of Android Studio, running on Windows 10.
Additional context
No response
The text was updated successfully, but these errors were encountered: