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

Everything is Broken #3

Closed CFPLanguage closed 7 years ago

CFPLanguage commented 7 years ago

When I run play.py and flood.py, I get this error message. Traceback (most recent call last): File "play.py", line 21, in <module> send.connect() File "main.py", line 255, in connect self.clientid = self.handshake() File "main.py", line 91, in handshake error(subId+100, str(r.status_code)+str(r.text),False) NameError: name 'subId' is not defined

msemple1111 commented 7 years ago

It looks like they have changed the protocol recently. I will try and fix it on the weekend when I have some free time to commit.

msemple1111 commented 7 years ago

@CFPLanguage It seems to be fixed after my last commit. Please reply if it does not.

aldenkeshap commented 7 years ago

This seems to work, except when I run flood.py I get one user, not all that I wanted.

msemple1111 commented 7 years ago

im not sure why, mine seems to work fine.

is there any errors? anything in the log.txt?

aldenkeshap commented 7 years ago

When I ran it again, it worked perfectly, sorry for the confusion.

aldenkeshap commented 7 years ago

I had entered a name that was already 15 characters long, so you could not add more on.