PipePipe icon indicating copy to clipboard operation
PipePipe copied to clipboard

[Bug] This error happens when I try to fast forward the live

Open Rdjr00t opened this issue 1 year ago • 1 comments

This error happens when I try to fast forward the live video.

Exception

  • User Action: play stream
  • Request: Player error[type=ERROR_CODE_UNSPECIFIED] occurred while playing https://www.youtube.com/watch?v=QFtokcrcOKo
  • Content Country: BR
  • Content Language: pt-BR
  • App Language: pt_BR
  • Service: YouTube
  • Version: 3.8.0
  • OS: Linux Android 14 - 34
Crash log

com.google.android.exoplayer2.PlaybackException
	at org.schabi.newpipe.player.Player.onBroadcastReceived(Player.java:1341)
	at org.schabi.newpipe.player.Player.-$$Nest$monBroadcastReceived(Unknown Source:0)
	at org.schabi.newpipe.player.Player$4.onReceive(Player.java:1249)
	at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1810)
	at android.app.LoadedApk$ReceiverDispatcher$Args.$r8$lambda$mcNAAl1SQ4MyJPyDg8TJ2x2h0Rk(Unknown Source:0)
	at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
	at android.os.Handler.handleCallback(Handler.java:959)
	at android.os.Handler.dispatchMessage(Handler.java:100)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.app.ActivityThread.main(ActivityThread.java:8592)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)


Rdjr00t avatar Sep 15 '24 23:09 Rdjr00t

The live streaming feature of PipePipe is designed based on watching the current live stream, so operations like fast forward and rewind can cause errors. Please avoid using them in this way.

InfinityLoop1308 avatar Nov 03 '24 01:11 InfinityLoop1308