You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clinet close the websocket ,I got errors like this:
[ERROR]: Exception occured in one of response middleware handlers
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/sanic-0.5.4-py3.5.egg/sanic/app.py", line 495, in handle_request
response)
File "/usr/local/lib/python3.5/dist-packages/sanic-0.5.4-py3.5.egg/sanic/app.py", line 621, in _run_response_middleware
_response = await _response
File "/home/oeasy/.local/lib/python3.5/site-packages/sanic_cors/extension.py", line 237, in cors_response_middleware
elif resp.headers.get(ACL_ORIGIN):
AttributeError: 'NoneType' object has no attribute 'headers'
In fact,I wanna a normal notification that I can use, the source codes are from the sanic example
Anyone can help me?Thanks very much !
The text was updated successfully, but these errors were encountered:
After clinet close the websocket ,I got errors like this:
In fact,I wanna a normal notification that I can use, the source codes are from the sanic example
Anyone can help me?Thanks very much !
The text was updated successfully, but these errors were encountered: