NYUCCL / psiTurk

An open platform for science on Amazon Mechanical Turk.
https://psiturk.org
MIT License
277 stars 140 forks source link

psiTurk-dev // Error: #1001 #20

Closed bumble-bee-chuna closed 11 years ago

bumble-bee-chuna commented 11 years ago

We are working off Github psiTurk-dev installation branch and followed the setup instructions listed. We want to run the dev server locally and are running gunicorn as an h server.We're trying to connect to http://localhost:5001/mturk; however, we keep receiving the following Error: #1001 message:

"Sorry, there was an unexpected error in our processing of your hit.

If you would like to receive partial compensation or feel you have reached this page in error, please email gureckislab@gmail.com and send the following information:

Error: #1001 Our sincere apologies! "

Help would be much appreciated.

johnmcdonnell commented 11 years ago

The instructions say to use: http://localhost:5001/mturk?assignmentId=debug&hitId=debug&workerId=debug

Is that what you used?

bumble-bee-chuna commented 11 years ago

yes

johnmcdonnell commented 11 years ago

Are you sure? Because that's the error you would get if you didn't. Specifically, that error code is for having workerId unset.

bumble-bee-chuna commented 11 years ago

For one reason or another, I created another user and database on MAMP called "mTurk" and posting the link listed on the page and it ended up working fine.

Thank you!