Trying to pull Audiobookshelf - GEtting error
Posted by Big_Totoro
Hey, Not sure where to post this, but im getting this error when trying to install Audiobookshelf. Asking server to apply: enable=[audiobookshelf] disable=[(none)]... sparkbox up [0;36m / | | | | ) \ \| ' \ / | '| |/ / \ / \ \/ / ) | |) | (| | | | <| |) | () < |/| ./ \,|| ||\\/ \//\\ || [0m [1mSparkBox[0m v1.6.153 - Self-Hosted Privacy Stack Created by Tom Spark | youtube.com/@TomSparkReviews Environment: NAS (generic) [0;34m[INFO][0m Starting SparkBox... [0;34m[INFO][0m Active modules: audiobookshelf core dashboard [0;34m[INFO][0m Fetching images for module: audiobookshelf audiobookshelf Pulling audiobookshelf Error failed to resolve reference "ghcr.io/advplyr/audiobookshelf:v2.35.0": ghcr.io/advplyr/audiobookshelf:v2.35.0: not found Error response from daemon: failed to resolve reference "ghcr.io/advplyr/audiobookshelf:v2.35.0": ghcr.io/advplyr/audiobookshelf:v2.35.0: not found [1;33m[WARN][0m pull attempt 2/3 (previous attempt failed) — retrying in 10s audiobookshelf Pulling audiobookshelf Error failed to resolve reference "ghcr.io/advplyr/audiobookshelf:v2.35.0": ghcr.io/advplyr/audiobookshelf:v2.35.0: not found Error response from daemon: failed to resolve reference "ghcr.io/advplyr/audiobookshelf:v2.35.0": ghcr.io/advplyr/audiobookshelf:v2.35.0: not found [1;33m[WARN][0m pull attempt 3/3 (previous attempt failed) — retrying in 15s audiobookshelf Pulling audiobookshelf Error failed to resolve reference "ghcr.io/advplyr/audiobookshelf:v2.35.0": ghcr.io/advplyr/audiobookshelf:v2.35.0: not found Error response from daemon: failed to resolve reference "ghcr.io/advplyr/audiobookshelf:v2.35.0": ghcr.io/advplyr/audiobookshelf:v2.35.0: not found [0;31m[ERROR][0m Failed to pull images for module 'audiobookshelf' after 3 attempts. [0;31m[ERROR][0m Likely causes: no internet access from this host, Docker Hub rate limit, or insufficient disk space. [0;31m[ERROR][0m Try: docker pull <image:tag manually, or check 'docker info' for disk pressure. [0;31m[ERROR][0m Image prefetch failed for: audiobookshelf. Aborting before compose up to give a clean error. [SparkBox] Install exited with code 1. Your pending changes are preserved — review the log above, then Apply again (or untoggle the broken module from the apply bar at the bottom).
2 replies
tomspark wrote:
Found it and shipped a fix — that one's on us. We had the wrong tag format pinned for Audiobookshelf (a stray 'v' that the upstream registry doesn't use), so Docker correctly said the image didn't exist. Exact same gotcha we already fixed once back in v1.6.36; it slipped back in on the most recent version bump. The in-file comment that warned against it apparently wasn't loud enough — I've made it much louder so the next bump can't miss it. Grab the fix: sudo sparkbox update. That'll pull v1.6.154. Then just re-toggle Audiobookshelf from the app picker and hit Apply — it'll install cleanly this time. Thanks for the clean log paste, that made it a one-minute diagnose.
Big_Totoro wrote:
Awesome! Cheers.