|
Post by Raphadam on Apr 6, 2020 13:12:22 GMT
Hi, I'm currently designing an experiment on Psytoolkit. A GO/NO-GO. Friday I did most of the job and it worked very well. I even used the same script for another task. But now, my go/nogo task doesnt work anymore (but the other one using the same script does) and I have absolutely no idea why. When I try to compile it, the error message presented is : /usr/bin/psycc.2.6.1:245:in `write': "\xC3" from ASCII-8BIT to UTF-8 (Encoding::UndefinedConversionError) from /usr/bin/psycc.2.6.1:245:in `puts' from /usr/bin/psycc.2.6.1:245:in `jsline' from /usr/bin/psycc.2.6.1:6262:in ` ' I have absolutely no idea what to do about this... If you have any idea, let me know Thx.
|
|
|
Post by PsyToolkit on Apr 7, 2020 9:22:17 GMT
Hi Raphadam,
I have checked and fixed your experiment (it works now). It turns out that currently, special characters such as "é" in the experiment name in the left side menu can lead to a problem. This will be fixed in the next version, thanks for reporting. I replaced your "é" with a "e" and it works fine. Within the experiment code itself, you can use all special characters you want, but not in the experiment name.
Hope that helps.
Best, Gijsbert Stoet (psytoolkit@gmx.com)
|
|