-
When I first run this example and login, it works correctly - I can login and it reports my email address. If I refresh the page a few hours later, I get a TokenExpiredError.
I am using Chrome on …
-
### ML-Crate Repository (Proposing new issue)
:red_circle: **Project Title** : [Feature Addition]: Web App for Data Analytics Salary Prediction
:red_circle: **Aim** : The aim is to create a web app …
-
**mserver,sh -> Pyhton Error**
./mserver: 18: python: not found
./mserver: 19: /opt/monitoring/env/bin/python: not found
Line 11: Changed to:
**py_ver='python3'**
**app.py**
~/Monito…
-
GeoPoint is a legitimate Datastore field type, which appears to be unsupported, causing crashes:
```bash
ERROR:datastore_viewer:Exception on /datastore_viewer/api/projects/my-project-id/kinds/Stud…
-
#### Environment
python: 3.11.5
aiofiles==23.2.1
blinker==1.8.2
click==8.1.7
Flask==3.0.3
h11==0.14.0
h2==4.1.0
hpack==4.0.0
Hypercorn==0.17.3
hyperframe==6.0.1
itsdangerous==2.2.0
Jinja2…
-
Cloned the repo, ran requirements in flask_app folder, setup API keys and "python app.py"
import maestro_anyapi
ModuleNotFoundError: No module named 'maestro_anyapi'
Searched all files an…
-
I have followed the steps listed here: https://pythonhosted.org/Flask-Security/customizing.html#forms
Also I have looked at a lot of similar issues and tried the solutions mentioned there, but all in…
-
## Bug
Kaniko pods appear to run without issue until sudden termination. No errors are reported or logs provided on termination other than a misleading error:
```
Failed building flask-app-image. Her…
-
I have a project where a REST API is defined inside a blueprint so that the flask application may be shipped with or without the API. To create the FlaskApiSpec, you have to pass the Flask app object …
-
I have upgraded my packages to:
flask-2.2.2
injector-0.20.1
Flask-injector-0.14.1
apispec-6.0.2
flask-apispec-0.11.4
I'm using Flask-apispec to auto-generate api documentation, and I'm using …