thoth-station / user-api

Web Service exposing Thoth functions to the RESTful worlds
https://thoth-station.github.io/
GNU General Public License v3.0
8 stars 18 forks source link

400 Error when running thamos advise #1785

Closed mayaCostantini closed 2 years ago

mayaCostantini commented 2 years ago

Describe the bug

Running thamos advise on the thamos repository gives the following error message:

ERROR    thamos: (400)
Reason: BAD REQUEST
HTTP response headers: HTTPHeaderDict({'server': 'gunicorn', 'date': 'Wed, 27 Jul 2022 13:03:02 GMT', 'content-type': 'application/json', 'content-length': '271', 'x-thoth-version': '0.35.2', 'x-user-api-service-version': '0.35.2+messaging.0.16.1.storages.0.72.1.common.0.36.2.python.0.16.10', 'x-thoth-search-ui-url': 'https://thoth-station.ninja/search/', 'access-control-allow-origin': '*', 'set-cookie': '99770cb82864be05282857f803e02327=71283d09b941169601817f89b67f6781; path=/; HttpOnly; Secure; SameSite=None'})
HTTP response body: b'{\n  "error": "Analysis was not successful",\n  "parameters": {\n    "analysis_id": "adviser-220727130141-c906a18fe7d0432"\n  },\n  "status": {\n    "finished_at": "2022-07-27T13:02:54Z",\n    "reason": null,\n    "started_at": "2022-07-27T13:01:41Z",\n    "state": "error"\n  }\n}\n'
mayaCostantini commented 2 years ago

/priority critical-urgent /sig stack-guidance

mayaCostantini commented 2 years ago

The issue seems to have been resolved. Closing.