Unable to dowload ressource

Hello everyone,

I am currently developing my Pavlovia task, which is a multi-level image recognition experiment (link: https://run.pavlovia.org/Pasteur/sced_experiment/).

I am encountering the following issue: when loading my resources (there are quite a lot of them), I receive this type of error message. However, when I check both my local folder and the Pavlovia GitLab repository, the file in question is present.

At this point, I’m not sure where to look or what might be causing the problem. If anyone has any suggestions or advice, I’d really appreciate your help.

Thanks in advance,

I just tried and got through all the files in the initial download. Do all participants see all items? I’m wondering whether you experienced a network or memory glitch.

Perhaps you could try downloading individual files during the iti.

Most of the time the resources download correctly, but sometimes I get an error — and what’s confusing is that the file reported in the error changes each time.

That’s why I think it might be due to the number and total load, rather than any individual files.

1 Like

Ahh okay i will check this and I will tell you

thank a lot

Hello, I think I might have misimplemented it. I hadn’t had any problems since the 27th, but today when I ran my test, this error appeared. And the previous error also came back.

My trial look like this. I have a first loop where I select a file containing a set of items, and a second loop that opens this file and extracts the stimuli (audio and images)

Capture d’écran 2025-09-01 à 10.18.10

I added this code in my blank_period.

I didn’t fully understand your tutorial—specifically what you meant with the imageFile in the code component. I think I missimplement it

Best

Djeser

Don’t use image as a variable name online (except as the name of an image component).

So in my case the name will be image, imag_2 ect…?

Those are your component names. Are you also using “image” as a variable name within the image_3 component?

Yes I changed it and the errors didn’t occurs yet. I will see if it continues to work when I testing it .

I changed it and ran some tests. I don’t have any issues with it now, but I didn’t notice any difference in the loading system. If I ask Pavlovia to download the file in the background, am I supposed to be able to start the experiment without loading all the files first? Is that possible? Because reducing the loading time is one of the issues I’d like to address.

To prevent the files being downloaded at the start you might need to “hide” the spreadsheet. For example, instead of your loop pointing to conditions.xlsx it could point to $conditionsFile and then you could put conditionsFile = 'conditions.xlsx' in a Begin Experiment tab of a code component.

I try it and I have this error

but it’s the position of my file. I created this code component

Sorry – you’ll need to add the CSV file to Experiment Settings / Online / Additional resources

1 Like

Everything works well know thanks you a lot ! I will continue to test to see if any issues appeared

Have a good day