Skip to content

Downloading gives error #199

Description

@Flashlab2

First of all thank you for this great piece of software! I do however run into some problems.

Downloading books results in error with CF Bypass false and with CG Bypass true stalls in downloading status forever.

My docker compose:

# Calibre Downloader
  calibre-web-automated-book-downloader:
    image: ghcr.io/calibrain/calibre-web-automated-book-downloader:latest
    container_name: calibre-web-automated-book-downloader
    network_mode: bridge
    healthcheck:
      disable: true
    environment:
      - FLASK_PORT=8084
      - DEBUG=true
      - LOG_LEVEL=info
      - BOOK_LANGUAGE=nl
      - USE_BOOK_TITLE=true
      - APP_ENV=prod
      - TZ=${TZ}
      - UID=${PUID}
      - GID=${PGID}
      - CWA_DB_PATH=/auth/app.db
      - INGEST_DIR=/cwa-book-ingest
      - USE_CF_BYPASS=false
    ports:
      - 8084:8084
    restart: unless-stopped
    volumes:
      - ${DOCKERCONFDIR}/calibre/ingest:/cwa-book-ingest
      - ${DOCKERCONFDIR}/calibre/config/app.db:/auth/app.db:ro

And the link to the debug log after a download errors out:

cwa-book-downloader-debug_BUILD-2025-06-15-086401083e86371145d5a16713ee80425ed14fa9_20250709-155009.zip

I hope this gives some clues to working my problems out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions