Enhancement: not existing Exception in documentation #2030
Closed
JonasRueegsegger
started this conversation in
General
Replies: 1 comment
-
I think the class exists. It's defined here: https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/src/flask_socketio/__init__.py#L22 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the connect section of the getting started documentation https://flask-socketio.readthedocs.io/en/latest/getting_started.html#connection-events you are mentioning an exception which does not exist in the latest package version:
from flask_socketio import ConnectionRefusedError
i guess you meant
from socketio.exceptions import ConnectionRefusedError ?
p.s. The package is really helpful :)
Beta Was this translation helpful? Give feedback.
All reactions