Trying to install Cryosparc for the first time, following the instructions for the Quick installations for single workstation. However, when I try to download the master and worker files from the server they end up with 0 bytes and have obviously not been downloaded.
I don’t get any response to the command, neither true nor false. running echo $LICENSE_ID gives the correct output, but that apparently doesn’t go through to the server.
Seems to be some issue with the connection to your server somehow?
I tried to post the output from the curl command when run verbose, but I’m apparently not allowed to post that to the forum since it contains links according to the website…
If you curl https://get.cryosparc.com/checklicenseexists/ (without any license ID), you should see the following output:
{"message":"Missing Authentication Token"}
If that’s not the case, please ensure the machine you’re running the command on has internet access and has whitelisted the following endpoint: https://get.cryosparc.com
Running curl https://get.cryosparc.com/checklicenseexists/ gives me the correct output (ie missing Authentication Token), so that’s at least working… Nothing else though.