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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
{"error":"database-down","text":"Unable to connect to database"}
Additionally, when running the server using:
$ httpobs-server
Serving Flask app 'http-observatory'
Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Running on http://127.0.0.1:57001
Press CTRL+C to quit
127.0.0.1 - - [06/Aug/2024 13:27:01] "POST /api/v1/analyze?host=google.com HTTP/1.1" 200 -
Despite trying to resolve this issue for a few weeks, I am still unable to get it working. Has anyone encountered a similar problem or have any suggestions on how to resolve it?
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I’m encountering a problem with the database in the HTTP Observatory setup. When I send a query, such as:
$ curl -X POST 'http://127.0.0.1:57001/api/v1/analyze?host=google.com'
I receive the following response:
{"error":"database-down","text":"Unable to connect to database"}
Additionally, when running the server using:
$ httpobs-server
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Press CTRL+C to quit
127.0.0.1 - - [06/Aug/2024 13:27:01] "POST /api/v1/analyze?host=google.com HTTP/1.1" 200 -
Despite trying to resolve this issue for a few weeks, I am still unable to get it working. Has anyone encountered a similar problem or have any suggestions on how to resolve it?
Thank you!
The text was updated successfully, but these errors were encountered: