-
I am trying to incorporate calls to fsppec-based packages (adlfs, s3fs) into a (sync) flask view.
Flask is running using flask-socketio, which is in turn using gevent.
Whenever I try and call a file…
-
# Computer vision applied to the recognition of Magic cards - Quentin Fortier
Mtgscan is a project aiming at recognizing Magic cards from an image (photo or screenshot), using OCR (Optical Character …
-
# Flask-SocketIO
Flask-SocketIO is a Flask extension that adds WebSocket support to Flask applications, allowing real-time bidirectional communication between the client and the server. It builds u…
-
Hello!
I try to use flask-socketio with gunicorn and at it works well. But when i try to use reload mod for debbuging, autoreload doesn't work on code changes. It happens only if i run socketio. I …
-
Hello,
I'm trying to upgrade from 5.3.6 to 5.4.1 for openSUSE Tumbleweed (Rolling Release) and run into a test error:
[code]
```
[ 9s] + python3.10 -m unittest -v test_socketio.py
[ 10s] T…
-
**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 …
-
### Describe the bug
When I import TTS module to my app.py(see the reproduce code), It will occur a reference error. When I don't import the TTS module, it can work well. I just want to use the fl…
-
Hi,
I'm trying to configure Flask-SocketIO to handle CORS for multiple subdomains (e.g., cors_allowed_origins='*.domain.com').
```
allowed_origins = [
'https://*.domain.com',
'http://*…
-
Hello,
I'm having issues with flask socketio app. I already raised this error to that @miguel's project but not sure if it's related there. My app has been running for a while but eventually it hits…
-
Using python 3.6 with the following code causes an infinite recursion of python super calls leading to a crash
```
import eventlet
eventlet.monkey_patch()
import os
import socket
from flask …