Description of the problem: As I can see, this is a typical question, but I haven’t solved it. I posted my PsychoPy Builder study to Pavlovia, and when I go to execute the pilot, it’s just a blank screen written ‘initializing the experiment…’
The debugging page is mentioning a problem with sound, but I couldn’t fix it.
/Erdagi/dotmotion/html/Dot.Motion.Last.js:581
Uncaught SyntaxError: Identifier ‘sound’ has already been declared
Is it the exact same error? The problem is basically that there’s a line “var sound”, which is only occurring because there’s a variable called “sound” somewhere, but “sound” is already reserved for something else. When you re-sync it to Pavlovia, does it show any errors in PsychoPy’s run window?