Describe the bug
Submit this to compute and get a 500 internal server error instantly.
To Reproduce
Submit the attached ProgramInput like so:
future_results = compute("terachem", prog_inps, queue="a100", return_future=True)
for output in future_results.as_completed():
output.save(output.input_data.extras["save_path"])
print(output.input_data.extras["name"], output.success)
Expected behavior
Error collecting task b63d46be-9d88-4c38-82ac-4d23fb0ad4ea: Server error '500 Internal Server Error' for url 'https://chemcloud.mtzlab.com/api/v2/compute/output/b63d46be-9d88-4c38-82ac-4d23fb0ad4ea'
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500
NoneType: None
Additional context
It's written above, but I am submitting to a100 queue.
failing-input.json
Describe the bug
Submit this to compute and get a 500 internal server error instantly.
To Reproduce
Submit the attached ProgramInput like so:
Expected behavior
Additional context
It's written above, but I am submitting to a100 queue.
failing-input.json