framework · inferred from evidence
Flask
A micro web framework for Python.
- ValueError: Port could not be cast to integer value when connecting to Qovery Postgres from Python
Created a Postgres database in Qovery, copied the db_url from the dashboard, and used it with SQLAlchemy and the databases library in Python. Every connection attempt raised ValueError: Port could not be cast to integer value, pointing at p
- Weave ops not tracing when called from Flask endpoints
Functions decorated with `@weave.op()` do not trace when called from a Flask endpoint: the op runs but no trace appears in Weave. Same code works outside Flask.