Skip to content
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

JuTube does not stream video #170

Closed
timur-g opened this issue Dec 20, 2024 · 3 comments
Closed

JuTube does not stream video #170

timur-g opened this issue Dec 20, 2024 · 3 comments

Comments

@timur-g
Copy link

timur-g commented Dec 20, 2024

JuTube does not stream video. Download works .

Maybe related to this one (reported as app instead in Extractor)
TeamNewPipe/NewPipe#11803

Exception

  • User Action: play stream
  • Request: Player error[type=ERROR_CODE_IO_BAD_HTTP_STATUS] occurred while playing https://www.youtube.com/watch?v=Dbl35180i4Y
  • Content Country: GB
  • Content Language: en-GB
  • App Language: en_GB
  • Service: YouTube
  • Version: 0.27.2-2.3.1
  • OS: Linux Android 12 - 32
Crash log

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.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	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:920)


@timur-g timur-g changed the title JuTube does not run video JuTube does not stream video Dec 20, 2024
@timur-g
Copy link
Author

timur-g commented Dec 23, 2024

Somehow streams now. So seems intermittent. But other referenced NP ticket shows that many had this issue.

NP referenced YT-DLP issue that may explain the cause.

@timur-g timur-g mentioned this issue Jan 25, 2025
@timur-g
Copy link
Author

timur-g commented Jan 25, 2025

There was update, and for me situation changed from no play to play with wrong sound.
Update says "NewPipeExtractor:v0.24.4 for youtube" and of course all the time this is upstream issue.

@timur-g
Copy link
Author

timur-g commented Jan 25, 2025

Update 0.27.2-2.3.2 seems to work good, thanks.
I was having "skip silence" turned on and that is NOK but that is separate.

@timur-g timur-g closed this as completed Jan 25, 2025
@evermind-zz evermind-zz marked this as a duplicate of #173 Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant