-
Create a Flask app back end that grabs info from the database and displays it on the web app.
-
While deploying the new release 1.5.1, we would like to disable the authentification with `app.auth: false`. At the same time in the user environment at the facility we already have defined `BEARER_TO…
-
I was following [this doc](https://github.com/stanford-oval/suql/blob/main/docs/install_pip.md) to set up SUQL and trying to get the entry point example working. I was able to create the table in psql…
-
if i test it with 2 concurecy , it will run into error. error detail is :
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1473,…
-
When deploying the Docker image on a Kubernetes cluster the server have this error where ffmpeg package is missing.
```
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-p…
-
**Describe The Problem**
sometimes, randomly the panel crashes and i have to do a manual restart of it (`./wgd.sh restart`)
**Expected Error / Traceback**
```
[2024-10-18 15:32:02,053] ERROR in …
-
OperationalError
MySQLdb.OperationalError: (2002, "Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)")
![Screenshot from 2023-10-07 17-08-11](https://github.com/LondheSh…
-
minimal repro i could come up with. Tested on python 3.11 (created via ` conda create -n deadlock python=3.11 anaconda`)
run via: `python main.py [sqlite3/libsql]`
Versions:
```
(deadlock) mih…
-
**Bug Description**
When building the flask-app Dockerfile there seems to be no problem, but after running a container created from it, it shows the following error:
`Traceback (most recent call las…
-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …