I currently have an experiment, where I am using some resources. However, the list of resources in the call to psychoJS.start() is not populated by the builder. Neither with the resources, I use in the loops nor with the additional resources.
I added the resources in the online tab of the experiment.
The loop also uses a resource.
All resources are present in the html/resources/ folder. I can even download the files if I just enter the address in pavlovia.
However, the generated code contains the following call to start():
psychoJS.start({ expName: expName, expInfo: expInfo, });
So no resources are being loaded. Of course I can just replace the call manually, but this means I have to manually change the code for every upload and if I forget after exporting, the experiment will not work.
PsychoPy version: 2021.2.3 (also tried 2022.1.1 but then downgraded, to test for regressions) Standard Standalone? (y/n) : y
Hi! I’m figuring out the same problem but even with the deletion of all files, psychoJS.start() is not updating with the resources list. Do you known anything else that I could try? Thank you.