Version: 2021.1.4
I am trying to sync my psychopy experiment to pavlovia and an error keeps popping up. The experiment works in builder mode just fine but says this error when attempting to sync:
Traceback (most recent call last):
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/builder/builder.py”, line 1320, in onPavloviaSync
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/builder/builder.py”, line 759, in fileExport
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/scripts/psyexpCompile.py”, line 73, in generateScript
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/scripts/psyexpCompile.py”, line 242, in compileScript
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/scripts/psyexpCompile.py”, line 214, in _makeTarget
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/experiment/_experiment.py”, line 242, in writeScript
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/experiment/routine.py”, line 140, in writeInitCodeJS
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/experiment/components/slider/init.py”, line 258, in writeInitCodeJS
File “/Volumes/PsychoPy-2021.1.4/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/experiment/components/slider/init.py”, line 258, in
KeyError: “[‘rating’, ‘triangleMarker’]”
It worked fine yesterday but today is not. I tried making a new folder without any unnecessary files already, but that didn’t work.
Please help. Thank you.