Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

tchannel.errors.TimeoutError: None #244

Open
HelloGrayson opened this issue Oct 15, 2015 · 0 comments
Open

tchannel.errors.TimeoutError: None #244

HelloGrayson opened this issue Oct 15, 2015 · 0 comments
Labels

Comments

@HelloGrayson
Copy link
Contributor

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant