OS (e.g. Win10): Windows 10
PsychoPy version (e.g. 1.84.x): 2022.2.1
Standard Standalone? (y/n) If not then what?: yes
What are you trying to achieve?:
I’m working on experiment where participants view 2 videos and then have to indicate whether or not the videos followed the same rule or not. I have included the videos using the Movie component, and selected the appropriate video file, but when I tried to run the experiment, it would cut out and say the following:
Running: C:\Users\neuro\Documents\041.ElizabethSROP\Stimuli\041SROP_vABA.py
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Traceback (most recent call last):
Hello from the pygame community. Contribute - pygame wiki
5.7250 WARNING User requested fullscreen with size [1280 720], but screen is actually [1280, 800]. Using actual size
File “C:\Users\neuro\Documents\041.ElizabethSROP\Stimuli\041SROP_vABA.py”, line 1051, in
ABA13.setSize([1.5,0.8])
NameError: name ‘ABA13’ is not defined
################# Experiment ended with exit code 1 [pid:7444] #################
These are pictures of the routine where I’m having the issue, and the video that it says is not defined:
I initially had this experiment on another device and it worked fine there, but it won’t work on the computer I’m using now and cuts off before the first video stimulus with this message. I’ve looked at other similar topics but I’m still not sure how to solve this issue so any help would be appreciated, thank you!