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

Not Working #29

Open wookie1840 opened 6 years ago

wookie1840 commented 6 years ago

Whenever I run the file, this happens ( I checked that the pin is correctly typed in):

`Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> 
 RESTART: C:\Users\zoran\Downloads\kahoot-hack-master\kahoot-hack-master\play.py 
Please Enter the kahoot pin: 4428974
Please Enter your user name: test
connecting ...
Error:  1001  -  403html

<head><ti tle>403 Forbidden</ti tle></head>

<bo dy bgcol or="white">

<cent er><h 1>403 Forbidden</ h1></ce n ter>

<h r><cen ter>nginx</c e nter>

</b o dy>

html

Error:  1002  -  403html

<he a d><t itle>403 Forbidden</title >< / he ad>

<bo dy bg color="wh ite">

<cen ter><h 1>403 Forbidden</h 1></c enter>

<hr><center>nginx</cente r>

</body>

html

Traceback (most recent call last):
  File "C:\Users\zoran\Downloads\kahoot-hack-master\kahoot-hack-master\play.py", line 46, in <module>
    send.connect()
  File "C:\Users\zoran\Downloads\kahoot-hack-master\kahoot-hack-master\main.py", line 477, in connect
    self.clientid = self.handshake()
  File "C:\Users\zoran\Downloads\kahoot-hack-master\kahoot-hack-master\main.py", line 171, in handshake
    response = json.loads(r.text)
  File "C:\Program Files (x86)\Python36-32\lib\json\__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "C:\Program Files (x86)\Python36-32\lib\json\decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Program Files (x86)\Python36-32\lib\json\decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
>>> 
`

Also, is this project still under development and are there any problems meaning it doesn't work for anybody.