-
-
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
[Youtube] 403 reemerge #10352
Comments
This happens to me too, but it does that every time I try to open a video. It plays for 1 minute, then it crashes. |
Let's see if more people encounter this. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
To all users, please use the thumbs up reaction on the main issue to signify you experience the problem unless you have additional information such as, reliably triggering the error, with detailed steps on reproducing it. Thank you. |
I updated the steps to reproduce the crash. Though I have no idea how reliable that is. |
Then the streaming URLs may have expired (URLs should be only valid for 21540 seconds), and in this case this issue would be a duplicate of #5730. You can still play the video for around 1 minute before getting the error as the player library, ExoPlayer, is configured to have the goal to buffer streams 50 seconds (the default value). If you can still get sometimes this invalid response code when you start playing a video and after around 1 minute of playback, then it means that YouTube is disabling our last known workaround to use the Android client. We wouldn't be the only app affected again by this issue, reVanced would be too for instance, but contrary to it, we have the freedom to use almost every YouTube client we want. |
@AudricV Thanks for letting me know, and sorry for I didn't search thorough enough. This proves I didn't find the correct way to reproduce the issue. @Haitham-7 @openmoth @attilafekete73 and others, as you stated you experienced the issue, could you please share the crash log and possbility step to reproduce? This will help to judge if Google did something new or just a duplicate. Thank you. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
I don't see the need to reopen this because the error clearly isn't occurring for everyone like last time, but only intermittently, which is to be expected. |
Would it be trivial to make NewPipe catch this error instead, show a generic error, (perhaps retry), instead of "crashing" in the background? |
Most network based errors need to be reworked, actually. But it can't be done easily, otherwise, for example, users will keep retrying and never know what's going wrong. |
I support a solution like this. I've been getting this error every day for months, whenever my phone switches between WiFi and data (leaving the house) When listening to a playlist, it just skips to the next song instead of retrying. |
I think this issue will be appropriate to address by opening a new issue. |
Checklist
Affected version
0.25.2
Steps to reproduce the bug
1. Watch video2. App crash approx 1 minute into the video1. Open a video2. (optional) Full screen3. Pause the video at start or middle4. Exit to home (but not quit the app)5. Do something else (2+ hours)6. Go back and resume the videoExpected behavior
Play the video continuously
Actual behavior
About 1 minute into the video after resuming, it will crash with 403.Screenshots/Screen recordings
No response
Logs
Exception
Crash log
Affected Android/Custom ROM version
Android 13
Affected device model
Samsung Galaxy S21 5G FE
Additional information
I know the problem was declared fixed in TeamNewPipe/NewPipeExtractor#1084, but it is still happening.
This issue might look like #10329 but it is different. That issue is a result of 404, mine is a result of 403, thus I decided to open a new one.
Noted, this bahavior is not consistant, and for the span of 3 days of light use, I only encounter twice. It is hard to reproduce, and not as frequent as in 0.25.1.Upon further usage, I sort of find the way to reproduce the crash. However, I have no idea if it's reliable.I didn't apply the workaround in the release note.
The text was updated successfully, but these errors were encountered: