I made a simple experiment with only Polygons and Keyboard events in the builder. It works fine locally, but when I export HTML and push to Pavlovia, I get this error:
Hi, I meet a similar problem. RefrerenceError: None is not defined. I try to run the experiment a lot times, but it still not work. The local experiment is normal running in my computer. Can someone give some advice? Thanks!
This is my first time trying to use PsychoPy online, but the documentation says that sound is supported, right? (Like you two, mine works fine locally.)
Hm, that’s not my problem, all my audio is defined as tones (at first I thought it might be my audio files that set every repeat, so I tested it replacing them with tones). I don’t know Js well enough to know if there’s a mistake in the code translated from python – maybe Js represents tones differently?
Hi, thanks for reporting these errors, they relate to changes in how the Python>JS code translation and both will be fixed in the next release, coming in a few days.
I’m still facing this problem with PsychoPy v3-1-0.
Specifically, task written in Builder runs smooth on my machine, but on Pavlovia ReferenceError pops up. Problematic reference is a variable with image name defined in ‘Begin experiment’ code block.
Is there a solution?