question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ValueError: too many values to unpack (expected 5)

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
k4m4commented, Nov 7, 2018

Re-install it manually please. I wasn’t the one that created the AUR package, so please follow the manual installation.

0reactions
melkopisicommented, Nov 7, 2018

Is AUR Package working now or we reinstall it manually?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found