polymorphicshade / Tubular

A fork of NewPipe that implements SponsorBlock and ReturnYouTubeDislike.
GNU General Public License v3.0
1.33k stars 35 forks source link

Can't play any video #103

Closed GreenMystic closed 3 weeks ago

GreenMystic commented 3 weeks ago

Checklist

Affected version

0.27.0

Steps to reproduce the bug

  1. open newpipe
  2. try to play any video
  3. error

Expected behavior

it shouldn't errof

Actual behavior

error unable to play video

Screenshots/Recordings

No response

Logs

Exception

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:102)
    at android.os.Looper.loop(Looper.java:223)
    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: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.InitializationChunk.load(InitializationChunk.java:99)
    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:923)


Affected Android/Custom ROM version

R(11)

Affected device model

rmx3233

Additional information

is this due to A/B testing?

jan-leila commented 3 weeks ago

looks like a duplicate of https://github.com/polymorphicshade/Tubular/issues/97

GreenMystic commented 3 weeks ago

looks like a duplicate of #97

my apologies you right it's duplicated

jan-leila commented 3 weeks ago

all good, I'm not affiliated with the project just trying to keep things clean so devs have more time to look into fixing it instead of figuring out what's wrong

GreenMystic commented 3 weeks ago

all good, I'm not affiliated with the project just trying to keep things clean so devs have more time to look into fixing it instead of figuring out what's wrong

use grayjay or bravepipe atm bravepipe is fixed the issues today meanwhile this fork and vanilla didn't yet