reteps/kbot

Failed to auth password

StabbyAlbert opened this issue · 2 comments

I entered username and password correct, and correct game pin(yes i double checked)
it returns
Traceback (most recent call last): File "kbot", line 22, in <module> user.authenticate(email, password) File "/Users/icehacks/Downloads/kbot-master/klib.py", line 43, in authenticate raise KahootError('Unknown login issue')
Im pretty sure https://create.kahoot.it/rest/authenticate is dead

hello, am i doing something wrong?
I correctly aimed the terminal to the file and installed all dependencies

I have the same issue. That seems to be the problem. For me It errors and doesn't even prompt the password for me.
Traceback (most recent call last): File "kbot", line 22, in <module> user.authenticate(email, password) File "/home/nithin/kbot/klib.py", line 43, in authenticate raise KahootError('Unknown login issue') klib.KahootError: Unknown login issue

Actually I don't think think thats the issue. I think its actually a token issue. If you log in on kahoot.com and pull up the developer console you can clearly see its POST requesting to https://create.kahoot.it/rest/authenticate
Screenshot from 2020-02-27 20-31-06