We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a user just closes the tab without disconnecting (which all users will do), the logs get a traceback:
2023-10-13 12:18:19 WARNING [handle_message] webserver.py : Connection gracefully closed. 1001 2023-10-13 12:18:19 WARNING [handle_message] webserver.py : Traceback (most recent call last): File "/srv/managesieve/build/web/script/webserver.py", line 65, in handle_message handler.handle_request(context, request) File "/srv/managesieve/build/web/script/handler/websocket.py", line 48, in handle_request MessagePump().run(websocket, sievesocket) File "/srv/managesieve/build/web/script/messagepump.py", line 26, in run data = server.recv() ^^^^^^^^^^^^^ File "/srv/managesieve/build/web/script/websocket.py", line 134, in recv raise Exception("Connection gracefully closed. "+str(code)+" "+text.decode()) Exception: Connection gracefully closed. 1001
If it's a graceful closure, then there should be no log entry, definitely not a traceback.
Include information about your system, server and most important if it is about the app or webextension.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
What happened?
If a user just closes the tab without disconnecting (which all users will do), the logs get a traceback:
What did you expect to happen?
If it's a graceful closure, then there should be no log entry, definitely not
a traceback.
Which Version
Include information about your system, server and most important if it is about the app or webextension.
The text was updated successfully, but these errors were encountered: