Created
April 23, 2014 15:09
-
-
Save ziadsawalha/11219189 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
... | |
File "/Users/me/.virtualenvs/waldo/lib/python2.7/site-packages/openstack/compute/client.py", line 60, in _cs_request | |
resp, body = self.request(url, method, **kwargs) | |
File "/Users/me/.virtualenvs/waldo/lib/python2.7/site-packages/openstack/compute/client.py", line 47, in request | |
raise exceptions.from_response(resp, body) | |
BadRequest: Second simultaneous read on fileno 29 detected. Unless you really know what you're doing, make sure that only one greenthread can read any particular socket. Consider using a pools.Pool. If you do know what you're doing and want to disable this error, call eventlet.debug.hub_prevent_multiple_readers(False) (HTTP 400) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happens here: https://github.com/eventlet/eventlet/blob/master/eventlet/hubs/hub.py#L119