Failed to load content!
Failed to load content! [Errno 2] No such file or directory: '/config/db.json'
Tried multiple times and different settings, cant get past this?
Any idea?

hab das selbe Problem jemand eine Lösung
Did you add the volume mount path for /config?
I am no expert on these things by any means but you must create a folder on your storage and then create a mounting path for Cleanarr to that folder. So mine is in my Docker folder and is docker/cleanarr mounts to /config.
Did you guys manage to make it work. im running Cleanarr in docker, and i can see the tool is login into plex. but i still get Failed to load content!
Plex console which shows that login is working Request: [x.x.x.x:62312 (Subnet)] GET /activities (13 live) #4837084 TLS GZIP Signed-in Token (user) (Chrome)
this is my docker compose file:
version: '3'
services:
cleanarr:
image: selexin/cleanarr:latest
container_name: cleanarr
hostname: cleanarr
ports:
- "5000:80"
environment:
- BYPASS_SSL_VERIFY=1
- PLEX_TOKEN=randomstring
- PLEX_BASE_URL=http://x.x.x.x:32400
- LIBRARY_NAMES=Film;TV show
- PLEX_TIMEOUT=7200
- DEBUG=1
volumes:
- /opt/cleanarr:/config
restart: unless-stopped
Hope someone could help me get going. Thx in advance
Posted my fix in another issue..
https://github.com/se1exin/Cleanarr/issues/93