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

Issue with HQ UK #89

Closed mudfins closed 5 years ago

mudfins commented 6 years ago

There was an issue today with HQ UK. The questions were pulled successfully, but there were no results. `Question detected. Question 12 out of 12 Which of these countries has NEVER been invaded by Great Britain? ['Cuba', 'Vietnam', 'Paraguay']

Searching ['Cuba', 'Vietnam', 'Paraguay'] ['countries', 'never', 'invaded', 'great', 'britain'] [] Running method 1 {'cuba': 0, 'vietnam': 0, 'paraguay': 0} Running method 2 {'Cuba': {'cuba': 0}, 'Vietnam': {'vietnam': 0}, 'Paraguay': {'paraguay': 0}} [('Which', 'NNP'), ('of', 'IN'), ('these', 'DT'), ('countries', 'NNS'), ('has', 'VBZ'), ('NEVER', 'RB'), ('been', 'VBN'), ('invaded', 'VBN'), ('by', 'IN'), ('Great', 'NNP'), ('Britain', 'NNP'), ('?', '.')] Question nouns: ['great britain'] Running method 3 Search processed URLs fetched

Cuba: {} Vietnam: {} Paraguay: {}

Keyword scores: {'Cuba': 0, 'Vietnam': 0, 'Paraguay': 0} Noun scores: {'Cuba': 0, 'Vietnam': 0, 'Paraguay': 0}

Search took 1.0620067119598389 seconds Socket closed`

U-r-Unknown commented 6 years ago

Does UK version work on Android platform? I tried to download but got the us version

mudfins commented 6 years ago

You need a uk phone number i believe

perfectusr commented 6 years ago

did you just use a uk user id and bearer token to get the questions to pull? I'm trying to run this as well

Exaphis commented 6 years ago

Very weird issue, I will look into it. Is it specific to UK or does this happen on both UK and US?