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
Testing the validator on Materials Cloud's sample OPTIMADE database yields a bit of a cryptic error:
✖: https://dev-aiida-dev.materialscloud.org/optimade-sample/optimade/v123123 - _get_endpoint - failed with error
ResponseError: Request to 'v123123' returned HTTP code 404.
Error(s):
HTTPException: Not Found (N/A)
I believe this has to do with the return code not being correct? But it's difficult to understand from the message here.
The text was updated successfully, but these errors were encountered:
This is the error message with maximum verbosity:
I ran this on my local instance instead, hence the changed URL.
✖: http://localhost:5000/v123123 - _get_endpoint - failed with error
ResponseError: Request to 'v123123' returned HTTP code 404.
Error(s):
HTTPException: Not Found (N/A)
Traceback (most recent call last):
File "/home/cwa/venv/optimade/optimade-python-tools/optimade/validator/utils.py", line 208, in wrapper
raise exc
File "/home/cwa/venv/optimade/optimade-python-tools/optimade/validator/utils.py", line 198, in wrapper
result, msg = test_fn(validator, *args, **kwargs)
File "/home/cwa/venv/optimade/optimade-python-tools/optimade/validator/validator.py", line 1082, in _get_endpoint
raise ResponseError(message)
optimade.validator.utils.ResponseError: Request to 'v123123' returned HTTP code 404.
Error(s):
HTTPException: Not Found (N/A)
Testing the validator on Materials Cloud's sample OPTIMADE database yields a bit of a cryptic error:
✖: https://dev-aiida-dev.materialscloud.org/optimade-sample/optimade/v123123 - _get_endpoint - failed with error ResponseError: Request to 'v123123' returned HTTP code 404. Error(s): HTTPException: Not Found (N/A)
I believe this has to do with the return code not being correct? But it's difficult to understand from the message here.
The text was updated successfully, but these errors were encountered: