Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS deploy of EC2 instance giving incorrect feedback (Lexical decision task) #163

Open
restmegan opened this issue Aug 31, 2020 · 5 comments

Comments

@restmegan
Copy link
Contributor

Regardless of if the stimuli is real words or non-words, pressing "Y" results in a green box and "N" results in a red box when running the lexical decision experiment in the AWS deploy of an EC2 instance. Additionally, the end screen giving results says the user got 0 correct for both related and unrelated pairs, with both average times appearing as "NaNms." Local testing through WSL doesn't have this issue.

AWS deploy of EC2:
Words stimulus:
_awsWordStim
After pressing "Y" result:
_awsGreen

Non-word stimulus:
_awsNonWordStim
After pressing "N" result:
_awsRed

End of experiment screen:
_awsEnd

Local testing through WSL works as expected, end of experiment screen:
_localEnd

@parkerrobbins
Copy link
Collaborator

Thanks, @restmegan! @jkhartshorne, I'm going to see if I can reproduce this later this morning.

@restmegan
Copy link
Contributor Author

I was able to get AWS deploy on WSL working and it had the same issue as the EC2 AWS deploy so the problem is probably in the AWS deploy process

@jkhartshorne
Copy link
Collaborator

Huh. My guess is that there's some problem with hitting the API. But I couldn't say for sure. I don't think I'm going to be able to get to this before next week.

@restmegan
Copy link
Contributor Author

I'm looking through the template to see if I find any glaring issues but I'm not as familiar with the code. Whatever it is is exclusive to the lexical decision template, the other three worked fine for me.

@parkerrobbins
Copy link
Collaborator

parkerrobbins commented Sep 2, 2020

I can reproduce the behavior @restmegan described. Local testing works as expected and AWS deploy (from an EC2 instance or not) does not.

Edit to add: Also no obvious difference in what the developer tools show.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants