Hi everyone, I’m trying to run a study on Pavlovia, but a participant just experienced this error, which I also experience myself whenever I run this.
PsychoJS.js:873 Error: Invalid argument(s) to setValueAtTime: “”, 4.8853333333333335
at TonePlayer.setTone (TonePlayer.js:177:16)
at Sound2.setValue (Sound.js:202:18)
at Scheduler._currentTask (NewStair_group.js:2945:18)
at Scheduler._runNextTasks (Scheduler.js:225:24)
at async Scheduler._runNextTasks (Scheduler.js:232:13)
at async Scheduler._runNextTasks (Scheduler.js:232:13)
The specific number after setValueAtTime changes slightly each time.
if this refers to a sound, I set all of my sounds to start at 0.01, and before it was working fine, only after adding another routine with a sound this happens (the is set to start the same exact way as the other sounds), so not sure what the issue could be here :(? Any hint/idea much appreciated!