sandreas / m4b-tool

m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
MIT License
1.18k stars 76 forks source link

uncaught exception: The provided cwd "" does not exist.Finished Converting #261

Open Jarery opened 4 months ago

Jarery commented 4 months ago

Using Seanap/Auto-m4b in a docker Compose file running in a proxmox lxc Ubuntu 24.04 , and I used to get :

an error occured, that has not been caught: Array ( [type] => 8192

followed instructions to replace the M4b-Tool with latest pre-release 2024-05-14

I now get the following. :

Starting Conversion uncaught exception: The provided cwd "" does not exist.Finished Converting Putting the m4b into a folder Deleting duplicate mp3 audiobook folder

It then fails and never creates the merge or convert to m4b

sandreas commented 4 months ago

Using Seanap/Auto-m4b in a docker Compose

If you can track this down to a certain m4b-tool command that produces this error, e.g.:

m4b-tool merge ./input -o output.m4b

I could take a look. Unfortunately I cannot provide support for 3rd party projects like seanap/auto-m4b. I'm going to keep this issue open for a few days until you provide the failing m4b-tool command, otherwise I have to close it. Sorry.