We are running cryosparc in our computer set, but when we create a new job, the error will be displayed in the operation interface, and than the job will queue forever rather than going to the next. The new job failed to run, we want to know how to fix the problem.
Unable to queue P7 J62: ServerError: bad operand type for unary -: ‘NoneType’
Hi,
We can run jobs using this Cryosparc before, many jobs have been done. However, one day the job we were running suddenly failed. Since then, all new jobs are in queue forever and failed to run.
@ecwww
Your previous post, which I removed from public view (see below), indicates a failure to connect to our license server. Please confirm connectivity with the command curl -L get.cryosparc.com,
which should print
{"message":"Missing Authentication Token"}
to the screen.
There may be additional problems, such as DNS resolution of the cluster hostname by the worker host. You may want to reach out to your IT support regarding these issues.
I removed the post as it contained your license id. For future posts, please
@ecwww It seems that somehow, P7 J62 has been queued without priority. We are not sure how this happened. To recover, you may try these commands on the CryoSPARC master computer:
cryosparcm icli # enter the interactive command line interface
db.jobs.update_many({'priority': None}, {'$set': {'priority': 1}})
exit