unixpickle / kahoot-hack

Reverse engineering kahoot.it
BSD 2-Clause "Simplified" License
577 stars 362 forks source link

New issue after kahoot-rand fix #144

Open Crinfarr opened 6 years ago

Crinfarr commented 6 years ago

There's no conversion formula from input string to int, shown by error ./main.go:61:29: cannot use gamePin (type string) as type int in argument to kahoot.NewConn

Crinfarr commented 6 years ago

I'd fix it myself but I'm running low on time. Sorry U.P. Xb

unixpickle commented 6 years ago

Almost certainly a duplicate of #143. If you install the program properly using go get, it will work. This error is likely caused by you updating one part of the source code, but not another part.