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
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
StreamClosedError is raised every time we restart our flask app.
File "tchannel/tchannel.py", line 200, in call
traceflag=traceflag,
File "tornado/gen.py", line 870, in run
value = future.result()
File "tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
File "tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
File "tchannel/tornado/peer.py", line 526, in send
connection = yield peer.connect()
File "tornado/gen.py", line 870, in run
value = future.result()
File "tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
File "tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
File "tchannel/tornado/connection.py", line 432, in outgoing
yield stream.connect((host, int(port)))
File "tornado/gen.py", line 870, in run
value = future.result()
File "tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
File "<string>", line 3, in raise_exc_info
The text was updated successfully, but these errors were encountered:
StreamClosedError is raised every time we restart our flask app.
The text was updated successfully, but these errors were encountered: