gjacobs314 / HackQ

A MacOS application that intercepts and solves HQ Trivia questions in less then 3 seconds!
MIT License
37 stars 16 forks source link

Error : Invalid Address #59

Open AnushPatel opened 6 years ago

AnushPatel commented 6 years ago

This was with HQ Trivia UK. I followed all the instructions correctly (In my Opinion)- Tested when game was running

AbnormalMatrix commented 6 years ago

I had this problem as well, and I solved it by double checking my bearer token and user id. Make sure that it is your unique information and there is no spaces or extra characters in the bearer token and id. If you still are having trouble after this leave another comment and I will try to help.

anthonyatp commented 6 years ago

Hi, i have exactly the same problem. I double checked and all the information is correct. I know my info is correct because i have used it in another HQtrivia bot and it worked.

Any other ideas?

AnushPatel commented 6 years ago

Still having that issue...

AbnormalMatrix commented 5 years ago

Hmm... Checking to make sure that there were no extra characters in my user id and bearer token worked for me. I think someone more qualified should take this from here.

mhornblower commented 5 years ago

Something might have changed with the way the tokens are processed on the HQ end of things. I have double and triple checked my token and user ID (retrieved via MITM just today and they have not changed since) and still get the invalid address error. As an extra check I grabbed one of the more recent python versions ( https://github.com/Exaphis/HackQ-Trivia ) and it is also giving an invalid token result (although, interestingly, only when the game is actually running - when there is no game in progress it seems to talk to the HQ servers just fine).

Anyone still digging away at this?