Mturk Suite Thread

Fanugi

New Member
Joined
Sep 6, 2016
Messages
52
Reaction score
15
Points
208
Gender
Male
Has anyone had an issue where, although a HIT shows as completed in Tracker, the check mark does not appear and it does not show as completed in the Queue? I initially thought it was a slight formatting issue (an extra space or period perhaps) in the HIT title...but then noticed that they would show consistently between the Queue and the Tracker on my laptop (looking at the same HIT at the same time on both computers). I even exported the DB from my laptop and imported it into MTS on my desktop but the problem remains. Do you think this could be a MTS setting or maybe removing the MTS extension and then reinstalling and importing my DB would resolve the issue? Any insight appreciated as I rely on my Queue (and it showing work as completed or not) quite heavily.

It has to be said that I love MTS and really appreciate it so this is not a complaint! Just trying to resolve this issue!
 

turkenator

━╤デ╦︻(▀̿̿Ĺ̯̿̿▀̿ ̿)
Contributor
Joined
Feb 5, 2016
Messages
187
Reaction score
328
Points
388
Gender
Male
When I hover over the square, the box pops up. But if I move the mouse over to click on one of the links, like to TO or whatever, the box disappears. I found that if I click on the colored square, the box stays up. But when I click it, the window scrolls itself back to the top. (guessing that is a stock mturk 'feature')
I'm having this same issue. When you click and the window scrolls up, a # is added to the end of the URL. Not sure if that's relevant, but I noticed it happening.
The jumping is new right? The having to click was already on the radar, I too hate how it works. I'm back to turking in 2 days so I'll actually be using MTS for real the first time this year and catch more of these type of pain points.

So I was playing around with different ways of fixing this jump to top 'feature' that mturk included in the search results page for us. I think I came up with a one-liner that stops the jump to top, without breaking anything else. Should be a decent bandaid until a fix can be incorporated into MTS. Let me know if it breaks anything that I failed to notice.

Code:
// ==UserScript==
// @name  Mturk Results Page Jump Fix
// @version  0.1
// @description  Stops the page from jumping to the top when you click the button to see TO.
// @author  turkenator
// @include  https://worker.mturk.com/?*
// @include  https://worker.mturk.com/projects?*
// @grant  GM_log
// @require  https://code.jquery.com/jquery-1.12.4.min.js
// ==/UserScript==

$('a.hidden-sm-down[href="#"]').attr('onclick', 'return false;');
Edit: Added another include line for /projects?*
 
Last edited:

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,978
Points
1,313
Kadauchi @Kadauchi, it seems like everyone who has upgraded to 2.2 today cannot export HITs. We're getting the "HIT Export Failed" popup box when trying to share HITs to the forum from HIT Finder and directly from the MTurk page.

Also, when clicking on the black arrow on HIT Finder to get the HIT share box to pop up, I cannot copy the BBcode. When I click on the BBcode button, nothing happens at all.

I just tried the other buttons (plain, short, markdown) and those don't appear to be working either.
 
Last edited:

sinon

Watashi ga Kita!
Contributor
Joined
Jan 12, 2016
Messages
3,014
Reaction score
7,112
Points
838
Gender
Female
All my logged stuff on Hit Catcher disappeared o_O
 

Achilles2357

Active Member
Joined
May 24, 2017
Messages
966
Reaction score
1,459
Points
393
Gender
Male
It seems to me possible that something broke in one of the recent updates, but I'm not sure. Here is the situation: suppose I try to catch a hit via Hit Finder, but the hit is no longer there. So some buttons pop up on the mturk page and I hit ONCE. It used to be the case that if the hit was already listed in Hit Catcher, but turned off, then hitting ONCE would turn it back on. But now, repeatedly, this seems not to happen at all.

Of course, this could be because the hit IDs are not really the same. But it seems that in the not so distant past, I would often be reactivating hits in Hit Catcher, sometimes even without knowing it. Now it seems to never happen, even when I want it to.
 
  • Like
Reactions: Azazael

turkenator

━╤デ╦︻(▀̿̿Ĺ̯̿̿▀̿ ̿)
Contributor
Joined
Feb 5, 2016
Messages
187
Reaction score
328
Points
388
Gender
Male
When I type anything into the address bar that starts with "mturk" it just disappears and goes nowhere when I hit enter. This must be due to the "automatic searching of mturk" feature, I am sure. But I can't seem to find any way to turn this feature off.

This is in firefox. In chrome it at least does a search on mturk, even though I was trying to search google.
 

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,978
Points
1,313
When I type anything into the address bar that starts with "mturk" it just disappears and goes nowhere when I hit enter. This must be due to the "automatic searching of mturk" feature, I am sure. But I can't seem to find any way to turn this feature off.

This is in firefox. In chrome it at least does a search on mturk, even though I was trying to search google.
I don't think there is a way to turn off the "search MTurk" omnibar search feature you're talking about. Maybe something for the wish list for Kadauchi @Kadauchi.
 

turkenator

━╤デ╦︻(▀̿̿Ĺ̯̿̿▀̿ ̿)
Contributor
Joined
Feb 5, 2016
Messages
187
Reaction score
328
Points
388
Gender
Male
I don't think there is a way to turn off the "search MTurk" omnibar search feature you're talking about. Maybe something for the wish list for Kadauchi @Kadauchi.
Yeah. A toggle would be cool, and I think would make a lot of sense. But for now, I just have to remember to not let mturk be the first word when I am trying to google something about mturk. Which can sometimes be tough, because my brain is used to coming up with search terms that way, like with the broad topic term first and then getting more specific. :confused:
 

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
on MTS 2.2.3, got a chrome box alert today saying there was an update. no update shown in the MTS addon area, not sure what/if there is a problem
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
on MTS 2.2.3, got a chrome box alert today saying there was an update. no update shown in the MTS addon area, not sure what/if there is a problem
Updates have changed how they are handled, Either apply the update from the notification or it will apply on the next time the browser is restarted.
 
  • Like
Reactions: Azazael

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
Updates have changed how they are handled, Either apply the update from the notification or it will apply on the next time the browser is restarted.
+

ahh ok, thanks !
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
+

ahh ok, thanks !
You know what, I'll add in that update button to the options page, the rendering issue was only because of the popup.
 
  • Like
Reactions: Azazael

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
You know what, I'll add in that update button to the options page, the rendering issue was only because of the popup.

cool thanks, i just hadnt been around the forums awhile and didnt know about the newer updates and such. been having a ton of IRL stuff going on. give me a heads up when you throw that in? ill restart all my chrome pages :)
 

Mistahjslover

Mindless Turk Drone Since 2010.
Joined
Mar 22, 2016
Messages
262
Reaction score
315
Points
313
Age
34
Gender
Female
Finder; (1.) Is there a way to add custom sound? I'm sensitive to sounds and have a preferred sound.
(2.) I'm using FF56.0.2 because I want to continue using some of my favorite ext. Finder alert an included HIT was found then stop if push notifications was selected for that HIT. I have notifications allowed to run and even doesn't work on a clean install of FF56
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Finder; (1.) Is there a way to add custom sound? I'm sensitive to sounds and have a preferred sound.
(2.) I'm using FF56.0.2 because I want to continue using some of my favorite ext. Finder alert an included HIT was found then stop if push notifications was selected for that HIT. I have notifications allowed to run and even doesn't work on a clean install of FF56
There is not, kinda on my list, but its super far down. I just suggest for people to use their own custom build of MTS for things like this until it makes it into MTS. It is intended to have a delay between announcements if you are talking about this?

I can't support anything before Mozilla made the complete switch to Web Extensions (v57 / Quantum), for the reason that you want to stay on 56 and use the old extensions, things changed. MTS is my playground/learning environment for new Javascript, so being up to date is gonna be required. So could be my bug, could be a conflict with FF56, but I don't have time to test.
 

Mistahjslover

Mindless Turk Drone Since 2010.
Joined
Mar 22, 2016
Messages
262
Reaction score
315
Points
313
Age
34
Gender
Female
There is not, kinda on my list, but its super far down. I just suggest for people to use their own custom build of MTS for things like this until it makes it into MTS. It is intended to have a delay between announcements if you are talking about this?
Custom build?
 

Caturk

Alias PizzaCat
Joined
Oct 29, 2016
Messages
1,281
Reaction score
742
Points
363
Location
NYS
Gender
Female
Chrome--I still don't have sound for EVERY hit that goes into the queue.. Maybe 2/3 of them. I'm willing to take any sound you offer, doesn't have to be the voice.
 
Last edited:

nmelssx

Well-Known Member
Joined
Feb 8, 2018
Messages
1,192
Reaction score
1,463
Points
413
Age
30
Gender
Male
I really wish there was an option to block out requesters with no TO ratings. I've been getting a lot of recent requesters with no TO ratings that have 100% rejection rates that rejects everyone for no reasons. Now I have to return every HIT with requesters with no TO ratings just in case.