Created
July 27, 2014 09:40
-
-
Save ramontayag/8ce06f296b5e0da3ca6d 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
~/s/electrum ❯❯❯ python ./scripts/merchant/merchant.py request 2 2 2 | |
Traceback (most recent call last): | |
File "./scripts/merchant/merchant.py", line 163, in <module> | |
ret = send_command(cmd, params) | |
File "./scripts/merchant/merchant.py", line 144, in send_command | |
out = server.request(*params) | |
File "/usr/local/lib/python2.7/dist-packages/jsonrpclib/jsonrpc.py", line 274, in __call__ | |
return self.__send(self.__name, args) | |
File "/usr/local/lib/python2.7/dist-packages/jsonrpclib/jsonrpc.py", line 225, in _request | |
check_for_errors(response) | |
File "/usr/local/lib/python2.7/dist-packages/jsonrpclib/jsonrpc.py", line 529, in check_for_errors | |
raise ProtocolError((code, message)) | |
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "./scripts/merchant/merchant.py", line 114, in process_request | KeyError: "m/0\'/0"') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment