You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/09/28 10:02:05 UTC

[GitHub] [skywalking-python] xdrenjj commented on pull request #73: fix cannot reconnect

xdrenjj commented on pull request #73:
URL: https://github.com/apache/skywalking-python/pull/73#issuecomment-699909769


   @alonelaval This merge  request is to solve this problem? 
    File "/usr/local/lib/python3.8/asyncio/events.py", line 81, in _run
   [ RequestID: ]     self._context.run(self._callback, *self._args)
   [ RequestID: ]   File "/data0/codes/test_sw/venv/lib/python3.8/site-packages/tornado/web.py", line 2329, in <lambda>
   [ RequestID: ]     fut.add_done_callback(lambda f: f.result())
   [ RequestID: ]   File "/data0/codes/test_sw/venv/lib/python3.8/site-packages/skywalking/plugins/sw_tornado.py", line 66, in _sw_get_response
   [ RequestID: ]     peer = request.connection.stream.socket.getpeername()
   [ RequestID: ] AttributeError: 'NoneType' object has no attribute 'getpeername'


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org