OS: Win10
PsychoPy version: 2024.1.5
I am trying to create an oddball paradigm with a loop and set 6 parameters in a conditions file associated with it, including vertices, color, size, position, and correct answers for key presses.
Every time I try to run the loop, it crashes and I have gotten the following error message even after renaming my parameter and using a copy of the conditions file without the vertices parameter and with the name of the parameter deleted from the vertices field of my polygon component.
Traceback (most recent call last):
File “C:\Users_\Downloads\experimentv1_lastrun.py", line 1367, in
run(
File "C:\Users_\Downloads\experimentv1_lastrun.py”, line 908, in run
shape.setNVertices()
AttributeError: ‘ShapeStim’ object has no attribute ‘setNVertices’
################# Experiment ended with exit code 1 [pid:7932] #################
I am really confused as to why I am still getting this error even after using a version of my conditions file that doesn’t include vertices as a parameter. If anyone could help me out with this, I would really appreciate it.