URL of experiment: https://gitlab.pavlovia.org/Claes/rpep_elfe_claes
Hi, I use 16 different videos and 32 different conditions. I want to present every condition twice, resulting in 64 trials. However, when the same video is presented for the second time, the experiment freezes on the last frame of that video. There is no error message and the only way to continue is by exiting the experiment. In ‘developer tools’ i get this error message: ‘Failed to load resource: the server responded with a status of 404 ()’.
I saw two similar threads on this topic where they solved this problem by adding a code component with either movie.play(); at the beginning of the routine and movie.stop(); at the end or just ‘movie.reset();’ at the beginning or both. I’ve tried this but nothing changes and it still freezes when a video is played for the second time. I’ve also tried to copy the videos from 8 to 64 so that there is no iteration needed. But if I then change nReps to 1, no video is presented at all. Is there anything else I can do to solve this? Thanks in advance! It would mean so much for me if there would be a solution!