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
com.google.android.exoplayer2.ExoPlaybackException: Source error
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:644)
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:616)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.os.HandlerThread.run(HandlerThread.java:85)
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:263)
at com.google.android.exoplayer2.upstream.TeeDataSource.open(TeeDataSource.java:52)
at com.google.android.exoplayer2.upstream.cache.CacheDataSource.openNextSource(CacheDataSource.java:796)
at com.google.android.exoplayer2.upstream.cache.CacheDataSource.open(CacheDataSource.java:609)
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:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Affected Android/Custom ROM version
Android 14 / LineageOS 21
Affected device model
Sony Xperia 5 III, Sony Xperia XA2
Additional information
This is the continuation of #8294, because @opusforlife2 told me to open a new issue.
There is a workaround when you switch to the next video in the queue and then back to the video that you paused and it continues playback from the position where you paused it and the error does not appear.
The text was updated successfully, but these errors were encountered:
opusforlife2
added
duplicate
Issue or discussion is a duplicate of an existing issue or discussion
and removed
bug
Issue is related to a bug
needs triage
Issue is not yet ready for PR authors to take up
labels
Aug 9, 2024
Checklist
Affected version
0.27.2
Steps to reproduce the bug
Expected behavior
Play video normally until the end.
Actual behavior
Video plays about a minute and then an error shows up in notifications and the player switches to the next video in the queue.
Screenshots/Screen recordings
Not applicable.
Logs
Exception
Crash log
Affected Android/Custom ROM version
Android 14 / LineageOS 21
Affected device model
Sony Xperia 5 III, Sony Xperia XA2
Additional information
This is the continuation of #8294, because @opusforlife2 told me to open a new issue.
There is a workaround when you switch to the next video in the queue and then back to the video that you paused and it continues playback from the position where you paused it and the error does not appear.
The text was updated successfully, but these errors were encountered: