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

Avoid too many values to unpack error #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hepcat72
Copy link

@hepcat72 hepcat72 commented Dec 13, 2020

I just installed the EyeTV-parser plugin (which depends on this plugin) to see what it can do with my EyeTV Hybrid before I decide what hardware/software to buy for OTA TV. The EyeTV-parser add-on would not launch and the log showed a trace for an error coming from this line (38) saying there were too many values to unpack, so I printed the args to debug and it contained 4 values, the last being 'resume:false'. Supplying the dummy value allowed the plugin to load. There are of course other issues, but this was a nice/simple un-blocking work-around/fix.

I just installed this plugin to see what it can do with my EyeTV Hybrid before I decide what hardware/software to buy for OTA TV. The EyeTV-parser add-on would not launch and the log showed a trace for an error coming from this line (38) saying there were too many values to unpack, so I printed the args to debug and it contained 4 values, the last being 'resume:false'. Supplying the dummy value allowed the plugin to load.  There are of course other issues, but this was a nice/simple un-blocking work-around/fix.
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

Successfully merging this pull request may close these issues.

1 participant