-
Notifications
You must be signed in to change notification settings - Fork 77
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
[BR] Unable to connect to Plex #91
Comments
The problem was caused by readiness check in plex and jackett. Removing those from the template fixed the problem. |
Now we need to figure out if its a specific problem of mine, or if this is happening to everyone else. |
The automated tests check the readiness of each app, and each release is tested against the probes, what error did you get while you deployed it? @RyuunosukeDS3 |
It said it couldn't reach... Also ingress didn't work for me... So i ended up using loadbalancers for everything and now it works. |
I have also faced sporadic issues with the readinessProbe when I was trying to deploy today (when the server hasn't been claimed) it seems to return |
Same problem here, I am deploying with ArgoCD and plex is the only service that is "unhealthy" as it returns a 401 error. I both tried with and without claim, facing the same issue. |
As mentioned above, it's due to the misconfigured
And manually removing the |
I've been struggling with this and I suspect it has to do with #84 changing the readiness probe from a simple TCP connect to looking for an HTTP response, but Plex does not always give a 200 response, which is what it appears I think this HTTP readiness check, at least in the case of Plex, is too aggressive. |
Thanks for the great feedback, that's definitely something I'll need. |
I'm not able to reproduce this, even doing all the steps manually that's what I get, the readiness succeeds, and I am able to end the configuration.
|
I have a local NAS where the config is stored, storage is good. It seems like when I rm that entire config directory and Plex starts anew, it starts up and gives a 200, goes green in Rancher, good ingress. Readiness checks are always good with a fresh virgin config. After that, response codes change, I think it's doing a |
Even with a brand new config/pvc and token I was not able to get Plex to return anything other than the 401 to the probe on When setting the probe as |
fixed by #102 |
Describe the bug
Plex wont let me connect in any form
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Plex would connect to UI
Screenshots
Environment:
Client Version: version.Info{Major:"1", Minor:"21+", GitVersion:"v1.21.13-3+b0496756fa948e", GitCommit:"b0496756fa948e718d67351ed8e5293c3a28f0b8", GitTreeState:"clean", BuildDate:"2022-06-08T10:21:43Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/arm64"}
Additional context
There is my values file:
Application file:
The text was updated successfully, but these errors were encountered: