Hi all,
I’m new to PsychoPy/Pavlovia and would appreciate the guidance
OS (e.g. Win10): Mac OS Ventura, Version 13.3.1
PsychoPy version (e.g. 1.84.x): 2022.2.5
Standard Standalone? (y/n) If not then what?: Y
What are you trying to achieve?:
I’m attempting to successfully pilot my experiment on pavlovia, after I had firstly successfully piloted it and discovered specific errors/forgot to make certain fixes. I synced again with the .psyexp again and it seemed to work (the addition of age/gender as demographics in the beginning) but when I press ok I see an error: * TypeError: Cannot read properties of undefined (reading ‘toString’)
What did you try to make it work?:
I used Thomas Pronk / tutorial_js_semantic_error · GitLab as a guide to try and find the mistake through the developer tab in google chrome. I found a redline in the hex.ts ( let hexString = hex.toString(16); ) and tried to find the same line in the coder file (both .js and .py) but could not find it. I also did not see the name of my experiment in the console tab as suggested by the tutorial so I’m at a loss of what to do.
What specifically went wrong when you tried that?:
Include pasted full error message if possible. “That didn’t work” is not enough information.
- TypeError: Cannot read properties of undefined (reading ‘toString’)
Please find a screenshot of the Error with the Developer Tab.
Thanks in advance for everyones help!