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
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'
The text was updated successfully, but these errors were encountered:
@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.
When using requests==2.11.0 ( the latest version) with the FidoClient, I get
The text was updated successfully, but these errors were encountered: