A page-monitoring web app for Mturk (Mechanical Turk) designed to make turking more efficient. Easily monitor mturk search pages and requesters and Auto-Accept the HITs you missed.
< Feedback op Turkmaster (Mturk)
thank you so much
Thanks a bunch, @DjBonadoobie! I've added your fix to the latest update.
Thank you @DjBonadoobie and Donovan for working on this. After update Turkmaster is not showing up, I have tried restarting everything, is there something simple I am missing? I also tried reinstalling.
Oh, didn't see your message until just now. Taking a look now.
Thanks so much, sorry, just replied to your message in the other thread, seem to be hopping between threads, sorry for the confusion.
@"Devin Doucet" thanks for the heads up - should be working now. I think it was a bad copy/paste. Sorry about that!
Everything seems to be working now. Thank you very much. Back to work.
Awesome, no problem. Good luck!
Possible Fix for Watchers Stopping on PRE's, Full Queue and 'No more HITs available'
Not sure if others have reported this bug or not, but TM for me has been throwing an error in these cases:
What's strange is the behavior seems to have changed since last night as far as the wrong data that was being consumed. Nonetheless, here's how I patched it. I am unable to test extensively at this point but it seems to fix the issues.
TurkMaster around line 2407, in the
Watcher.prototype.parseNewHit
method:replace this
with
or even safer throw in a type check (i swear i've seen a
result
that was xml at some point)thanks!