Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsonrpclib.jsonrpc.ProtocolError #3759

Closed
GuestInCorle opened this issue Jan 22, 2018 · 3 comments
Closed

jsonrpclib.jsonrpc.ProtocolError #3759

GuestInCorle opened this issue Jan 22, 2018 · 3 comments
Labels

Comments

@GuestInCorle
Copy link

Error has occured when I tried to run "electrum commands". Electrum's version is 3.0.5.

Traceback (most recent call last):
  File "/usr/local/bin/electrum", line 419, in <module>
    result = server.run_cmdline(config_options)
  File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 650, in __call__
    return self.__send(self.__name, args)
  File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 532, in _request
    check_for_errors(response)
  File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 1220, in check_for_errors
    raise ProtocolError((code, message))
jsonrpclib.jsonrpc.ProtocolError: (-32601, 'Method run_cmdline not supported.')
@SomberNight
Copy link
Member

This is due to 1020449 and should only happen when the GUI is running. Stop the GUI and try again.

@SomberNight
Copy link
Member

Note: keeping open as maybe we could make the error message more intuitive (include hint about GUI running)

@ecdsa
Copy link
Member

ecdsa commented Aug 19, 2019

closing, as this is no longer returning an error

@ecdsa ecdsa closed this as completed Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants