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
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_ws.py", line 205, in send_json
return self.send_str(dumps(data))
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_ws.py", line 194, in send_str
return self._writer.send(data, binary=False)
File "/usr/local/lib/python3.6/site-packages/aiohttp/_ws_impl.py", line 377, in send
return self._send_frame(message, WSMsgType.TEXT)
File "/usr/local/lib/python3.6/site-packages/aiohttp/_ws_impl.py", line 354, in _send_frame
return self.writer.drain()
AttributeError: 'uvloop.loop.TCPTransport' object has no attribute 'drain'
The text was updated successfully, but these errors were encountered:
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_ws.py", line 205, in send_json
return self.send_str(dumps(data))
File "/usr/local/lib/python3.6/site-packages/aiohttp/web_ws.py", line 194, in send_str
return self._writer.send(data, binary=False)
File "/usr/local/lib/python3.6/site-packages/aiohttp/_ws_impl.py", line 377, in send
return self._send_frame(message, WSMsgType.TEXT)
File "/usr/local/lib/python3.6/site-packages/aiohttp/_ws_impl.py", line 354, in _send_frame
return self.writer.drain()
AttributeError: 'uvloop.loop.TCPTransport' object has no attribute 'drain'
The text was updated successfully, but these errors were encountered: