Replies: 1 comment 2 replies
-
|
Hi @townsmcp, Great write-up! I have converted this to a discussion, as the network configuration of the compose is user-based. Each user will need to define or adapt the example compose to suit their deployment. For example, my configuration uses |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have gone through the config, entering all correct values (my Plex container is accessible on http://192.168.1.233:32400.
After installing pdrcrd and it starting, the logs shows an error and the container just sits waiting:
[12/12/23 09:45:59] [plex error]: couldnt reach local plex server at: http://192.168.1.233:32400 to determine library sections. Make sure the address is correct, the server is running, and youve set up at least one library.
[12/12/23 09:45:59] [plex] getting all watchlists ... done
To Reproduce
Perform install, entering Plex local IP as part of config
Expected behavior
plex_debrid to be able to see and talk to Plex
Please complete the following information:
Additional context
I believe the issue is because docker network is set to 'compose_default' and the container cannot see anything outside of itself.

When I change the network to 'Proxy' and add a value such as 'pdrcrd' this container can then see Plex
Maybe as part of the config/compose add:
Beta Was this translation helpful? Give feedback.
All reactions