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

Problem when playing videos in the application #98

Closed
7 tasks done
MuerteRoja opened this issue Jul 6, 2024 · 4 comments
Closed
7 tasks done

Problem when playing videos in the application #98

MuerteRoja opened this issue Jul 6, 2024 · 4 comments

Comments

@MuerteRoja
Copy link

Checklist

  • I am able to reproduce the bug with the latest version.
  • I am not able to reproduce the bug with the latest version of vanilla NewPipe.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the vanilla NewPipe contribution guidelines.

Affected version

Tubular 0.27.0

Steps to reproduce the bug

Enter the application
Play a random video
You will be able to see that it suddenly stops, both with the mobile phone screen on or off, in both ways

Expected behavior

The expected behavior is that videos can be played in the application without any problems

Actual behavior

The current behavior is that when I play a video in the application with both the mobile phone screen on and off it suddenly stops

Screenshots/Recordings

No response

Logs

Exception

  • User Action: play stream
  • Request: Player error[type=ERROR_CODE_IO_BAD_HTTP_STATUS] occurred while playing https://www.youtube.com/watch?v=0caRWqAQFMc
  • Content Country: JP
  • Content Language: es-
  • App Language: es
  • Service: YouTube
  • Version: 0.27.0
  • OS: Linux Android 12 - 31
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:210)
at android.os.Looper.loop(Looper.java:299)
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.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 12 / Tubular 0.27.0

Affected device model

Xiaomi Redmi 9

Additional information

No response

@Ao1Pointblank
Copy link

Could this be due to sponsor block and the recent YouTube changes involving in-stream ads?

I will try disabling sponsor block to test.

@rcrandon
Copy link

rcrandon commented Jul 9, 2024

Could this be due to sponsor block and the recent YouTube changes involving in-stream ads?

I will try disabling sponsor block to test.

Did it work?

@Ao1Pointblank
Copy link

Could this be due to sponsor block and the recent YouTube changes involving in-stream ads?
I will try disabling sponsor block to test.

Did it work?

Can't test now, there is YT change that broke all the yt-dl(p) based apps which I assume this is.

Will find out after that issue is resolved.

@tuxayo
Copy link

tuxayo commented Jul 10, 2024

This is a duplicate of #97 so close it if possible and copy comments that would bring new info in #97 to there.

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

4 participants