-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
[BUG] unexpected keyword argument 'channel_icon' #73
Comments
What is contained in You can find the actual data in Tautulli by clicking in the word |
Here is the output for the three
|
Fixed in nightly |
Describe the bug
When streaming live TV in Plex via the HDHR Viewer 2 plugin Varken fails to load the
channel_icon
key from Tautulli causing all metrics to be lost.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Varken should discard unexpected keys with a warning instead of a halt allowing metrics to be collected even in edge cases with custom configurations adding unknown keys to the stream.
Screenshots
2018-12-26 19:14:19 : INFO : __init__ : Running job Every 30 seconds do threaded(<bound method TautulliAPI.get_activity of <tautulli-1>>) (last run: 2018-12-26 19:13:49, next run: 2018-12-26 19:14:19) 2018-12-26 19:14:19 : ERROR : tautulli : TypeError has occurred : __new__() got an unexpected keyword argument 'channel_icon' while creating TautulliStream structure
Environment (please complete the following information):
Additional context
https://github.com/zynine-/HDHRViewerV2.bundle
The text was updated successfully, but these errors were encountered: