Please help...My Panda Crazy button cluster is missing

Discussion in 'Help & Guides' started by fluffybutt, Dec 19, 2018.

  1. fluffybutt

    fluffybutt Turker

    Messages:
    36
    Gender:
    Male
    Ratings:
    +17
  2. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,895
    When there are no hits available, mturk redirects to a page that does not have the group id, so there is no way for the script to be able to create jobs from that page.

    To create a job in Panda Crazy, you'll need to copy the link from wherever you clicked to try to get to the hit and add it manually, or use the buttons on another page, like from your scraper script or from the forum exports.
     
    • Like Like x 1
  3. fluffybutt

    fluffybutt Turker

    Messages:
    36
    Gender:
    Male
    Ratings:
    +17
    [​IMG]
     
    Last edited: Dec 19, 2018
  4. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,895
    I was partially wrong on this. You'll get the buttons back if you update Panda Crazy Helper. The script was broken by the forum moving to a new domain. The changes are really simple.



    Open the PC Helper script and edit the list of includes at the top to have this
    Code:
     // @include        http*://*forum.turkerview.com/threads/* 
    Then go to around line 57 where you should see a line that looks like this
    Code:
     if (gLocation.match(/.*(mturkcrowd|turkerhub|mturkforum|turkernation|hitnotifier|reddit)\.com.*/)!==null) return true; 
    change turkerhub to turkerview in that line

    That should get the buttons working again.
     
    • Today I Learned Today I Learned x 6
    • LOL LOL x 1
    Last edited: Dec 19, 2018
  5. fluffybutt

    fluffybutt Turker

    Messages:
    36
    Gender:
    Male
    Ratings:
    +17
    This worked! Thanks!
     
    • Like Like x 1
  6. slip.kid

    slip.kid Active Turker

    Messages:
    400
    Gender:
    Female
    Ratings:
    +266
    Unfortunately, this did not work for me. Do I need to update any other settings?

    Here's a screenshot of the re-install to show what was changed.

    [​IMG]

    [​IMG]
     

    Attached Files:

  7. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,895
    It looks like the changes you made before the reinstall were correct. I don't see anything wrong with them. Try again, make sure the script is on and then come to the forum and see if it's running on the page.

    Keep in mind that this change will only get the buttons to show up for exports

    To get them to work on TV reviews you'll need to make another change described here: https://forum.turkerview.com/posts/888069/
     
  8. slip.kid

    slip.kid Active Turker

    Messages:
    400
    Gender:
    Female
    Ratings:
    +266
    Thanks for the response. I restarted my computer yesterday and it didn't work, but for some reason was working this morning. I'm not sure what the delay was.
     
    • Like Like x 1