@stephan I am having a very similar issue using on an LSF cluster. I tried to run the command you gave above and received the following error:
[stae8w@bmi-r740-05 bin]$ /usr/local/cryosparc/cryosparc_master/bin/cryosparcm cli “set_job_status(’’, ‘’, ‘killed’)”
Traceback (most recent call last):
File “/usr/local/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/runpy.py”, line 193, in _run_module_as_main
“main”, mod_spec)
File “/usr/local/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/usr/local/cryosparc/cryosparc_master/cryosparc_compute/client.py”, line 89, in
print(eval(“cli.”+command))
File “”, line 1, in
File “/usr/local/cryosparc/cryosparc_master/cryosparc_compute/client.py”, line 62, in func
assert False, res[‘error’]
AssertionError: {‘code’: 500, ‘data’: None, ‘message’: “OtherError: argument of type ‘NoneType’ is not iterable”, ‘name’: ‘OtherError’}
Here is a screenshot of what happens when I try to kill the job.