You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continue fluently or try to load the video/audio again just like a click on the video, but start from the current time
Actual behavior
HTTP 403 and play the next video.
This behavior is new in this new version.
Before, it stucks somewhat like #5730, except I didn't face what that user said, nor totally the actual behavior:
Try to go back to previously paused video via History, Playlists tab, etc (problem is here again)
Details below.
Screenshots/Screen recordings
No response
Logs
HTTP error 403 happened after a long time not listening to YouTube (eg. a good night's sleep😴; a nap isn't suffice)
Before updating to 0.23.1, it used to behave somewhat like #5730.
com.google.android.exoplayer2.ExoPlaybackException: Source error
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:641)
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:613)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.os.HandlerThread.run(HandlerThread.java:67)
Caused by: com.google.android.exoplayer2.upstream.HttpDataSource$InvalidResponseCodeException: Response code: 403
at org.schabi.newpipe.player.datasource.YoutubeHttpDataSource.open(YoutubeHttpDataSource.java:422)
at com.google.android.exoplayer2.upstream.DefaultDataSource.open(DefaultDataSource.java:258)
at com.google.android.exoplayer2.upstream.TeeDataSource.open(TeeDataSource.java:52)
at com.google.android.exoplayer2.upstream.cache.CacheDataSource.openNextSource(CacheDataSource.java:786)
at com.google.android.exoplayer2.upstream.cache.CacheDataSource.open(CacheDataSource.java:599)
at com.google.android.exoplayer2.upstream.StatsDataSource.open(StatsDataSource.java:84)
at com.google.android.exoplayer2.source.chunk.ContainerMediaChunk.load(ContainerMediaChunk.java:124)
at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:412)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:920)
Affected Android/Custom ROM version
Android 12 stock image
Affected device model
Samsung Galaxy S21 5G
Additional information
In the previous versions, I did things similar to #5730 and I got something similar.
Steps to reproduce the bug
Goto a YouTube channel and play by pressing background to play in the background
Checklist
Affected version
0.23.1
Steps to reproduce the bug
backgroundto play in the backgroundExpected behavior
Continue fluently or try to load the video/audio again just like a click on the video, but start from the current time
Actual behavior
HTTP 403 and play the next video.
This behavior is new in this new version.
Before, it stucks somewhat like #5730, except I didn't face what that user said, nor totally the actual behavior:
Details below.
Screenshots/Screen recordings
No response
Logs
HTTP error 403 happened after a long time not listening to YouTube (eg. a good night's sleep😴; a nap isn't suffice)
Before updating to 0.23.1, it used to behave somewhat like #5730.
Exception
Crash log
Affected Android/Custom ROM version
Android 12 stock image
Affected device model
Samsung Galaxy S21 5G
Additional information
In the previous versions, I did things similar to #5730 and I got something similar.
Steps to reproduce the bug
backgroundto play in the backgroundWorkaround