lazzy
New Member
Posts: 8
|
Post by lazzy on Jul 7, 2021 15:22:16 GMT
Hello everyone, when i am trying to compile my experiment the following error occurs: experiment.js:3215: ERROR - [JSC_PARSE_ERROR] Parse error. Semi-colon expected var C002_LUU_2-1 = 4 ; ^
1 error(s), 0 warning(s) mv: cannot stat 'tmp_.js': No such file or directory
Problem is in my script there is no variable tmp_.js and I can't find a mistake in my script. Could there be a problem with the amount of data I uploaded? In fact I uploaded 700 very short MP3 sounds which is around 46 mb. The other possible mistake I made could be in this table:
table unsicher1 Bewertung_unsicher.001 C002_gedauert_1_2 "C002_unsicher" Bewertung_unsicher.001 C002_gedauert_2_1 "C002_unsicher" (...)
The amount of spaces between the first and the second column is different from the amount of spaces between the second and third column. Could this lead to an error? I only did it because it looks nicer.
Thanks in advance for any help.
|
|
lazzy
New Member
Posts: 8
|
Post by lazzy on Jul 12, 2021 14:32:13 GMT
I am still looking for help with my experiment. I tried everything I mentioned above but nothing helped. Could somenone maybe have a look at my script? I would happily share the experiment in PsyToolKit. I would just need your mail address. Thank you in advance.
|
|
silk
Experienced
Posts: 32
|
Post by silk on Jul 16, 2021 20:42:22 GMT
Hi there,
It is hard to say without seeing your code. But as far I can see, you are using a forbidden character in your table: the dot ".". Use an underscore instead. You should also check the name of your stimulis, in case there are also forbidden characters ("-", "+", etc.).
|
|