-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
Description
Checklist (Your issue will be automatically closed if you delete this part)
- [x ] I make sure that there are no existing issues - open or closed - which I could contribute my information to.
- [ x] I understand that issues with limited impact, such as those occurring on specific devices or under specific network conditions, will not be fixed.
- [x ] I am able to reproduce the bug with the latest version given here: CLICK THIS LINK.
- [x ] I have attached the error report in the issue.
Describe the bug
When playing a video it will play for a short while then stop and repeatedly show an error message
Frequency
Relatively frequent (not every video but happens more often then it doesn't)
Steps to reproduce the bug
- Open video
- Video plays for a few seconds
- Error, video playback stops
Device (e.g. Pixel 9 Pro)
Oppo find x5 pro
Error report
Exception
- User Action: play stream
- Request: Player error[type=ERROR_CODE_IO_BAD_HTTP_STATUS] occurred while playing https://www.youtube.com/watch?v=FgtD2rkuwBI
- Content Country: GB
- Content Language: en-GB
- App Language: en_GB
- Service: YouTube (Logged in)
- Version: 4.0.2
- OS: Linux Android 14 - 34
Crash log
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:257)
at android.os.Looper.loop(Looper.java:368)
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:442)
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:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Additional context
Has only begun happening recently and to the best of my knowledge I haven't changed anything about my phone ,I always run a 24/7 VPN and system wide DNS but this hasn't changed in years and the errors have only been happening in the past week, the use of my VPN and DNS also doesn't affect my playback through any browser with the official YouTube website
bookhorse, xa4hf8 and Willie169