Hi LIONESS team,
is there a bug with the getValue() function?
I suddenly get error messages using this function. It worked well not long ago (in the same experiment, I haven't made changes to the experiment's code).
This is the error message I get in the console
VM165:1 Uncaught SyntaxError: Unexpected token '<', "<br />
<b>"... is not valid JSON
at JSON.parse (<anonymous>)
at getValue (jsLibrary.js?v8.4:418:17)
at stage422989.php?session_index=9c0409da45ebe9c6e6b361b193216796:172:17
getValue @ jsLibrary.js?v8.4:418
(anonymous) @ stage422989.php?session_index=9c0409da45ebe9c6e6b361b193216796:172
When I click on the "at stage422989.php?session_index=9c0409da45ebe9c6e6b361b193216796:172:17
getValue @ jsLibrary.js?v8.4:418" line, it jumps to my code, which is:
var condition = getValue('condition');
So, nothing special, right? Should work as it did before?
Thanks for checking this out!
Best, Thomas