Skip to content

Instantly share code, notes, and snippets.

@jonsterling
Created October 21, 2015 17:36
Show Gist options
  • Save jonsterling/d4b0206e09cd6dc4aa0b to your computer and use it in GitHub Desktop.
Save jonsterling/d4b0206e09cd6dc4aa0b to your computer and use it in GitHub Desktop.
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
Now listening on 50015
[Wed Oct 21 10:31:09 2015] Running python -m floo.proxy --host floobits.com --url https://floobits.com/api/workspace/garyb/slamdata-notebook --method GET (None)
[Wed Oct 21 10:31:09 2015] Floobits plugin error! Sending exception report: {'description': '/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named floo\n', 'stack': ['Traceback (most recent call last):\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/protocols/floo_proto.py", line 118, in _handle\n self.emit(\'data\', name, data)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/event_emitter.py", line 20, in emit\n handler(*args, **kwargs)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/handlers/base.py", line 43, in on_data\n return handler(data)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/emacs_handler.py", line 155, in _on_user_input\n self.ui.on_user_input(cb_id, data.get("response"))\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/emui.py", line 67, in on_user_input\n cb(res)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py", line 472, in f\n return _unwind_generator(gen_expr, cb, args)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py", line 466, in _unwind_generator\n res = gen_expr.send(res[0])\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/flooui.py", line 381, in join_workspace\n self.remote_connect(context, host, owner, name, d, join_action)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py", line 511, in wrap\n return _unwind_generator(f(*args, **kwargs))\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py", line 468, in _unwind_generator\n res = gen_expr.send(res)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/flooui.py", line 201, in remote_connect\n res = api.get_workspace(host, owner, workspace)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/api.py", line 169, in get_workspace\n return api_request(host, api_url)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/api.py", line 131, in api_request\n return proxy_api_request(host, url, data, method)\n', ' File "/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/api.py", line 95, in proxy_api_request\n raise IOError(stdout)\n', 'IOError: /usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named floo\n\n']}
[Wed Oct 21 10:31:09 2015] Running python -m floo.proxy --host floobits.com --url https://floobits.com/api/log --data {"username": null, "jsondump": {"error_count": 1}, "workspace": null, "owner": null, "message": {"description": "/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named floo\n", "stack": ["Traceback (most recent call last):\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/protocols/floo_proto.py\", line 118, in _handle\n self.emit('data', name, data)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/event_emitter.py\", line 20, in emit\n handler(*args, **kwargs)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/handlers/base.py\", line 43, in on_data\n return handler(data)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/emacs_handler.py\", line 155, in _on_user_input\n self.ui.on_user_input(cb_id, data.get(\"response\"))\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/emui.py\", line 67, in on_user_input\n cb(res)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py\", line 472, in f\n return _unwind_generator(gen_expr, cb, args)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py\", line 466, in _unwind_generator\n res = gen_expr.send(res[0])\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/flooui.py\", line 381, in join_workspace\n self.remote_connect(context, host, owner, name, d, join_action)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py\", line 511, in wrap\n return _unwind_generator(f(*args, **kwargs))\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/utils.py\", line 468, in _unwind_generator\n res = gen_expr.send(res)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/flooui.py\", line 201, in remote_connect\n res = api.get_workspace(host, owner, workspace)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/api.py\", line 169, in get_workspace\n return api_request(host, api_url)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/api.py\", line 131, in api_request\n return proxy_api_request(host, url, data, method)\n", " File \"/Users/jon/.emacs.d/elpa/floobits-20151016.1636/floo/common/api.py\", line 95, in proxy_api_request\n raise IOError(stdout)\n", "IOError: /usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named floo\n\n"]}, "dir": "/Users/jon/floobits/share"} --method POST (None)
/usr/local/Cellar/python/2.7.10_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named floo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment