-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Crash when trying to switch to my currently playing playlist #3320
Comments
NewPipe/app/src/main/java/org/schabi/newpipe/player/ServicePlayerActivity.java Lines 700 to 709 in f769700
Yes, in fact, super-frequent is an understatement, it's impossible to open that screen in your version.
The library that is used to build the JSON string opted to escape the forward slash, although it's just optional. I think the standard one from Android is being used right now. PS: Always try to follow the issue template, it's easier for us to see exactly what the issue is (for example, you didn't used the "incredible bugreport to markdown converter" mentioned there). |
@mauriciocolli I have already fixed this in #3271, if needed I can open another pr (will do in 1 hour if nobody answers) |
By the way, if I remember correctly that |
This is a super-frequent crash that happens when I am playing a video on popup (that I have started from the What's New tab) and I tap on the Notification in order to get to the playlist I am currently watching. I don't mean a normal playlist, I mean the videos I have been enqeuing and watching.
What causes this error? And why are there backslashes and forward slashes there in that filename?
The text was updated successfully, but these errors were encountered: