Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load content! #86

Open
shadowtek opened this issue Apr 2, 2023 · 4 comments
Open

Failed to load content! #86

shadowtek opened this issue Apr 2, 2023 · 4 comments

Comments

@shadowtek
Copy link

shadowtek commented Apr 2, 2023

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?
Screenshot 2023-04-03 at 9 22 53 am

@HTN88
Copy link

HTN88 commented Apr 7, 2023

hab das selbe Problem jemand eine Lösung

@roggstudelpest
Copy link

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.

@Simonk007
Copy link

Simonk007 commented Feb 7, 2024

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

cleanarr

Hope someone could help me get going. Thx in advance

@silveronetrsx
Copy link

Posted my fix in another issue..

#93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants