You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plex Discover allows to get Movies and Shows that user don't have in PMS library.
Problem : the rate() function do not work for those medias found with discover.provider.plex.tv it raises a plexapi.exceptions.NotFound.
Movies and Shows (found from Plex Discover) rating can be edited with Plex Client, we shoud be able to do it through Plex API too.
Describe the Bug
Plex Discover allows to get Movies and Shows that user don't have in PMS library.
Problem : the
rate()
function do not work for those medias found withdiscover.provider.plex.tv
it raises a plexapi.exceptions.NotFound.Movies and Shows (found from Plex Discover) rating can be edited with Plex Client, we shoud be able to do it through Plex API too.
Code Snippets
Expected Behavior
No error raised.
Just like items from user's PMS library.
Additional Context
Requests to rate items from Plex Discover are :
Rate :
https://discover.provider.plex.tv/actions/rate?identifier=tv.plex.provider.discover&key=5e16138e04b9ad001e9a74ca&rating=4
Remove rating :
https://discover.provider.plex.tv/actions/rate?identifier=tv.plex.provider.discover&key=5e16138e04b9ad001e9a74ca&rating=-1
Similar to issue #1067
Operating System and Version
Windows 10
Plex Media Server Version
1.29.2.6364
Python Version
3.9
PlexAPI Version
4.13.1
The text was updated successfully, but these errors were encountered: