JohnnyRS / PandaCrazy-Max

PandaCrazy Chrome Extension for Amazon Mturk
21 stars 8 forks source link

pop-up with captcha is not appearing #45

Open kacatuks opened 3 years ago

kacatuks commented 3 years ago

The settings are all right, I even installed the extension again and nothing from the captcha pop-up appears.

taking advantage of the topic. Is there a way to delete the confirmation pop-up to delete a hit from the queue? as it takes a long time to delete the hit when we need the queue to clear quickly. In the old extension it was faster

seasons1981 commented 3 years ago

not only is a pop-up not appearing, but if you get a captcha (and clear it), pandacrazy stops working completely. You need to refresh EVERYTHING (even different scripts) to work normally again.

JohnnyRS commented 3 years ago

The problem for me to fix this is I have no way of testing any fix because I don't get captchas. So I'll need more information on what is happening. This is the way that the extension detects a captcha:

1) If it tries to grab a HIT with a panda and it receives an OK code from MTURK with a html text returned then it checks the URL to see if it ends with 'assignment_id='. If the URL doesn't have the assignment_id= in the URL then it assumes it has a captcha. 2) Once it detects a captcha it will sound the captcha alert alarm. Show a notification in the windows notification alerting that there is a captcha to fill in. It shouldn't stop and it doesn't popup any window. Of course I can show a popup or anything else if I can be sure it detects a captcha first.

I need to be sure it is detecting a captcha first so I know it is working. If someone can tell me if the alarm is sounded, notification is shown or in the console window there is anything that says 'captcha found'. The console window can be shown by pushing F12 in the main panda crazy tab. Thanks!