Skip to content
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_tools.alt_id_lookup crashes from malformed URL #231

Open
Metalor696 opened this issue May 2, 2021 · 1 comment
Open

plex_tools.alt_id_lookup crashes from malformed URL #231

Metalor696 opened this issue May 2, 2021 · 1 comment

Comments

@Metalor696
Copy link

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.

@meisnate12
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants