You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to setup a new docker compose with LazyLibrarian, I am not getting this error:
2024-08-23 11:51:33 lazylibrarian | [mod-init] Running Docker Modification Logic
2024-08-23 11:51:33 lazylibrarian | [mod-init] Adding linuxserver/mods:universal-calibre to container
2024-08-23 11:51:34 lazylibrarian | [mod-init] (ERROR) linuxserver/mods:universal-calibre digest could not be fetched from lscr.io
2024-08-23 11:51:35 lazylibrarian | [mod-init] Adding linuxserver/mods:lazylibrarian-ffmpeg to container
2024-08-23 11:51:36 lazylibrarian | [mod-init] (ERROR) linuxserver/mods:lazylibrarian-ffmpeg digest could not be fetched from lscr.io
Previous issues I found reffered to network issues blocking the connection.
The container can access the internet without issue (apt update and upgrade also works).
I have tested on 2 different landline internet services and mobile hotspot from my phone as well.
Expected Behavior
load the scripts without error
Steps To Reproduce
Clean windows install with new install of docker desktop.
Is there an existing issue for this?
Current Behavior
When attempting to setup a new docker compose with LazyLibrarian, I am not getting this error:
2024-08-23 11:51:33 lazylibrarian | [mod-init] Running Docker Modification Logic
2024-08-23 11:51:33 lazylibrarian | [mod-init] Adding linuxserver/mods:universal-calibre to container
2024-08-23 11:51:34 lazylibrarian | [mod-init] (ERROR) linuxserver/mods:universal-calibre digest could not be fetched from lscr.io
2024-08-23 11:51:35 lazylibrarian | [mod-init] Adding linuxserver/mods:lazylibrarian-ffmpeg to container
2024-08-23 11:51:36 lazylibrarian | [mod-init] (ERROR) linuxserver/mods:lazylibrarian-ffmpeg digest could not be fetched from lscr.io
Previous issues I found reffered to network issues blocking the connection.
The container can access the internet without issue (apt update and upgrade also works).
I have tested on 2 different landline internet services and mobile hotspot from my phone as well.
Expected Behavior
load the scripts without error
Steps To Reproduce
services:
lazylibrarian:
image: lscr.io/linuxserver/lazylibrarian:latest
container_name: lazylibrarian
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- DOCKER_MODS=linuxserver/mods:universal-calibre|linuxserver/mods:lazylibrarian-ffmpeg #optional
volumes:
- /path/to/lazylibrarian/data:/config
- /path/to/downloads/:/downloads
- /path/to/data/:/books #optional
ports:
- 5299:5299
restart: unless-stopped
3. run docker compose up -d
4. observe error in log
When it was working before, I did need to run "apt install xdg-utils" in the container and then restart it for the install to correctly work.
Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: