-
Notifications
You must be signed in to change notification settings - Fork 1
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
Plex url not correct resulting in 404 #22
Comments
This is hopefully fixed in the most recent set of regenerations, please let me know if otherwise |
Looks like the endpoint is now working although has been moved into I am now getting a giant error block into the console stating Let me know if you need any more information or if you want me to open a new issue to track. |
Thanks for confirming! If you want to provide a sanitized version of the raw response you are getting from the API I can try to get the schemas aligned |
Apologies for the delay! Here is the JSON you asked for, I have marked {REMOVED} on anything I have sanitised. Let me know if you need anything else! |
When trying to retrieve the User details for the display name using
client.plex.getUserDetails()
it is returning a 404 response due to a bad request url.When instantiating I am providing the following:
Results:
As you can see from above the url is set to
url: 'https://plex.tv/api/v2user'
.I am receiving similar results with
*.plex.getUserFriends()
Fix for now is manually overriding the server url and including the ending forward slash
/
as follows:The text was updated successfully, but these errors were encountered: