Dear All
I am trying to install cryosparc from the first time have managed to successfully install it, however i am having trouble to access the web app as i cant create the initial cryosparc user. I tried several suggestions from this forum and I am pretty much stuck here. I get the below error and would be great to get some help to sort this issue.
Creating user aravindan with email: XXXX@XXX.XX password: XXXXX and name: XXX XXX
Traceback (most recent call last):
File "/home/aravindan/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 "/home/aravindan/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/aravindan/cryosparc/cryosparc_master/cryosparc_compute/client.py", line 89, in <module>
print(eval("cli."+command))
File "<string>", line 1, in <module>
File "/home/aravindan/cryosparc/cryosparc_master/cryosparc_compute/client.py", line 62, in func
assert False, res['error']
AssertionError: {'code': 500, 'data': None, 'message': "OtherError: sf-1:39001: [Errno 111] Connection refused, Timeout: 30s, Topology Description: <TopologyDescription id: 6107fc30438ed16263909c86, topology_type: Single, servers: [<ServerDescription ('sf-1', 39001) server_type: Unknown, rtt: None, error=AutoReconnect('sf-1:39001: [Errno 111] Connection refused')>]>", 'name': 'OtherError'}
Best
Aravindan