I’m on MacOS Monterey using PsychoPy version 2022.2.2. I was working on a builder script and everything was working fine. I went to open the script a day after working on it, and it no longer opens. I am getting the following error:
Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py”, line 881, in OnFileHistory
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py”, line 723, in fileOpen
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py”, line 967, in updateAllViews
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py”, line 3481, in draw
KeyError: ‘term’
Any help would be appreciated.