linuxserver / docker-lazylibrarian

GNU General Public License v3.0
88 stars 25 forks source link

[BUG] config.ini disappears after adding qbitorrent. #68

Closed Metigoth closed 1 year ago

Metigoth commented 1 year ago

Is there an existing issue for this?

Current Behavior

Config.ini is default when staring docker. Fill everything in until adding qbittorrent with multiple saves it is still there and filling in. Add qbitorrent settings and the file disappears. Next restart of container and back to default.

Expected Behavior

No response

Steps To Reproduce

Add qbittorrent settings on config page and save.

Environment

- OS:Debian
- How docker service was installed:
Docker-Compose

CPU architecture

x86-64

Docker creation

lazylibrarian:
    image: lscr.io/linuxserver/lazylibrarian:latest
    networks:
      - media
    container_name: lazylibrarian
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Los_Angeles
      - DOCKER_MODS=linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg
    volumes:
      - /docker/appdata/lazylibrarian:/config
      - /mnt/data:/mnt/data
    ports:
      - 5299:5299
    restart: unless-stopped

Container logs

2023-04-01 21:10:56,318 WARNING: Unknown option GENERAL.DESTINATION_DIR in config [config2.py:89 (MAIN/lazylibrarian.config2)]
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Metigoth commented 1 year ago

I can save every setting before password.
Then it connects and gets error and disappears qBittorrent 4.5.2 lsio docker.

Metigoth commented 1 year ago

Solved it was special characters in my password causing an issue with config write.