Open Deff3x opened 2 months ago
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 client.authentication.getUserDetails
I am now getting a giant error block into the console stating rawMessage: 'Response validation failed'
, looks like some of the models/enums don't fully line up yet.
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
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: