Cryosparc 2.14.seem not to like the commands we were sending for 2.11.
Not even a simple import particle works.
I’ve downgraded master to 2.11 and import worked , but the 2d class failed cause the worker was 2.14.
I’ve updated again to 2.14 and got the same result back.
Some logs:
command_core:
-----------------------------------------------------
[JSONRPC ERROR 2020-03-26 19:56:23.461546 at wait_job_complete ]
-----------------------------------------------------
Traceback (most recent call last):
File "cryosparc2_command/command_core/__init__.py", line 114, in wrapper
res = func(*args, **kwargs)
File "cryosparc2_command/command_core/__init__.py", line 4321, in wait_job_complete
while get_job_status(project_uid, job_uid) != 'completed':
File "cryosparc2_command/command_core/__init__.py", line 123, in wrapper
raise e
TypeError: argument of type 'NoneType' is not iterable
I do not see weird stuff on the other logs but can send them if needed.
OS: CentOS7
Note: I’ve open the ports in the firewall as suggested in on another post, but it did not make any difference.
the command is:
/usr/local/cryosparc/cryosparc2_master/bin/cryosparcm cli 'make_job("import_particles","P2","W4", "/usr/local/scipion2/Administrator", "None", {"particle_blob_path": "/home/administ
rator/ScipionUserData/projects/TestCryosparcClassify2D/Runs/000132_ProtCryo2D/tmp", "particle_meta_path": "/home/administrator/ScipionUserData/projects/TestCryosparcClassify2D/Runs/0001
32_ProtCryo2D/tmp/input_particles.star", "psize_A": "4.0"}, {})'
/usr/local/cryosparc/cryosparc2_master/bin/cryosparcm cli 'enqueue_job("P2","J4","default")'
Wait! “/usr/local/scipion2/Administrator” is suspicious. I’ll be back…
Could be related to the user in the command line?. Has it being improved/secured somehow?. In 2.11 we were able to put anything as the user, and I guess None is the password