Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

how can I solve this error? #52

Closed ghost closed 6 years ago

ghost commented 6 years ago
screen shot 2018-04-09 at 14 01 20
zenolus commented 6 years ago

got to python. enter

nltk.download("stopwords")

ghost commented 6 years ago
screen shot 2018-04-09 at 20 26 22
Exaphis commented 6 years ago

I have updated the README to add instructions to fix this issue. Please run /Applications/"Python 3.6"/"Install Certificates.command" in Terminal.

ghost commented 6 years ago

Okay thanks solved that. If it says RuntimeError("Connection settings invalid") RuntimeError: Connection settings invalid, am I good? Do I get this error because the game isn't live yet?

Exaphis commented 6 years ago

That means your bearer token/user ID is incorrect.

ghost commented 6 years ago

When I sniffed the traffic under the voice token I found three lines, which one should I use?

Exaphis commented 6 years ago

Could you post what you have here? The bearer token should be a long string starting with Bearer in the sniffed traffic, and the user ID should be an 8-long number.

ghost commented 6 years ago
screen shot 2018-04-09 at 20 45 39

Or should I use this one?

Exaphis commented 6 years ago

Yes, that is the correct one. You have the user ID?

ghost commented 6 years ago

Yes, now is saying show not on. Does the user id need " " these?

Exaphis commented 6 years ago

The user ID does not need quotations around it in the conn_settings.txt file.

ghost commented 6 years ago

Thank you very much

Exaphis commented 6 years ago

Alright, seems like this problem is solved.