-
-
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 sharing a certain playlist to Newpipe #3277
Comments
It opens https://www.youtube.com/oops for me, and with the crash reporter: « The playlist doesn't exist » |
You forgot sharing the last _ with NewPipe, so this is not an issue. |
What? 😆 No. I copied this link from within Newpipe, and shared it with another Newpipe. GitHub ignoring the underscore is probably a markdown artifact. This most certainly is an issue. Considering your comment, @wb9688, Newpipe (not the android clipboard, since it works from the search bar) is ignoring the trailing underscore. |
Sharing from NewPipe to NewPipe indeed doesn't work. Sharing from NewPipe to browser to NewPipe does work though. |
Not for me. I'm sharing it to the release apk. Which apk are you trying it with? |
@wb9688 @opusforlife2 This happens if you share it as an url from the browser (1) and do not use the "Open in App" action (2). Reason being that (1) goes the "if" path where the above mentioned method does NOT get called and (2) goes the "else if" path where it does get called |
So am I understanding it correctly that the underscore is mistakenly identified as a regular expression that needs to be removed? |
That's how i understood it from going through it with a debugger. |
Version
Steps to reproduce the bug
Steps to reproduce the behavior:
Share this playlist with Newpipe: https://www.youtube.com/playlist?list=PLoHg1UZiy8oG_j8mN7byXpybTONmYDXt_
Expected behavior
Newpipe should open the playlist normally. (It opens normally if you paste this URL into the search bar.)
Actual behaviour
Error.
Logs
If your bug includes a crash, please head over to the incredible bugreport to markdown converter. Copy the result. Paste it here:
Exception
Crash log
The text was updated successfully, but these errors were encountered: