I’m trying to implement a simple slider onto Pavlovia from Psychopy. However, while it works fine locally, when I try to run the experiment online it crashes immediately, with the following error:
TypeError: this._style.forEach is not a function
This is particularly weird as I can’t find ‘this._style.forEach’ in the Python or JS code!
Any suggestions for how to fix this, or how to implement a slider in any way without this error, would be greatly appreciated! Thanks a lot
My slider is in ‘rating’ style with a coloured marker but no special styling options other than that. Any advice would be greatly appreciated! I’m using PsychoPy v2022.2.5 on a mac and get the error on both chrome and safari.
I had a hunch it may be the issues with sliders running online, so I edited my JS code for the slider in line with suggestions on the forum and I now don’t get this error. Leaving my comment up in case someone else finds the same and wonders what might solve the error.