msemple1111 / kahoot-hack

A suite of tools for easily manipulating the kahoot.it quiz platform
GNU General Public License v3.0
65 stars 27 forks source link

Error trying to run flood.py #31

Closed SirFireball3521 closed 1 year ago

SirFireball3521 commented 5 years ago

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

Hugo22O commented 5 years ago

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.

SirFireball3521 commented 5 years ago

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

Hugo22O commented 5 years ago

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

SirFireball3521 commented 5 years ago

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