ValueError: too many values to unpack (expected 5)
See original GitHub issueI’ve got a new router and when i try to use the script i face this error :
Traceback (most recent call last): File "kickthemout.py", line 750, in <module> defaultInterface = getDefaultInterface() File "kickthemout.py", line 153, in getDefaultInterface network, netmask, _, interface, address = max(iface_routes, key=lambda item:item[1]) ValueError: too many values to unpack (expected 5)
any ideas ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
How to Fix Valueerror: too many values to unpack - Hello Code
To summarise, we have seen a few cases where the Valueerror: too many values to unpack error could occur and how you can...
Read more >python valueerror : too many values to unpack - Stack Overflow
Evidently you typed more than two characters, so it said you had too many. The other answers have perfectly good suggestions for doing...
Read more >ValueError: Too many values to unpack in Python - STechies
PythonValueError: Too many values to unpack in Python, This error occurs when we assign more number of values and less number of variables,...
Read more >Python Error: Too Many Values To Unpack. Let's Fix It!
The Python error “too many values to unpack” occurs when you try to extract a number of values from a data structure into...
Read more >ValueError: too many values to unpack (expected 3) in Python
The Python "ValueError: too many values to unpack (expected 3) in Python" occurs when the number of variables in the assignment is not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Re-install it manually please. I wasn’t the one that created the AUR package, so please follow the manual installation.
Is AUR Package working now or we reinstall it manually?