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.
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.
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.
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/
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.