Oops! No soup for you.
Haribo112 opened this issue · 1 comments
Output of docker inspect plex --format='{{index .Config.Labels.version}}'
:
1.19.4.2935-armhf
Description
I used your docker image to create a Plex media server on my Raspberry Pi. Upon connecting to the webinterface, it asked for my login credentials. I gave these credentials, and then it says "Oops! No soup for you. Looks like this server does not want you in."
Steps to reproduce the issue:
- use jaymoulin/plex to start up a plex media server
- go to webinterface and log in
- message is shown/
Describe the results you received:
error message
Describe the results you expected:
a functioning plex media server
Additional information you deem important (e.g. issue happens only occasionally):
Timezone in docker container is wrong; some reddit post said it could be the issue.
This may be an error with the latest version of plex or with a non visible instance on your network. Please ensure your container has the --network=host
parameter. If yes, you may try to downgrade your image by using jaymoulin/plex:1.19.4.2902
instead.
Let me know