-
Notifications
You must be signed in to change notification settings - Fork 970
Description
Debian12
v25.09.3
l-cli reckless install summary
{
"code": -3,
"message": "the reckless process has crashed"
}
Despite the crash everything in the .lightning/reckless/summary seems to be present.
If I try to run the plugin:
l-cli reckless enable summary
{
"result": [
"null"
],
"log": [
"ERROR: plugin entrypoint not found in /home/deb/.lightning/reckless/summary"
]
}
If I don't delete contents of .lightning/reckless/summary and try to reinstall on top of the existing failed installation:
l-cli reckless install summary
{
"result": [
"null"
],
"log": [
"DEBUG: Searching for summary",
"DEBUG: fetching from gh API: https://api.github.com/repos/lightningd/plugins/contents/",
"DEBUG: fetching from gh API: https://api.github.com/repos/lightningd/plugins/git/trees/0f07740c31c8da00ef90901d8bd54faaf78c5536",
"DEBUG: InstInfo(summary, https://github.com/lightningd/plugins, None, None, None, summary), Source.GITHUB_REPO",
"INFO: found summary in source: https://github.com/lightningd/plugins",
"DEBUG: entry: None",
"DEBUG: sub-directory: summary",
"DEBUG: Retrieving summary from https://github.com/lightningd/plugins",
"DEBUG: Install requested from InstInfo(summary, https://github.com/lightningd/plugins, None, None, None, summary).",
"INFO: cloning Source.GITHUB_REPO InstInfo(summary, https://github.com/lightningd/plugins, None, None, None, summary)",
"DEBUG: cloned_src: InstInfo(summary, /tmp/reckless-376861244_yxb5twk/clone, None, summary.py, uv.lock, summary/summary)",
"DEBUG: using latest commit of default branch",
"DEBUG: checked out HEAD: e29dd44247490e98c3fe3b7321c166033a10d6b8",
"DEBUG: using installer pyprojectViaPip",
"DEBUG: copying /tmp/reckless-376861244_yxb5twk/clone/summary/summary tree to /home/deb/.lightning/reckless/summary/source/summary",
"ERROR: File exists: /home/deb/.lightning/reckless/summary/source/summary"
]
}