Hi,
I am new to online testing and am struggling to get anything to work on pavlovia as none of my images will load.
I created a super basic practice experiment which simply involves an image component appearing for 5 seconds. It works completely fine when run offline but when I click to Pilot it on pavlovia I get the error:
when downloading the resources for experiment: Image
unable to download resource: images/image1.PNG (FILE_LOAD_ERROR)
I have read so many posts on this forum trying to solve this, and none have worked.
There is only one small image, and I have tried with different file formats.
I have also added the file to the āadditional filesā section of the settings>online tab.
Each time I sync I clear my cache
Lots of previous posts talk about the html/resources folder however more recent posts seem to suggest this is no longer a thingā¦and I dont have these folders.
Does anyone have any idea as to what could be causing this error?
Iām getting the same error at the moment. Works fine in Psychopy. Have checked the image files and uploads all seem fine and are in /png format. They the same images have worked fine for me on another online Pavlovia experiment, so in my case not an issue with the files. For me the error changes with the resource specified changing (e.g. sometimes img 5 sometimes img 6 etc) suggesting some sort of general loading error? Very appreciative of any suggestions. Clearing cache and running using incognito donāt fix the issue. Is it possible to have too many or too large image files? Or too many nested loops?
Hi, all!! Iād like to add that Iāve been experiencing the same thing as described in katDykeās post above. Like katDyke, moreover, I have followed pretty nearly all threads on this & similar topics, & have tried all the fixes suggested that donāt involve hard-core coding, and I still have no resolution to the problem.
If anyone has any advice/ suggestions, theyāre very welcome!! Thank you all!!!
I have tried it with your kitten picture but no luck.
When I run your e2e_img experiment through the Explore section of pavlovia it loads just fine, however when I put your kitten picture into my study it is unable to load it.
Hi @ thomas_pronk :-). I replied a short while ago by messaging you directly, sharing my login ID & pw. Iām not sure whether my message went through, & canāt seem to find a log of my āsentā messages. Iād much appreciate it if youād let me know if you received my message.
@EJJ, I cloned your experiment and I can tell you whatās going wrong. The file has itās extension in lowercase (img_kitten_png.png), but in the image stimulus you refer to it with uppercase (img_kitten_png.PNG).
I assume that this worked locally because in Windows, filenames arenāt case-sensitive (i.e. Windows doesnāt care whether you write img_kitten_png.png or img_kitten_png.PNG). But on the Internet, this does matter.
By writing img_kitten_png.png instead, my version of your experiment did work online.
Hey @cLEE, I think your issue has the same cause as @EJJ had. See my earlier post in this thread for a detailed reflection.
Applied to your experiment: I got an error message that referred to āRita_008-Hop.pngā, but the filename of this stimulus is āRITA_008-Hop.pngā. Changing Rita to RITA wil probably fix the error.
@ thomas_pronk, You were right, thank you! I had looked up a similar error in a thread posted previously, and had gone back and verified the ā.pngā vs. ā.PNGā issue, but had missed the big, white elephant on the sofa ā the case mismatch in my filenames!! 8-< Thanks, awfullyā¦ but for your pointing that out, Iād probably still be looking for the proverbial nose on my face.
Iāll leave this here in case it helps anyone - I found my issue and itās one of those annoying careless onesā¦
Psychopy didnāt care about case sensitivity in image file names in .csv file and so it ran fine, butā¦Pavlovia did and so wouldnāt load them. So if youāve done everything else check case sensitivity very carefully!
Hi! Iām having a really similar issue, but I donāt see any discrepancies in my file names. The experiment runs fine on psychopy, but when I run it on Pavlovia, I get the error message: " * unable to download resource: ā¦/ā¦/InfinityThesisPracticeStimuli.xlsx (ā¦/ā¦/InfinityThesisPracticeStimuli.xlsx)"
The file is saved in the correct folders on my computer and can be downloaded from my WebIDE page. I just added you as a maintainer on my experiment. Here is the link from my dashboard page: ImplicitInfinitySC-SLOWTASK [PsychoPy]
Thank you in advance for any advice you might have!