Plex-Auto-Collections icon indicating copy to clipboard operation
Plex-Auto-Collections copied to clipboard

plex_tools.alt_id_lookup crashes from malformed URL

Open Metalor696 opened this issue 4 years ago • 1 comments

When building the request to call Plex, the line req = Request('{}{}'.format(plex.url, movie.key)) isn't stripping the leading backslash from the movie.key params so we end up with something like 'http://192.168.1.100:32400//library/metadata/730' when it should look like 'http://192.168.1.100:32400/library/metadata/730'.

This causes Plex to return a 404 and the script to exit.

Metalor696 avatar May 02 '21 10:05 Metalor696

development here has stalled check out the updated Plex Meta Manager.

meisnate12 avatar May 02 '21 15:05 meisnate12