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

Nothing works anymore. #107

Closed
Exw27 opened this issue Aug 11, 2023 · 7 comments
Closed

Nothing works anymore. #107

Exw27 opened this issue Aug 11, 2023 · 7 comments
Labels

Comments

@Exw27
Copy link

Exw27 commented Aug 11, 2023

It used to work now no songs play's at all it just infinitely loads, Downloading does not work to.

nown Source:2)
at com.toasterofbread.spmp.PlayerDownloadService.startDownload$lambda-6(Unknown Source:21)
at com.toasterofbread.spmp.PlayerDownloadService.$r8$lambda$canIeEMyQgjDxuesY6191-sqmSI(Unknown Source:0)
at com.toasterofbread.spmp.PlayerDownloadService$$ExternalSyntheticLambda1.run(Unknown Source:6)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:463)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at java.lang.Thread.run(Thread.java:1012)

@surajak
Copy link

surajak commented Aug 13, 2023

Randomly only one song or of 10 plays. Others don't. I tried repeatedly closing opening, clearing recents.

@toasterofbread
Copy link
Owner

Please include the entire error message and stacktrace. What versions of SpMp and Android are you using?

@Exw27
Copy link
Author

Exw27 commented Aug 13, 2023

Please include the entire error message and stacktrace. What versions of SpMp and Android are you using?

That was the entire error message when i was trying to download.

I am using Android 13, with the latest SpMp.

@toasterofbread
Copy link
Owner

toasterofbread commented Aug 13, 2023

It's definitely been cut off at the start somehow, without the full message it'll be pretty hard to find the cause.

What makes the message appear? Where does it show up? Does it appear every time?

@Exw27
Copy link
Author

Exw27 commented Aug 13, 2023

It's definitely been cut off at the start somehow, without the full message it'll be pretty hard to find the cause.

What makes the message appear? Where does it show up? Does it appear every time?

The error message appears occasionally when trying to download a song. But as the other person wrote, nothing plays, only 1 in 20 songs manages to play.

Sorry I can't be more helpful, that is the only error message I saw.

@toasterofbread
Copy link
Owner

I started experiencing a similar issue recently where songs would take quite a while to load, usually about 20 seconds, but they would always load eventually.

The issue was resolved for me by updating the NewPipeExtractor library (which handles song loading) within the code. You can test to see if this fixes it for you, but if it doesn't then I don't really know how I'd troubleshoot this issue.

@toasterofbread
Copy link
Owner

I've made a minor release which just adds this fix on top of the previous release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@surajak @toasterofbread @Exw27 and others