-
Notifications
You must be signed in to change notification settings - Fork 34
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
Script completely breaks when using live TV #72
Comments
That's an error in the Python-PlexAPI module, presumably because the version required and being used by this script is an older one that doesn't support live TV. There are some breaking changes in newer versions so I've avoided switching over, but I'll do it in a future update. |
Could you try again using v2.6.0? That error shouldn't occur anymore but I'm pretty sure something else is going to break. I don't have access to any live TV so I can't test this. |
Same issue here, just noticed the thread about this and wanted to report this issue with 2.6.0.
|
@roombobcat Could you modify if mediaType in ["movie", "episode", "clip"]: # line 221, already exists
print(item.__dict__) # add this new line after line 221 Or, just replace the whole Run the script again and post the new output which will appear before the error. (redact sensitive content, if any) I can't test it myself and the API documentation is lacking so I need to see what properties |
|
Can you try v2.7.0 and check if the issue is fixed? |
It works!!! Thanks for getting this implemented. |
It will stop taking in plays, and will forever display the previous one. Then it will continuously spit out this error
The text was updated successfully, but these errors were encountered: