Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Crashes halfway through, cannot replay #338

Open
7 tasks done
sunnyjim5 opened this issue Jun 20, 2023 · 4 comments
Open
7 tasks done

Crashes halfway through, cannot replay #338

sunnyjim5 opened this issue Jun 20, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@sunnyjim5
Copy link

Checklist

  • I am able to reproduce the bug with the latest version.
  • I am not able to reproduce the bug with the same version of upstream 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 contribution guidelines.

Affected version

0.25.1

Steps to reproduce the bug

Watch a video and wait

Expected behavior

No response

Actual behavior

No response

Screenshots/Screen 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=C03zCuXi9z8
  • Content Country: AU
  • Content Language: en-AU
  • App Language: en_AU
  • Service: YouTube
  • Version: 0.25.1
  • OS: Linux Android 11 - 30
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.loop(Looper.java:246)
	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:1167)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.lang.Thread.run(Thread.java:923)


Affected Android/Custom ROM version

Samsung android distribution

Affected device model

Samsung A21s

Additional information

The connection is stable

@sunnyjim5 sunnyjim5 added the bug Something isn't working label Jun 20, 2023
@Atemu
Copy link

Atemu commented Jun 21, 2023

The stack trace leads me to believe this is an upstream bug, not ours.

@ProgrammerWhoPrograms
Copy link

Upstream bug: TeamNewPipe#10174

@Kurasami
Copy link

Kurasami commented Aug 2, 2023

Upstream bug: TeamNewPipe#10174

Was fixed 2 days ago. See: #342 (comment)

We need a merge with this codebase now.

@Atemu
Copy link

Atemu commented Aug 2, 2023

0.25.2 is not out yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants