Results 603 comments of absidue

That error is coming from the playlist component because the playlist contains duplicate videos, that is unrelated to this pull request.

Okay that definitely shouldn't be happening, it's also interesting that it is random, I wonder if it has anything to do with this pull request using random app versions and...

That definitely would make sense and would also explain why it doesn't happen very often yet, because YouTube hasn't fully rolled them out yet.

@triplesixman I'm guessing you are running yt-dlp on a server and mass downloading stuff? If that's the case then the solution is to get a new IP, as YouTube is...

1. Ideally if you remove the last usage of a string you would clean it up too, that's what I've tried to do in my pull requests. 2. I'm not...

Until now YouTube has only used that node on the channel page, hence the current handling. Sounds like they are switching to that on the playlist page too then. Thank...

> Doesnt this also close https://github.com/FreeTubeApp/FreeTube/issues/6713 No, that issue is about people blocking jnn-pa on their PiHoles, us fixing proxies not getting applied correctly is not going to solve problems...

Just noticed you only did the changes for the workflow that creates the nightly builds but not for the release workflow, could you please make the changes there too? It...

Instead of doubling the memory use for everyone by keeping two copies of the data in memory, you could call `actions.execute` yourself and then store the raw response data and...