Description of the problem: Error: when setting the image of ImageStim: image1, the argument: 150 is not an image.
Hello there! My PsychoPy experiment goes perfectly fine but doesn’t work online. I have stimulus Image1 and name of the associated image - 150_EMD.jpg. Other file names look similarly 149_EFS.jpg and so on.
So should I change file names or is there another way to fix the problem?
Hi @Nadya_Salikhianova, so what is the entry for your images in your conditions file? The image references are just numbers in your trial handler e.g., 150.
I think that perhaps the problem is starting your image names with numbers. The trial handler seems to be parsing the numbers, and ignoring the whole filename. Try adding a string prefix to your trial names e.g., image150.png.