-
Hello everyone, I am running an audio experiment and getting the following errors: jspsych.js:904 Trial level node is missing the "type" parameter. The parameters for the node are: {} jspsych.js:1122 Uncaught TypeError: Cannot read property 'info' of undefined I cannot seem to find where this is coming from...if anyone knows how to resolve this it would be much appreciated! :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @madhud3, The error message suggests that there is a trial on your timeline that isn't specified correctly. You might be missing |
Beta Was this translation helpful? Give feedback.
-
Yes thank you! It was a simple mess up of having the timeline.push before the audio variables |
Beta Was this translation helpful? Give feedback.
Yes thank you! It was a simple mess up of having the timeline.push before the audio variables