Hi everyone,
I have developed a visual search experiment using 2020.1. Earlier this morning I downloaded the latest psychopy version (2021.1.2) and I am getting some weird loop behavior. The experimental sequence is like this: 1.fixation cross, 2. image (until participant finds the target), 3. feedback.
I am still getting the fixation cross in all trials, but in some, I see no image, meaning that after the fixation cross there is just a blank screen. If I press the mouse, the blank screen goes away and then the next trial starts. I used print(Image) to check which images are skipped. I found out that it doesn’t skip any image but in some trials, it does not display anything. So the print statement gave me this:
image1.jpg
image2.jpg
image3.jpg
None
image4.jpg
image5.jpg
None
image6.jpg
…
Any idea what’s going wrong here?
Thanks in advance.