Hi
I did a clean installation of the latest version of cryosparc on Centos 7.9 with CUDA 11.2. The installation went good. When started, everything looked very good. However, once I tried to start a actual job. I got the following error message regardless of which type of job I tried to initiate. I got this error message for a simple job of importing 3D volume. I tried to follow some of trouble shooting methods but none worked. Does anyone have any idea what is wrong? It looks like it is a sever error
Thanks for your help. Best. Yuro
ServerError: Traceback (most recent call last): File “/home/takagilab/diskarray/software/cryoem/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 146, in wrapper res = func(*args, **kwargs) File “/home/takagilab/diskarray/software/cryoem/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1857, in scheduler_run scheduler_run_core(do_run) File “/home/takagilab/diskarray/software/cryoem/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1949, in scheduler_run_core ‘lane’ : lanes[0][‘name’], IndexError: list index out of range The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/home/takagilab/diskarray/software/cryoem/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 146, in wrapper res = func(*args, **kwargs) File “/home/takagilab/diskarray/software/cryoem/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 5112, in enqueue_job scheduler_run() File “/home/takagilab/diskarray/software/cryoem/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 153, in wrapper raise ServerError(s.getvalue(), code=400) from e flask_jsonrpc.exceptions.ServerError