Bazarr hangs after [custom-init]

I just pulled bazarr:latest (which has been working very well indeed for over a year. But now it seem to just hang on launch

bazarr          | [migrations] started
bazarr          | [migrations] no migrations found
bazarr          | usermod: no changes
bazarr          | ───────────────────────────────────────
bazarr          |
bazarr          |       ██╗     ███████╗██╗ ██████╗
bazarr          |       ██║     ██╔════╝██║██╔═══██╗
bazarr          |       ██║     ███████╗██║██║   ██║
bazarr          |       ██║     ╚════██║██║██║   ██║
bazarr          |       ███████╗███████║██║╚██████╔╝
bazarr          |       ╚══════╝╚══════╝╚═╝ ╚═════╝
bazarr          |
bazarr          |    Brought to you by linuxserver.io
bazarr          | ───────────────────────────────────────
bazarr          |
bazarr          | To support the app dev(s) visit:
bazarr          | Bazarr: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url
bazarr          |
bazarr          | To support LSIO projects visit:
bazarr          | https://www.linuxserver.io/donate/
bazarr          |
bazarr          | ───────────────────────────────────────
bazarr          | GID/UID
bazarr          | ───────────────────────────────────────
bazarr          |
bazarr          | User UID:    1000
bazarr          | User GID:    1000
bazarr          | ───────────────────────────────────────
bazarr          |
bazarr          | [custom-init] No custom files found, skipping.

My compose file seem to follow the reference (the container lives behind Swag, so not exposing any ports is intentional). Other containers run fine. Can’t see any other general issues.

So, what is the step after [custom-init]

bazarr:
image: ghcr.io/linuxserver/bazarr:latest
container_name: bazarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Stockholm
volumes:
- /home/p/.dockerstack/bazarr/config:/config
- /mnt/net/smb/movies:/movies #optional
- /mnt/net/smb/series:/tv #optional
# ports:
#- 6767:6767
restart: unless-stopped

I suspect it’ll be like the others and an upstream project update is causing database corruption. It’ll be best for you to join the bazarr discord and provide whatever logs they need to assist you and determine what’s happening.

Bazarr stop working after update - LSIO Discussion / Container Support - LinuxServer.io

It was actually a combinaton with wireguard. Wireguard runs 1420 MTU, default docker is 1500. Manually setting docker networking to 1420 solved the issue. But why this only affects Bazarr 1.2 and has not been notices on the machine for the year it been running… I’ll never understand computers.

So yeah, config error on my part

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.