Open CorneliousJD opened 15 hours ago
Is it crashing while downloading or after the podcast episodes have been downloaded? How many podcast episodes are successfully downloaded?
(Edited to clarify the difference between podcast and episode)
Is it crashing while downloading or after the podcast has been downloaded? How many podcasts are successfully downloaded?
it crashes when trying to search for, then download new files. it will search them just fine but it immediately crashes when trying to download.
it's been an issue for a long time and i thought it was related to the "issue w/ podcasts w/ lots of episodes" thing but that didn't seem to fix it.
about 1300 of over 2k episodes have successfully downloaded from many many months ago, but nothing new for a long time now.
would it be worth it to just blow my whole instance away and start over? I can easily re-add and try re-downloading if i have to.
Thanks, the crash during download is likely due to running out of memory and should be resolved by https://github.com/advplyr/audiobookshelf/pull/3604 which is available in the edge
image and will be in the next release.
You can take a look at crash_logs
in your /metadata/logs
folder to get more crash log information. You can also change the log level to Debug in the server settings to get more information from the logs.
We are currently investigating the high memory usage for large podcasts, but Out of Memory reports all kind of get clumped together so it is difficult to get exact reproducible steps.
Starting over won't fix it if you are running out of memory for the container, since it is just that the podcast is getting too large. As a workaround, you can increase the maximum memory for the server by adding the environment variable NODE_OPTIONS
with a value of --max-old-space-size=8192
, so something like NODE_OPTIONS=--max-old-space-size=8192
, depending on how you set that in unraid. https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-megabytes
What happened?
This was apparently fixed a long time ago but I'm still seeing the same issue.
Below logs are all I get then it just hard-crashes.
What did you expect to happen?
That it refreshes and downloads
Steps to reproduce the issue
Audiobookshelf version
2.16.2
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Other (list in "Additional Notes" box)
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs