-
Thank you very much for providing this minimal Connexion V3 project, especially the tox tests! I am trying to learn from your example. I don't have Python 3.6, instead I created a venv with 3.9. I cha…
-
Python 3.11, Flask==2.2.2, Windows 10
After firing up the server and joining a room, get this error in the server log:
```
127.0.0.1 - - [19/Nov/2022 03:04:13] "GET /poker/texas-holdem HTTP/1.1…
-
**Describe the bug**
When I start the socketio server in development mode (config["DEBUG"] = True) and watchdog is installed, no client can't connect to it. I don't see any errors on server side but …
-
I am using the Flask monitoring dashboard for monitoring purposes. The issue comes when I run the flask app through Gunicorn, Flask monitoring dashboard works fine and normal but when I run it with th…
-
- Abstract (2-3 lines)
a beginner level session to get deep understanding on creating Python applications that can be deployed as microservices maintained properly without the tight coupling issues a…
-
When I'm trying to create a test which is calling to the endpoint with the decorator `@flask_oidc.require_login` I got the following exception:
```
> r = client.get(url, follow_redirects=Fal…
-
Request for "Wallet Creation" API Endpoint and Permission Support in BTC Pay Server
I am currently integrating BTC Pay Server with a Python Flask application and have encountered the need to progra…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
- using tensorflow and kaggle dataset for skin cancer
- easy to use and provide medi…
-
I ran into an Issue (resolved already as a separate issue in this repo) about a Werkzeug version conflict. Running flask run -p 5001 resulted in the following error:
* Error: Could not locate Flask…
-
Set up azure web app environment for the flask application
Migrate local flask application to Web App
Set up azure database on the cloud
Migrate SQLite database to azure db
Make sure everythi…