In my experiments I loop through playing videos in the spreadsheet. When instead of looping through the videos, I specify the video that is meant to be played, this also happens when the location of that video is either in my main folder or in the resource folder. It also happens when I load the stimuli at the beginning in code in the psychoJs.start {}.
What can I do to solve this issue?
When I put the experiment online, I also get the pop up that the project root folder is not specified, but with a simpler version of this experiment I was able to pilot it.
I solved the root folder problem by clicking on the i sign with a little world symbol in the top right panel next to where you would sync your study online. This allows you to set the root folder which as far as I understand should be your main project folder of your study as per this Launch your study on Pavlovia.org — PsychoPy v2023.1.0
This is still happening. I made an entire new experiment, and build it bit by bit, trying to test out where things go wrong. It all worked with a reduced number of files (only sad movie files) of my final experiment. It played the movies and downloaded them at the start of the test run. Then I added some more files (this time happy movie files) and it gives me the same error. I then tried to change what I was referencing back to where it had worked, but this does not work.
Could you regenerate your experiment with PsychoJS version 2023.1.1? That should do the trick.
I have not had the opportunity to back-port the fix to 2023.1.0 just yet, regrettably.
Cheers,
How do I change the version? I created a new experiment today, which I pushed online, to try and figure out the issue. When I check the version on my dashboard it is 2022.2.5, automatically.
Some of the fixes created new bugs which are hopefully being sorted today. Barring anything new being discovered, hopefully it will be released early next week.
I’d hoped that bug would be fixed. Can you preload your stimuli via Experiment Settings/Online or in a code component instead of using a Resource Manager component?