-
Notifications
You must be signed in to change notification settings - Fork 495
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]: Server crash daily #3646
Comments
Looks like a permissions issue. Does ABS have write permissions to where you have |
it did/should... I'll run a check and see if they changed. |
it seems the docker container had been missing a remote mapping for a podcasts folder (was not included in the docker template for unraid) and was just saving them in the image itself, then they disappeared when the image updated. I added a mapping for /Podcasts and rebuilt the podcast library and so far it has been stable. Might still be worth fixing the server crash over the missing path, but it seems like the problem is solved on my end for now. |
Glad you got it figured out. I agree fixing the crash is good, but also not sure how to handle it to bring it to a users attention in the event their library path is missing, since this is not a "valid" configuration of the server. If the server handles this gracefully and keeps running, you probably wouldn't notice it wasn't working and data was being removed for much longer. |
What happened?
docker container is not running, logs abruptly end at trying to fetch a podcast episode.
What did you expect to happen?
docker container to still be running like when I left it
Steps to reproduce the issue
Audiobookshelf version
2.17.1
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
Additional Notes
unraid server
It is unclear exactly when it is crashing, but this has been going on for the last few days at least since I last updated the docker container to the latest version from unraid community apps.
The text was updated successfully, but these errors were encountered: