Glassed Silver
Glassed Silver
Maybe try deleting the containers' images and recreating, because it seems that your Portainer instance used a locally cached version to deploy the stack. The latest nightly is a few...
I suspect that the concurrent download limiter `max_concurrent_downloads` is not doing what it should be doing in [downloader.js](https://github.com/Tzahi12345/YoutubeDL-Material/blob/master/backend/downloader.js). (lines 156-173 as of the [current commit.](https://github.com/Tzahi12345/YoutubeDL-Material/tree/8456accda0a3fc6954660eaed59a7513b79f62d6)) Probably something with the steps,...
I completely derped, the thing I talked about was about subscriptions causing too much load, you're talking about transitioning to the MongoDB. Maybe I'm too tired and me hopping between...
> > subscriptions causing too much load > > Yes, I think this may be still true, there was a lot of resource usage with ~30 subscriptions rewriting data (not...
> Hello, any updates on the issue? Maybe, maybe not. I did figure out that CPU pinning helps the docker container behave a lot better and if you pull the...
I heavily suggest limiting RAM as well, that's what I do. I do pin 4 cores (logical) but the RAM limit is what helped me get a smoother experience. Please...
> Hey thanks for your feedback. I tried your steps, and I'm having no progress. I am getting write errors like this: > > ``` > 2022-04-16T20:12:12.314Z ERROR: Error while...
Regarding this: > Download button in the application for the browser extension should download the newest version of the browser extension from the releases page This should work rather well...
First of all, sorry for getting back to you so late. Can you recreate this issue on the latest nightly version of YTDL-M? (on that note, make sure to switch...