-
Notifications
You must be signed in to change notification settings - Fork 14
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
Download unsuccessful! #28
Comments
Can you post the full xposed log? |
10-12 21:04:18.187 I/Xposed (10185): [SoundCloud Downloader] Entered download catcher... |
And the file isnt there? Are you sure you're not having network issues, or anything like that. Can this issue be repliacted? |
Nothing being downloaded as notification show" download unsuccessful". I even disable everything I can. all other module, reboot multiple times. I can manually get soundcloud link with my computer and download with my phone. |
What version of soundcloud and scd are you running? |
... |
Fixed with db356f9. Please re-open this issue if you are still having issues. |
10-15 17:52:52.801 I/Xposed ( 9515): [SoundCloud Downloader] Entered download catcher... |
You have to enable storage permissions for the Soundcloud app. Also this app is mainly supported for SDK 23+ (Android Marshmallow+) so that may cause issues as well. I implemented a permissions hack in the latest version which is only meant for Android 6.0+. If you are experiencing issues on a lower Android version, you might want to roll back SCD and Soundcloud for the time being. |
I try to add these to SoundCloud manifest: |
How did you add them? What android version are you running. If Android 6+ then the module will automatically inject those permissions at runtime. |
I use apktool (decompile, recompile) |
Can you make an option to get song's link or choosing other 'downloader' apps? |
What I can do is just spit the link out in the Xposed Log. I don't think I'll add a feature to choose other apps because it'll be too hard to maintain with updates. The module has a lot of code as is and its getting a bit annoying to reverse engineer the code with every update. |
Hook OK,
Xlogs look just fine:
Entered download catcher...
...
Download path:/vvv/vvv.mp3
BUT...
when I try downloading any songs, Download manager just show up a sec then disappear then show up then disap... And finally, It shows "Download unsuccessful"
Soundcloud 2018-02-07 release
The text was updated successfully, but these errors were encountered: