Pavlovia, initializing the experiment

URL of experiment: https://pavlovia.org/lenadis/sustained-attention-response-task

project page : https://gitlab.pavlovia.org/lenadis/sustained-attention-response-task

Description of the problem:
Hey,

I’m trying to set up an experiment online but I just get stuck where the page says “initializing experiment”

I have almost no experience with coding so it’s pretty difficult for me to figure out what’s wrong, especially when I don’t seem to get an error message, or maybe I do, but I just can’t find it.
I have gotten an error in Psyhopy telling me that I have an illegal continue statement in my code(the experiment runs in python, it seems to be an error for javasript), I tried removing the code component from builder to see if the experiment would run, but I still got stuck on initializing the experiment when I tried to run it, so the illegal continue statement doesn’t seem to be the only problem.

Hi There,

When you hit the ‘initializing’ page follow the instructions here Pavlovia stuck on initializing

From looking at your project I see an error with the following line:

null = new visual.TextStim({
win: psychoJS.window,
name: ‘null’,
text: ‘Ég spila ekki tölvuleiki’,
font: ‘Arial’,
units: undefined,
pos: [0, 0.15], height: 0.04, wrapWidth: undefined, ori: 0,
color: new util.Color(‘white’), opacity: 1,
depth: -7.0
});

is that component missing input in the ‘name’ field?

Becca