macOS Catalina (10.15.7)
2020.2.5
Standalone
Hello,
I have a loop with questions that require typed responses. I have followed the instructions on the YouTube tutorial on this component. I can type my response for the first question and proceed to the next one however it is not possible to type in any response for the remaining questions.
Before this loop, I have 2 Qs that require a response out of 3 possible keys (for which I use the keyboard component). Somehow the responses to these 2 Qs are visible in the textbox of the first question of the loop.
I tried to run with the 2020.2.3 version but it didn’t work. The dialog box was followed by brief blank window. Below is the stdout message:
Thanks in advance!
Ahu
Generating PsychoPy script…
3.4139 WARNING We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
2020-11-06 18:55:57.341 python[2520:245259] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
Running: /Users/ahugokce/class project/337EXPolss_lastrun.py
9194.4604 INFO Loaded monitor calibration from [‘2020_07_08 20:49’]
9194.7125 INFO /Applications/PsychoPy.app/Contents/MacOS/python -m psychopy.scripts.psyexpCompile /Users/ahugokce/class project/337EXPolss.psyexp -o /Users/ahugokce/Documents/class project/337EXPolssclass project/337EXPolss_lastrun.py -v 2020.2.3
0.9785 WARNING We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use [‘sounddevice’, ‘PTB’, ‘pyo’, ‘pygame’] (in that order).
8.5018 ERROR Unknown colorSpace: named
2020-11-06 18:56:02.137 python[2535:246052] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
Traceback (most recent call last):
File “/Users/ahugokce/Documents/class project/337EXPolss_lastrun.py”, line 196, in
autoLog=True,
File “/Users/ahugokce/.psychopy3/versions/psychopy/visual/textbox2/textbox2.py”, line 207, in init
‘fillRGB’: self.box.fillRGB
File “/Users/ahugokce/.psychopy3/versions/psychopy/visual/textbox2/textbox2.py”, line 244, in pallette
pal[‘fillRGB’] = pal[‘fillColor’] = [min(c + 0.05, 0.95) for c in self.win.color]
File “/Users/ahugokce/.psychopy3/versions/psychopy/visual/textbox2/textbox2.py”, line 244, in
pal[‘fillRGB’] = pal[‘fillColor’] = [min(c + 0.05, 0.95) for c in self.win.color]
TypeError: must be str, not float