cortex-lab / Rigbox

A MATLAB toolbox for running behavioral neuroscience experiments and managing data
GNU General Public License v3.0
33 stars 16 forks source link

Rig kicked off server every time an experiment ends #260

Closed laurax452 closed 4 years ago

laurax452 commented 4 years ago

Error using jsonencode Unable to encode objects of class dfilt.df2sos as JSON-formatted text.

Error in obj2json (line 9) s = jsonencode(s, 'ConvertInfAndNaN', true);

Error in srv.expServer/runExp (line 311) fprintf(fid, '%s', obj2json(rig));

Error in srv.expServer/handleMessage (line 231) aborted = runExp(expRef, preDelay, postDelay, AlyxInstance);

Error in srv.expServer (line 128) handleMessage(msgid, msgdata, host);

k1o0 commented 4 years ago

Duplicate of #233