forkdelta / backend-replacement

Replacement backend
GNU Affero General Public License v3.0
57 stars 97 forks source link

websocket 500 internal error #239

Closed mrbianchi closed 4 years ago

mrbianchi commented 4 years ago

image


websocket_server_1     | Traceback (most recent call last):
websocket_server_1     |   File "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 410, in start
websocket_server_1     |     resp = yield from self._request_handler(request)
websocket_server_1     |   File "/usr/local/lib/python3.6/site-packages/aiohttp/web.py", line 332, in _handle
websocket_server_1     |     for app in match_info.apps
websocket_server_1     | AssertionError: Handler <bound method AsyncServer.handle_request of <engineio.asyncio_server.AsyncServer object at 0x7f5e62932588>> should return response instance, got <class 'list'> [middlewares [(<function _fix_request_current_app.<locals>.impl at 0x7f5e636e96a8>, True)]]