Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:38 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@nichwall commented on GitHub (May 19, 2025):

What happens if you change your compose from :latest to :2.23.0?

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:38 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@Dinth commented on GitHub (May 19, 2025):

My problem resolved, i had working_dir set in my compose file and it looks like it has changed recently, the other thread pointed me towards this.

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:38 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@nichwall commented on GitHub (May 19, 2025):

My problem resolved, i had working_dir set in my compose file and it looks like it has changed recently, the other thread pointed me towards…

adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:37 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@aznkvaj commented on GitHub (May 21, 2025):

I only have 3 binding points. It looks like a write permission issue. If I go into the docker terminal and copy the files over manually it works just…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:37 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@pax0707 commented on GitHub (May 18, 2025):

Just had this happen to me.

Recreating the stack fixed it.

adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:37 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@aznkvaj commented on GitHub (May 21, 2025):

I more or less just gave up on trying to fix the issue. I just downloaded the backup from the webui of 2.21.0. Then did a clean install of 2.23.0 with…

adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:37 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@The-Flix commented on GitHub (May 29, 2025):

I more or less just gave up on trying to fix the issue. I just downloaded the backup from the webui of 2.21.0. Then did a clean install of 2.23.0…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:37 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@nichwall commented on GitHub (May 19, 2025):

I have destroyed the stack, removed all the images:

root@r720-omv:~# docker image ls 
adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:37 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@Dinth commented on GitHub (May 19, 2025):

same thing, ive been deleting container on each attempt

bdc2b38b3323   ghcr.io/advplyr/audiobookshelf:latest                           "tini -- node…
adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:37 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@nichwall commented on GitHub (May 19, 2025):

I'm not seeing any of those SHA for the last few releases at https://github.com/advplyr/audiobookshelf/pkgs/container/audiobookshelf (but I could be…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:37 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@Dinth commented on GitHub (May 19, 2025):

hmmm should the image sha in docker inspect match the image sha on docker hub? Now ive tried ` image: ghcr.io/advplyr/audiobookshelf@sha256:2d8bee3e87…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:37 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@Dinth commented on GitHub (May 19, 2025):

hmmm

root@r720-omv:~# docker image ls 
adam commented on issue starred/audiobookshelf#2784 2026-04-25 00:10:36 +02:00
[Bug]: exec /sbin/tini: exec format error

@PhantomPhoton commented on GitHub (May 28, 2025):

Can you paste the output from docker inspect ghcr.io/advplyr/audiobookshelf?

adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:36 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@nichwall commented on GitHub (May 19, 2025):

@exonerationem and @progecon you are likely encountering https://github.com/advplyr/audiobookshelf/issues/4292. Please read through the discussion…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:36 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@Dinth commented on GitHub (May 18, 2025):

Im experiencing the same issue on Debian running on normal baremetal server, defo nothing to do with Synology. Here is my docker-compose:

services:
…
adam commented on issue starred/audiobookshelf#2784 2026-04-25 00:10:36 +02:00
[Bug]: exec /sbin/tini: exec format error

@AaronNybo commented on GitHub (Jun 1, 2025):

docker inspect ghcr.io/advplyr/audiobookshelf

v2.24.0 appears to have fixed the problem.

adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:36 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@exonerationem commented on GitHub (May 19, 2025):

@nichwall thanks Under Volumes, keep only these binds: /podcasts → host_path/Podcasts /audiobooks → host_path/audiobooks /config → host_path/a…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:36 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@nichwall commented on GitHub (May 18, 2025):

Make sure you have fully removed the existing container and image, then pull the image again. It affects more than just Synology, but Synology has…

adam commented on issue starred/audiobookshelf#2782 2026-04-25 00:10:36 +02:00
[Bug]: Migration issues with version 2.22 and 2.23

@mondychan commented on GitHub (May 21, 2025):

@exonerationem can confirm, had a bind of my external folder mounted into container, which caused the issue, I removed the bind, redeployed,…

adam commented on issue starred/audiobookshelf#2783 2026-04-25 00:10:36 +02:00
[Bug]: MODULE_NOT_FOUND error in Docker, crashing on startup

@Dinth commented on GitHub (May 18, 2025):

I have destroyed the stack, removed all the images:

root@r720-omv:~# docker image ls