kahoot-hack icon indicating copy to clipboard operation
kahoot-hack copied to clipboard

Error trying to run flood.py

Open SirFireball3521 opened this issue 6 years ago • 4 comments

When I try to run flood.py, I get the following error. I can confirm that the game exists, my friend had it running on his computer. I tried running it again after him closing the game, and received the same error.

Traceback (most recent call last): File "flood.py", line 11, in <module> from main import kahoot File "/home/(my username)/kahoot-hack/main.py", line 11, in <module> import urllib.parse ImportError: No module named parse

SirFireball3521 avatar May 13 '19 16:05 SirFireball3521

Are you sure you are using python 3? Try navigating to the folder where the flood.py file is located, then execute "py flood.py" without the "".

Let me know if it works

Kind regards, Hugo.

Hugo22O avatar May 21 '19 12:05 Hugo22O

It says that the command "py" is not found. "python" command works to run it, but it still returns that same error.

SirFireball3521 avatar May 23 '19 17:05 SirFireball3521

Try navigating to where flood.py is located, and then just do "flood.py".

Hugo22O avatar May 23 '19 18:05 Hugo22O

bash: flood.py: command not found That only works with shell files

SirFireball3521 avatar Jun 10 '19 20:06 SirFireball3521