i have a verified aws account and a psiturk.org account. i've installed awscli, in case that was needed. i tried setting up an IAM account in case that was the issue but psiturk said it didn't work with them.
already tried:
-fresh installed 1.0.9dev
-regenerated psiturk.org keys
-deleted any and every previous key i had on aws and regenerated
-put all credentials in local folder
default psiturk-setup-example folder being used - didn't change anything except added in credentials to config file
any ideas??
error:
"
Please log in to https://requester.mturk.com/ and complete registration. (1395881551877)
WARNING *****************************
Sorry, AWS Credentials invalid.
You will only be able to test experiments locally until you enter
valid credentials in the AWS Access section of ~/.psiturkconfig
Sorry, unable to connect to Amazon Mechanical Turk. AWS credentials invalid.
"
thanks in advance!
Python 2.7.6 (default, Feb 16 2014, 10:28:44)[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwinType "help", "copyright", "credits" or "license" for more information.>>> from boto.mturk.connection import MTurkConnection, MTurkRequestError>>> host = 'mechanicalturk.amazonaws.com'>>> mturkparams = dict(aws_access_key_id = 'XXX',... aws_secret_access_key = 'XXX',... host=host)>>> mtc = MTurkConnection(**mturkparams)>>> mtc.get_account_balance()[$0.00]
hey todd,it’s been phone verified. i’ll check again just in case, but it was working with the older version of mturk when i had to set up db instances myselfJB
shut down the account and am going to sign up fresh in a bit. in the meantime, @princeton account seems to be working. do you have a recommendation of how to test a full experiment data collection locally (e.g. run experiment, store to db, output csv data file)? when i try to run locally, i get the error message after running the toy stroop experiment and it doesn’t save the experiment info.best,jb
--
You received this message because you are subscribed to a topic in the Google Groups "PsiTurk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/psiturk/VFMkF2BfXsc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to psiturk+u...@googlegroups.com.