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.
This not an acceptable experience, errors should be helpful not cryptic:
(env)Uber/tchannel-python - [ttl_is_in_secs●] » python examples/simple/raw/client.py
Traceback (most recent call last):
File "examples/simple/raw/client.py", line 44, in <module>
resp = ioloop.IOLoop.current().run_sync(make_request)
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/ioloop.py", line 445, in run_sync
return future_cell[0].result()
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
File "examples/simple/raw/client.py", line 38, in make_request
timeout=1,
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/gen.py", line 870, in run
value = future.result()
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
File "/Users/graysonkoonce/Uber/tchannel-python/tchannel/tchannel.py", line 200, in call
traceflag=traceflag,
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/gen.py", line 870, in run
value = future.result()
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
File "/Users/graysonkoonce/Uber/tchannel-python/tchannel/tornado/peer.py", line 617, in send
request, peer, retry_limit, connection
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/gen.py", line 870, in run
value = future.result()
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
File "/Users/graysonkoonce/Uber/tchannel-python/env/lib/python2.7/site-packages/tornado/gen.py", line 879, in run
yielded = self.gen.send(value)
File "/Users/graysonkoonce/Uber/tchannel-python/tchannel/tornado/peer.py", line 672, in send_with_retry
raise error
tchannel.errors.TimeoutError: None
The text was updated successfully, but these errors were encountered:
This not an acceptable experience, errors should be helpful not cryptic:
The text was updated successfully, but these errors were encountered: