-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failing "$ lightning-cli install_plugin https://api.github.com/repos/lightningd/plugins/contents/lightning-qt" #19
Comments
Now I received "opening pipe: permission denied" instead of "forms: already registered" lightning-cli install_plugin https://api.github.com/repos/lightningd/plugins/contents/lightning-qt |
lightning-cli plugin start /home/trenaz/lightning/plugins/lightning-qt/lightning-qt.py { |
lightning-cli gui |
I can confirm, I am seeing the exact same issues as @78bash is reporting. I was unable to install the lightning-qt plugin via the reckless plugin and after I do get the plugin loaded when I issue the lightning-cli gui command I get the same error as reported by @78bash. I'm running c-lightning 0.10.1 |
Upon further inspection the plugin is failing with this error. I have installed some QT related packages but the issue has not been resolved. 021-08-22T03:44:26.235Z INFO plugin-lightning-qt.py: Killing plugin: exited during normal operation Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb. |
Thanks for the report it should soon be fixed with the migration of this plugin to the lightningd/plugins repo. |
lightning-cli install_plugin https://api.github.com/repos/lightningd/plugins/contents/lightning-qt
{
"code": -32600,
"message": "Error while processing install_plugin: RPC call failed: method: plugin, payload: {'subcommand': 'start', 'plugin': '/media/trenaz/nvme/lightning/bitcoin/plugins/lightning-qt/forms'}, error: {'code': -32602, 'message': '/media/trenaz/nvme/lightning/bitcoin/plugins/lightning-qt/forms: already registered'}",
"traceback": "Traceback (most recent call last):\n File "/usr/local/lib/python3.9/dist-packages/pyln/client/plugin.py", line 627, in _dispatch_request\n result = self._exec_func(method.func, request)\n File "/usr/local/lib/python3.9/dist-packages/pyln/client/plugin.py", line 609, in _exec_func\n return func(*ba.args, **ba.kwargs)\n File "/home/trenaz/lightning/plugins/reckless/reckless.py", line 115, in install\n active_plugins = plugin.rpc.plugin_start(os.path.abspath(main_file))\n File "/usr/local/lib/python3.9/dist-packages/pyln/client/lightning.py", line 1083, in plugin_start\n return self.call("plugin", payload)\n File "/usr/local/lib/python3.9/dist-packages/pyln/client/lightning.py", line 388, in call\n raise RpcError(method, payload, resp['error'])\npyln.client.lightning.RpcError: RPC call failed: method: plugin, payload: {'subcommand': 'start', 'plugin': '/media/trenaz/nvme/lightning/bitcoin/plugins/lightning-qt/forms'}, error: {'code': -32602, 'message': '/media/trenaz/nvme/lightning/bitcoin/plugins/lightning-qt/forms: already registered'}\n"
}
The text was updated successfully, but these errors were encountered: