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
Describe the bug
Since I've integrated the flask-monitoringdashboard into flask apps with just this 2 lines of code in every file with a flask app (in order to have a share dashboard for every app)
I've started noticing this error in apache2/error.log
[WSGI:ERROR] No commit has been made, due to the following error: "NAME-OF-ENDPOINT"
Where NAME-OF-ENDPOINT is every name of my endpoint on flask API that I've been calling on production server.
Can't say if it's correlated but my API with a WSGIScriptAlias have been stuck in "pending requests" and made my system not working/working only in particular scenarios
Screenshots
Desktop (please complete the following information):
OS: "Ubuntu 20.04.1 LTS"
Browser Chrome (not relevant)
FMD Version 3.1.0
Additional context
Flask is running on virtualhost apache configuration like below port 443
Hi,
I got this error too using default database configs. Then I switched to using postgres, and I get a new error similar to previous one
| No commit has been made, due to the following error: (psycopg2.InternalError) current transaction is aborted, commands ignored until end of transaction block
asset-manager |
asset-manager | [SQL: INSERT INTO "fmd_asset_managerRequest" (endpoint_id, duration, time_requested, version_requested, group_by, ip, status_code) VALUES (%(endpoint_id)s, %(duration)s, %(time_requested)s, %(version_requested)s, %(group_by)s, %(ip)s, %(status_code)s) RETURNING "fmd_asset_managerRequest".id]
Describe the bug
Since I've integrated the flask-monitoringdashboard into flask apps with just this 2 lines of code in every file with a flask app (in order to have a share dashboard for every app)
I've started noticing this error in apache2/error.log
Where NAME-OF-ENDPOINT is every name of my endpoint on flask API that I've been calling on production server.
Can't say if it's correlated but my API with a WSGIScriptAlias have been stuck in "pending requests" and made my system not working/working only in particular scenarios
Screenshots
Desktop (please complete the following information):
Additional context
Flask is running on virtualhost apache configuration like below port 443
I've tried to search on past issues but the only one with a not so similar error is #324
The text was updated successfully, but these errors were encountered: