You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently reply with a misleading error message:
{'detail': 'RO Crate processing exception','type': 'about:blank','extra_info': {'exception': '[400] Bad request: Downloaded RO-crate has bad zip format'},'title': 'Bad Request','status': 400,'instance': 'https://api.lifemonitor.eu/registries/b556d831-a393-43bd-8047-98505b7fc20c/workflows'}
There is a workaround, where you can pass the HTTP header: Accept: application/json and you will get a 400 error with a JSON response in case of error, but still get the binary zip file if it is valid.
If someone tries to submit a nonexistent workflow version from WorkflowHub, e.g.:
We currently reply with a misleading error message:
The problem is that WorkflowHub does not reply to such requests with an error, so we end up trying to unzip an HTML page.
The text was updated successfully, but these errors were encountered: