TeamPiped / Piped

An alternative privacy-friendly YouTube frontend which is efficient by design.

Home Page:https://piped.video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When playing a mix playlist CPU and network spikes to to repeated network calls

Darin755 opened this issue · comments

Official Instance

Describe the bug

When I play a playlist like the one here the piped front end seems to be making hundreds of GET requests a minute which is slowing down my machine. When I open up the network tab this is what I see:
Screenshot from 2024-04-26 19-01-05

It seems that piped is trying to load the entire playlist. The problem is that the playlist is pretty much infinitely long so it creates an infinite loop.

To Reproduce

Open https://pi.ggtyler.dev/watch?v=Vf6wxhtEJz8&list=RDFNTEm-12b9A

Wait for your computer fans to come on.

Expected behavior

Normal playback with minimal network usage

Logs/Errors

No response

Browser, and OS with Version.

I first noticed Librewolf 125.0.2-1 on Linux but the issue seems to affect multiple browsers including chromium and regular Firefox

Additional context

No response