11/18 - Sending Sunday!

Discussion in 'Daily mTurk HITs Threads' started by Tripsa, Nov 18, 2018.

Thread Status:
Not open for further replies.
  1. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    Who knew this was a thing?
     
  2. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    so this script pre-fills them? Because even if I do nothing when I load it Yes and yes are pre-filled.
     
  3. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    When I hit 7, 8, 9, x, nothing happens. I turned off MTS and it still won't work. :emoji_confused:
     
  4. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    Yeah, you can comment out that line if you want.
     
    • Today I Learned Today I Learned x 1
  5. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    Dumb question? Did you accept the HIT? Make sure you check auto-accept or manually accept the hit if you didn't. The script can't submit the form if you haven't accepted the HIT. It can however still fill in the radio buttons.
     
  6. SmokedKipper

    SmokedKipper Survey Slinger

    Messages:
    1,402
    Gender:
    Male
    Ratings:
    +2,207
    Good mornings :)
     
  7. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    Yep. I did. It's odd I haven't been able to make ANY A9 script work with ANY of the HITs. I've tried all the recommended ones and any I could find. Weird huh? The only thing that has worked has been the Mturk radio keybinds script by Kadauchi. Don't know why.
     
  8. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    [​IMG]
    [​IMG]
     
    • Like Like x 1
  9. rdaneel

    rdaneel Well-Known Turker

    Messages:
    315
    Gender:
    Male
    Ratings:
    +813
    Troubleshooting Flowchart:
    Are you using Chrome?
    -> Yes?
    * Excellent!
    -> No?
    * Use Chrome.

    Have you turned off every other script except the single A9 you wish to test?
    -> Yes?
    * Hmmmmmm
    -> No?
    * Turn off every script and extension except the specific A9. Or at least, click on Tampermonkey and verify only that script is running and no others for that hit.

    Are you using a desktop computer?
    -> Yes?
    * WTF?
    -> No?
    * Stop using your phone/tablet/apple product/pigeon/penis/other input device and use a desktop computer

    Have you called someone with experience involving hauntings and other supernatural events?
    -> Yes?
    * Are you interested in the purchase of ocean front property in the midwest?
    -> No?
    * Good. Now, you're gonna need a sledgehammer for what we're going to try next to get those keys to work...
     
    • LOL LOL x 3
    • Love Love x 1
  10. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    You could try bringing up the developer console and taking a screen shot and see if that reveals anything. Hit F12 and select the word console on the menu bar, and screen shot and paste it. It may give you/me a clue as to why it's not working, perhaps an unhandled exception from some javascript conflict.
     
    • Today I Learned Today I Learned x 2
  11. thewetnoodle007

    thewetnoodle007 Well-Known Turker

    Messages:
    1,073
    Gender:
    Male
    Ratings:
    +1,245
  12. SmokedKipper

    SmokedKipper Survey Slinger

    Messages:
    1,402
    Gender:
    Male
    Ratings:
    +2,207
    Dang they added a heap more A9's. I thought they were about done last night.
     
  13. rdaneel

    rdaneel Well-Known Turker

    Messages:
    315
    Gender:
    Male
    Ratings:
    +813
    And, try adding this to the script:
    Code:
    console.info(`${GM_info.script.name} ${GM_info.script.version}`);
    
    You can drop that in any script, and it'll let you know (when you're looking at the dev console) that it's at least loaded.

    Let us know what you find out (@HardWorkingTurker ) since you've had this issue for so long. I'm sort of interested. (And if it is a ghost, hopefully it's the sort that Ray Stantz encountered...)
     
    • Today I Learned Today I Learned x 2
    • LOL LOL x 1
  14. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    It's like they want me to get to 5k hits TODAY
     
    • Like Like x 1
  15. SmokedKipper

    SmokedKipper Survey Slinger

    Messages:
    1,402
    Gender:
    Male
    Ratings:
    +2,207
    I hit cap last night.
    A9 is the only hits i know how to cobble a script together for lol.
     
  16. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    upload_2018-11-18_5-48-18.png
     
  17. rdaneel

    rdaneel Well-Known Turker

    Messages:
    315
    Gender:
    Male
    Ratings:
    +813
    Remove this line:
    Code:
    var $ = window.jQuery;
    
    And see what happens.
     
    • Love Love x 1
  18. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    That doesn't show me anything unfortunately, but thanks for posting it. If you have everything else turned off in tampermonkey then it's loading something. That's the userscript v7... line. Though it may do that even if you don't load anything custom. You got any other extensions installed that are javascripty? I know MTS, but you said you disabled it. I'm currently running like 20 extensions and 4 scripts loaded on the A9 batch page and it's working on my machine. :p
     
    • Love Love x 1
  19. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
  20. rdaneel

    rdaneel Well-Known Turker

    Messages:
    315
    Gender:
    Male
    Ratings:
    +813
    I didn't realize he had it included: try removing the line redefining $.

    Additionally, you can start your own script to test. Leave in the header and function() bits, and add something like:
    Code:
    document.addEventListener(keydown, event=> {
       if ( event.keyCode === 107 ) {
           document.querySelectorAll('input[type=radio]')[1].click();
    }
    });
    
    Disclaimer: Didn't test the above, if it errors, I'll fix.

    That's just to test. Did you put in the line I mentioned I put in my stuff, above? the console.info line? If you did, then that's your problem; the script isn't being run at all.

    Reasons that might happen is that you have a permissions issue with Tampermonkey. It occasionally asks you if you want to allow it on [x] domains.

    Another thing, is if you don't have a standard keyboard layout; ie, international or whatever. You wouldn't see an issue with Kad's scripts, because of the way he handles keys (he doesn't assume numerics, which can be redefined on other layouts)
     
    • Like Like x 1
Thread Status:
Not open for further replies.