-
Notifications
You must be signed in to change notification settings - Fork 15
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
401 Unauthorized for Managed User #82
Comments
When adding the user, what should i use for the username? The exact name I made for the managed user? This is an API readout, and this is the user I added. I see this token correctly (accessToken) Should I be using one of these values for the username?
|
The primary plex admin should be set with the pd_zurg envs, then I believe the users would be added through the plex_debrid UI: itsToggle/plex_debrid#501 |
Thanks for the reply! i created a managed user, named “Sammie”, from the plex web interface I then launch the plex debrid ui using “docker attach pd_zurg”, go to content settings, add the user “Sammie” and the token of that user that I found by using Firefox’s network tools while logged into the managed user, clicking on a show and inspecting the network headers to copy the “X-PlexToken”. And I still get the 401 error. I set up my environment using this tutorial: |
Stand by, I am going to try this when I get home! Maybe it’s a different token. |
This fixed it! It was a different token indeed. |
Describe the bug
pd_zurg is stating 401 unauthorized for user i added, please check token
To Reproduce
Adding a managed local user via Plex home, using firefox dev tools to identify the token for the user, adding the user to pd_zurg settings with the token
Expected behavior
Using the other user to pd_zurg so my other user can add stuff to their watchlist which will also download
Screenshots
Full error:
Nov 18, 2024 03:14:18 - INFO - plex_debrid subprocess: [18/11/24 03:14:18] plex error: (401 unauthorized): token for user 'sammie' does not seem to work. check your plex user settings.
Please complete the following information:
Additional context
Does zurg not support managed users? Maybe I would just need to delegate access to another plex email / user as opposed to plex home managed users
Thanks for any help!
The text was updated successfully, but these errors were encountered: