-
Notifications
You must be signed in to change notification settings - Fork 513
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]: Items created through web client causes crash #3353
Comments
For reference, the lines causing the above crash are here:
|
I saw this issue when running a dev version over the last couple of weeks. It occurred post-commit 5d13fae and I could fix it by moving some of the uploadHandler code in MiscController.js back to the old model, roughly:
I don’t know enough about the new model to fix it properly, and I assumed it was related to a TODO in the dev version which would be fixed before the version release. Surprised to see it still there in 2.13.0. BTW, I’m not using a NAS for this and the crash also occurred when I created a fresh installation with a fresh library. |
Thanks for the help in narrowing it down. I've started investigating on a dev version as well. In the future if you can open an issue mentioning any problem with the |
Will do - I wasn’t sure if I should report issues with an unreleased dev version, I didn’t want to get a "Yes, we know" response, so thanks for the advice. |
Fixed in v2.13.1. |
What happened?
Things that are currently causing a crash:
Scanning books added through the file system is working for creating new library items.
This may be related to some of the migrations away from the old data model.
What did you expect to happen?
Podcasts and books to be created and server to not crash
Steps to reproduce the issue
Audiobookshelf version
v2.13.0
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
Crash logs, from several download attempts, then attempt to use web UI to upload.
Additional Notes
Synology NAS
Crashes continued to occur after adding a book through the file system and trying to both add a podcast and upload a book through the web client.
The text was updated successfully, but these errors were encountered: