DanielSmith1239 / HQTriviaMaster

A neat little Mac program for answering HQ Trivia questions.
GNU General Public License v3.0
83 stars 22 forks source link

Alwasy gives wrong answer #97

Open shreystechtips opened 6 years ago

shreystechtips commented 6 years ago

I was testing the OCR and it always gives the wrong answer while having 100% confidence. I was originally trying to get the web socket to work, but can't find my User ID or Token in mitmproxy (with https://api-quiz.hype.space/ in it). So if there is somebody who has the same problem or has an idea on how to fix one of the two, it would be greatly appreciated!

goldcr3st commented 6 years ago

I have the same problem :/

shreystechtips commented 6 years ago

Currently, I just stream my android phone to chrome via a screen stream via HTTPS app. Today it only gave a few answers right when I tested with a video playing, which is very interesting. Some were totally wrong, but it still had 100% confidence.

realjamesjones2 commented 6 years ago

Can't help with the 100% confidence on wrong answer using OCR (I'm having the same issue with YouTube video tests) but I can help with finding your token and HQ id; before you run the mitmproxy, close all your apps on your phone - then run mitmproxy from terminal - then open HQTrivia app - it will load a few GET and POST - click your username in the app, then check the terminal window for GET https://api-quiz.hype.space/users/xxxxxxxxx - this will show the Bearer under the REQUEST tab, and at the bottom have your userID (careful not to use the referral userID typically listed at the very bottom).