-
Notifications
You must be signed in to change notification settings - Fork 278
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
[BUG] Subscribing to channel with many videos fails (youtube-dl out of free memory) #676
Comments
So when i try to subscribe and set Is this an issue in my setup/config or a bug? Perhaps someone can try if they can reproduce... :-) |
I have the same issue, even setting a small period. It seems that it parses all videos first regardless of the period. |
I also have this problem, locks up when subbing to large channels. Tried it on two separate Unraid servers with same results. |
I managed to grab a stack trace for this issue. Essentially a fresh installation. Added a single channel subscription... and...
|
@jonathanweires Can you confirm if this is only with channels that have over 100 videos? I had this issue with all the YoutubeDL versions, and seems like it's only with channels over 100 videos. (Last I tested was about 6 months ago, haven't checked recently) So I changed my workflow with large channels... it's a bit of a workaround, but it works every time at least. I manually grab all the links for all the videos and paste them into a different downloader. Then, for new videos I set it up to automatically grab them.
Bit of a pain, but at least I only have to do that when I'm adding a new, big, channel. |
Hello having a similar issue currently. Seem when I subscribe to a large uploader it will crash. Here are my crash logs from docker.
Is there an environmental variable that I can change to widen the RAM used as a bypass for now? I have 24gb+ available. If it used 20gb for like 10 min I wouldn't care. Seems like it's only allocating 4gb or so from log. Installed version: v4.3.2 - You are up to date. Installation type: docker |
I think I'm experiencing this as well. Trying to simply subscribe to UrinatingTree's YouTube channel + telling it to only download 1080p quality videos within the last 3 days = infinite loading spin after clicking Subscribe. Seems to happen with most other channels too. |
Describe the bug
Hi, so for example when i subscribe to this playlist and set it to download the last 6 months, it will fail and my host freezes/crashes after running for about 45 minutes i think;
I found that what happens is, the youtube-dl process keeps consuming more and more memory and eventually at about 1GB the host runs out of free memory (and i think it terminates the process.)
I found this somewhat related issue, and was wondering if perhaps others have stumbled upon this too and something could be implemented as a workaround? :-)
Environment
Installed version: v4.3 - You are up to date.
Installation type: docker
Docker tag: latest
Commit hash: e726e99
Build date: 2022-06-27
Additional context
Log:
The text was updated successfully, but these errors were encountered: