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

ERROR - The plex_debrid process is not running. #89

Closed
alirizv opened this issue Jan 24, 2025 · 2 comments
Closed

ERROR - The plex_debrid process is not running. #89

alirizv opened this issue Jan 24, 2025 · 2 comments

Comments

@alirizv
Copy link

alirizv commented Jan 24, 2025

Describe the bug

After setting up the container, starting it, attaching to it and updating the settings to scrape for 2160p. I start seeing the following error: ERROR - The plex_debrid process is not running.

To Reproduce

  • Build the project
  • Start the container
  • Attach to the container
  • Update settings to scrape 4K
  • Run pd_zurg
  • Error appears

zurg-compose.txt

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

Image

Please complete the following information:

  • OS: DiskStation Manager (DSM)
  • Version: DSM 7.2.2-72806 Update 2
  • Supporting Applications: Container Manager

Additional context

This container is installed on a Synology NAS, the Plex is a Synology package. I am attaching the yaml file for reference.

@I-am-PUID-0
Copy link
Owner

Maybe related to the override command in use?

    command: |
      /bin/sh -c "
      apk add --no-cache python3 py3-pip && \
      pip install --no-cache-dir python-dotenv regex schedule psutil plexapi requests packaging ruamel.yaml colorlog && \
      rclone mount pd_zurg: /data --allow-other --allow-non-empty --dir-cache-time 10s --vfs-cache-mode full --vfs-cache-max-size 20G && \
      python /zurg/plex_refresh.py
      "

@alirizv
Copy link
Author

alirizv commented Feb 20, 2025

Maybe related to the override command in use?

    command: |
      /bin/sh -c "
      apk add --no-cache python3 py3-pip && \
      pip install --no-cache-dir python-dotenv regex schedule psutil plexapi requests packaging ruamel.yaml colorlog && \
      rclone mount pd_zurg: /data --allow-other --allow-non-empty --dir-cache-time 10s --vfs-cache-mode full --vfs-cache-max-size 20G && \
      python /zurg/plex_refresh.py
      "

Thank you, I was able to make it work.

@alirizv alirizv closed this as completed Feb 20, 2025
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

2 participants