-
Notifications
You must be signed in to change notification settings - Fork 494
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]: Conversion to m4b seems to crash ABS #2571
Comments
The logs in their entirety, unedited.
|
The crash isn't showing in those logs because it's not getting caught. You may be able to see it by turning off automatic container restart.
|
Yeah, I saw the permission thing but can't figure out why I'm getting it. Abs has no problems deleting or uploading books. I would have thought that would trigger the same permission error? I'll turn off automatic restart and se if anything else gets logged. |
Didn't succeed in getting any additional logs. However, did confirm that this issue only happens when the source consists of multiple files. I did a conversion to m4b of a book that was a single mp3, and it worked just fine.
Any audiobook consisting of multiple mp3s fail however. |
Where are you getting the logs from? If it is crashing there should be an uncaught exception showing |
From the log file in the metadata folder. I started up abs from the terminal in the hope of capturing more. This is the complete log where I started it up, logged in and started the conversion. Can't se any uncaught exception. Log just suddenly ends with "exited with code 0" which is weird. At that point I loose connection to my docker terminal as it goes down.
|
Oh, actually, yes. There it is near the end.
|
Happened to me now as well. Thought I could comment here instead of making another issue, since we had almost the same error. I was converting some audiobooks which worked fine, and then I got a crash and this error below. I fixed the permission and now it's working again. However, my bug report would be that I don't think this should cause a crash. But I understand the error, just not the crash. Best would be to just log the error without crash. Audiobookshelf version v2.8.0
|
There has been some updates made since this was opened. Is this still an issue on v2.13.4? |
Describe the issue
When trying to convert a book consisting of multiple mp3 files, the transcode starts and runs for a while.
However, after a while, I get the following
I get this error message once for every mp3 file in the audiobook. This is immediately followed by the following logs.
It seems that, whatever happened crashed abs and caused a reboot of my docker container.
This happens regardless of what audiobook I'm trying to convert. The weird thing is, this worked fine yesterday. Those audiobooks were originally a single mp3 though, while the ones I'm attempting to convert now consist of multiple mp3s.
Steps to reproduce the issue
Audiobookshelf version
v2.7.2
How are you running audiobookshelf?
Docker
The text was updated successfully, but these errors were encountered: