Experiment's stimuli found in local JATOS but not in MindProbe
Hi everyone,
I have an experiment involving figures that are stored in a subfolder named 'img'. When I run the experiment via local JATOS, everything works perfectly, but when I export the study from the local and import it into my MindProbe account, the experiment fails because it can't find the images.
Is there a proper way to arrange the stimuli for MindProbe that differs from local JATOS? Does anyone have suggestions on how to debug this issue or what I should do?
I would greatly appreciate any help.
Thanks,
Paz
Comments
Hi,
first, check that the path and file names match exactly that of your files, especially on upper/lower case. Local installations can be forgiving on capitalization, whereas the server instance is not.
And use '/' and not '\' in your path, e.g. 'img/foo.png'.
Thank you so much! The problem was the suffix of the figures; some of them ended with '.PNG' while my code called for '.png' . Now it runs smoothly.
Thanks again for your help!