Skip to content

[BUG] - Instant 500 internal server error from computing on ProgramInput #84

Description

@hotmeme

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions