Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'Future' object has no attribute 'wait' #244

Open
bxm156 opened this issue Aug 19, 2016 · 2 comments
Open

AttributeError: 'Future' object has no attribute 'wait' #244

bxm156 opened this issue Aug 19, 2016 · 2 comments

Comments

@bxm156
Copy link
Member

bxm156 commented Aug 19, 2016

When using requests==2.11.0 ( the latest version) with the FidoClient, I get

Traceback (most recent call last):
  File "test_forward.py", line 66, in <module>
    _request_options=_request_options,
  File "/nail/home/bmarty/pg/scrubbed/virtualenv_run/local/lib/python2.7/site-packages/bravado/http_future.py", line 70, in result
    inner_response = self.future.result(timeout=timeout)
  File "/nail/home/bmarty/pg/scrubbed/virtualenv_run/local/lib/python2.7/site-packages/bravado/fido_client.py", line 145, in result
    return self._eventual_result.wait(timeout=timeout)
AttributeError: 'Future' object has no attribute 'wait'
@macisamuele
Copy link
Collaborator

Hi @bxm156 ... I have checked your issue ...
The logs are here.

Are you still able to reproduce the issue? If so could you give me more context? If not could you close the comment?

@bxm156
Copy link
Member Author

bxm156 commented Sep 9, 2016

@macisamuele I updated the requirement versions for all my packages in requirements.txt, and it started working. I tried to figure out which bump was the cause, but after spending 20 minutes on that, I gave up and figured it wasn't worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants