python-plexapi icon indicating copy to clipboard operation
python-plexapi copied to clipboard

goToMedia doesn't seem to work (any more)

Open foldericon opened this issue 5 years ago • 0 comments

Describe the issue Player throws a 400 when trying to use goToMedia function on client.

Code snipppets client = plex.client(clientname) client.goToMedia(movie)

Expected behavior Pre play screen shows up on player

Enviroment (please complete the following information):

  • OS: Linux
  • Plex version 1.20.3.3437
  • Python Version 3.7.3
  • PlexAPI version 4.1.2

Additional context Player is Plex on Apple TV, current version.

Here is the response: <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>HTTP Error 400</title></head><body><h1>HTTP Error 400: Error processing player command</h1><h3>[kRemoteControlRouterErrorDomain] Unknown command 'details' for controller 'mirror' (1)</h3></body></html>

foldericon avatar Oct 20 '20 17:10 foldericon