Skip to content

Instantly share code, notes, and snippets.

@ziadsawalha
Created April 23, 2014 15:09
Show Gist options
  • Save ziadsawalha/11219189 to your computer and use it in GitHub Desktop.
Save ziadsawalha/11219189 to your computer and use it in GitHub Desktop.
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)
@ziadsawalha
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment