Hello,
i just updated a cluster script ram config and wanted to do normal
cryosparcm cluster connect
but it failed with
ServerError: Invalid path to worker binary executable
Traceback (most recent call last):
File "/home/cryosparcuser/cryosparc_master/cryosparc_command/commandcommon.py", line 139, in wrapper
res = func(*args, **kwargs)
File "/home/cryosparcuser/cryosparc_master/cryosparc_command/command_core/__init__.py", line 1620, in add_scheduler_target_cluster
assert os.path.isfile(worker_bin_path), "Invalid path to worker binary executable"
AssertionError: Invalid path to worker binary executable
Worked before in 3.3.2 like this.
Do i understand correctly that the server is checking if the file exists? because the instance server doesnt see the file cause its local to compute nodes.
cheers
Kilian