Unknown resource image error in online piloting

My pilot experiment starts, but when I hit the first space, I get this message:

error

The value of resource is always some random letter, like a, b, j etc.
I can’t fix it with slashes or edit the path, because they are fine. image_5 is a loop in loop’s first image, image: $kezdo and it’s a fixed first row of the column. Any idea how to fix it?

here is the link to the project: Szekeres Rebeka / epmt · GitLab

1 Like

I’m experiencing a similar issue, but haven’t found a solution yet.
I suspect it has to do with referring to a conditions file within a nested loop. Perhaps it’s related to this issue and this related forum post, but I’m not sure.
In my case, the debugger shows that the string that refers to the image file is split into an array of separate characters. You can see it below: PPImgfile should start with “PPImages/”, but the string is being split in separate characters instead. Therefore, the script only picks up the first char of the image file name (in my case ‘P’, in your case ‘b’?). Explicitly translating the image file name to a string at the beginning of a routine didn’t help.
What does your browser’s debugger say in your case?