Description of the problem: So I have a loop that runs over an image rating routine 30 times. I am getting the image paths from a conditions file that has two columns: condition_id and img_path. Everything works well until the very last iteration when I get the following error:
Note: This error only happens when I am running on the browser through the builder and when I am running the pilot on pavlovia. When I am running locally through psychopy, there is no issue which implies that this is a problem with how the javascript is reading my excel sheet.
Another interesting observation I had today: I reconstructed the entire experiment from scratch in a new directory by copy-pasting the components. The error went away.
However, I have to run 5 variants of the experiment with different stimuli. When I copied the experiment file into a new directory with the necessary data dependencies, I got this error again in the new experiment and the old one! I am not sure how to make sense of this. I think I will have to make 5 experiments from scratch.