kezhenxu94 commented on pull request #73: URL: https://github.com/apache/skywalking-python/pull/73#issuecomment-699951777
> @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 > [ 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' No, can you please open another issue to report your problems? And produce more details to help us to solve the problems, such as the tornado version, a minimal demo project, etc. ---------------------------------------------------------------- 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: [email protected]
