Skip to content

reckless-rpc installation fails but direct installation via reckless works #8444

@ShahanaFarooqui

Description

@ShahanaFarooqui

Installing a plugin via reckless is working as expected but reckless-rpc is failing to install/start the plugin.

Direct Reckless:

reckless --conf="<home>/l1/regtest/config" --network="regtest" --lightning="<home>/l1" install "consolidator"
reckless --conf="<home>/l1/regtest/config" --network="regtest" --lightning="<home>/l1" install "summary"

Reckless RPC:

lightning-cli reckless install "consolidator"
{
   "code": -3,
   "message": "reckless returned invalid character in json output"
}

lightning-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/2fd135245c85a26d6512d0f8f8f0c7b859acb5d6",
      "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: missing dependency for InstInfo(summary, /tmp/reckless-1715728495t0tapkm/clone, None, None, None, None)",
      "DEBUG: cloned_src: InstInfo(summary, /tmp/reckless-1715728495t0tapkm/clone, None, summary.py, requirements.txt, summary/summary)",
      "DEBUG: using latest commit of default branch",
      "DEBUG: checked out HEAD: 1c1a539e6a06eeec4b5e90058e24ea18ccf4e56a",
      "DEBUG: using installer pythonuvlegacy",
      "DEBUG: creating <home>/l1/reckless/summary",
      "DEBUG: creating <home>/l1/reckless/summary/source",
      "DEBUG: copying /tmp/reckless-1715728495t0tapkm/clone/summary/summary tree to <home>/l1/reckless/summary/source/summary",
      "DEBUG: linking source <home>/l1/reckless/summary/source/summary/summary.py to <home>/l1/reckless/summary/summary.py",
      "DEBUG: InstInfo(summary, <home>/l1/reckless/summary, None, summary.py, requirements.txt, source/summary)",
      "DEBUG: DEBUG uv 0.5.27",
      "DEBUG: DEBUG Searching for default Python interpreter in managed installations or search path",
      "DEBUG: DEBUG Searching for managed installations at `/home/shahana/.local/share/uv/python`",
      "DEBUG: DEBUG Found `cpython-3.12.3-linux-x86_64-gnu` at `/usr/bin/python` (search path)",
      "DEBUG: Using CPython 3.12.3 interpreter at: /usr/bin/python",
      "DEBUG: Creating virtual environment at: .venv",
      "DEBUG: DEBUG Using base executable for virtual environment: /usr/bin/python",
      "DEBUG: Activate with: source .venv/bin/activate",
      "DEBUG: DEBUG uv 0.5.27",
      "DEBUG: DEBUG Searching for default Python interpreter in virtual environments",
      "DEBUG: DEBUG Found `cpython-3.12.3-linux-x86_64-gnu` at `<home>/l1/reckless/summary/.venv/bin/python3` (active virtual environment)",
      "DEBUG: DEBUG Using Python 3.12.3 environment at: .venv",
      "DEBUG: DEBUG Acquired lock for `.venv`",
      "DEBUG: DEBUG At least one requirement is not satisfied: packaging>=14.1",
      "DEBUG: DEBUG Using request timeout of 30s",
      "DEBUG: DEBUG Solving with installed Python version: 3.12.3",
      "DEBUG: DEBUG Solving with target Python version: >=3.12.3",
      "DEBUG: DEBUG Adding direct dependency: pyln-client>=0.12.1",
      "DEBUG: DEBUG Adding direct dependency: requests>=2.10.0",
      "DEBUG: DEBUG Adding direct dependency: requests[socks]>=2.10.0",
      "DEBUG: DEBUG Adding direct dependency: packaging>=14.1",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/pyln-client/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/pyln-client/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/packaging/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/packaging/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/requests/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/requests/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/packaging/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/requests/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/pyln-client/",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/7c/e4/56027c4a6b4ae70ca9de302488c5ca95ad4a39e190093d6c1a8ace08341b/requests-2.32.4-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Searching for a compatible version of pyln-client (>=0.12.1)",
      "DEBUG: DEBUG Selecting: pyln-client==25.5 [compatible] (pyln_client-25.5-py3-none-any.whl)",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/c8/45/c504ed8ea59577d8093d377e2f657482f08e87b93aaa039e64421297ff55/pyln_client-25.5-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Adding transitive dependency for pyln-client==25.5: pyln-bolt7>=1.0",
      "DEBUG: DEBUG Adding transitive dependency for pyln-client==25.5: pyln-proto>=23",
      "DEBUG: DEBUG Searching for a compatible version of requests (>=2.10.0)",
      "DEBUG: DEBUG Selecting: requests==2.32.4 [compatible] (requests-2.32.4-py3-none-any.whl)",
      "DEBUG: DEBUG Adding transitive dependency for requests==2.32.4: charset-normalizer>=2, <4",
      "DEBUG: DEBUG Adding transitive dependency for requests==2.32.4: idna>=2.5, <4",
      "DEBUG: DEBUG Adding transitive dependency for requests==2.32.4: urllib3>=1.21.1, <3",
      "DEBUG: DEBUG Adding transitive dependency for requests==2.32.4: certifi>=2017.4.17",
      "DEBUG: DEBUG Searching for a compatible version of requests[socks] (>=2.10.0)",
      "DEBUG: DEBUG Selecting: requests==2.32.4 [compatible] (requests-2.32.4-py3-none-any.whl)",
      "DEBUG: DEBUG Adding transitive dependency for requests==2.32.4: requests==2.32.4",
      "DEBUG: DEBUG Adding transitive dependency for requests==2.32.4: requests[socks]==2.32.4",
      "DEBUG: DEBUG Searching for a compatible version of requests[socks] (==2.32.4)",
      "DEBUG: DEBUG Selecting: requests==2.32.4 [compatible] (requests-2.32.4-py3-none-any.whl)",
      "DEBUG: DEBUG Adding transitive dependency for requests==2.32.4: pysocks>=1.5.6, <1.5.7 | >=1.5.7+",
      "DEBUG: DEBUG Searching for a compatible version of packaging (>=14.1)",
      "DEBUG: DEBUG Selecting: packaging==25.0 [compatible] (packaging-25.0-py3-none-any.whl)",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/pyln-bolt7/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/pyln-bolt7/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/pyln-proto/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/pyln-proto/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/idna/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/idna/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/urllib3/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/urllib3/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/certifi/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/certifi/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/pysocks/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/pysocks/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/charset-normalizer/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/charset-normalizer/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/urllib3/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/certifi/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/idna/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/pysocks/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/pyln-bolt7/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/charset-normalizer/",
      "DEBUG: DEBUG Searching for a compatible version of pyln-bolt7 (>=1.0)",
      "DEBUG: DEBUG Selecting: pyln-bolt7==1.0.246 [compatible] (pyln_bolt7-1.0.246-py3-none-any.whl)",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/8d/59/b4572118e098ac8e46e399a1dd0f2d85403ce8bbaad9ec79373ed6badaf9/PySocks-1.7.1-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/35/f1/30b626e7cec279a2f84084898594c8e84537d6d9af9afbe9858f9a6d8e13/pyln_bolt7-1.0.246-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/16/ab/0233c3231af734f5dfcf0844aa9582d5a1466c985bbed6cedab85af9bfe3/charset_normalizer-3.4.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/pyln-proto/",
      "DEBUG: DEBUG Searching for a compatible version of pyln-proto (>=23)",
      "DEBUG: DEBUG Selecting: pyln-proto==25.5 [compatible] (pyln_proto-25.5-py3-none-any.whl)",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/6d/31/4f5ef88ec5abe6a2e2b84f1bb5e1d0818d07f8afd372570916493849bf6c/pyln_proto-25.5-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Adding transitive dependency for pyln-proto==25.5: pysocks>=1, <2",
      "DEBUG: DEBUG Adding transitive dependency for pyln-proto==25.5: base58>=2.1.1, <3.0.0",
      "DEBUG: DEBUG Adding transitive dependency for pyln-proto==25.5: bitstring>=4.1.0, <5.0.0",
      "DEBUG: DEBUG Adding transitive dependency for pyln-proto==25.5: coincurve>=20, <21",
      "DEBUG: DEBUG Adding transitive dependency for pyln-proto==25.5: cryptography>=42, <43",
      "DEBUG: DEBUG Searching for a compatible version of charset-normalizer (>=2, <4)",
      "DEBUG: DEBUG Selecting: charset-normalizer==3.4.3 [compatible] (charset_normalizer-3.4.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl)",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/base58/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/base58/",
      "DEBUG: DEBUG Searching for a compatible version of idna (>=2.5, <4)",
      "DEBUG: DEBUG Selecting: idna==3.10 [compatible] (idna-3.10-py3-none-any.whl)",
      "DEBUG: DEBUG Searching for a compatible version of urllib3 (>=1.21.1, <3)",
      "DEBUG: DEBUG Selecting: urllib3==2.5.0 [compatible] (urllib3-2.5.0-py3-none-any.whl)",
      "DEBUG: DEBUG Searching for a compatible version of certifi (>=2017.4.17)",
      "DEBUG: DEBUG Selecting: certifi==2025.8.3 [compatible] (certifi-2025.8.3-py3-none-any.whl)",
      "DEBUG: DEBUG Searching for a compatible version of pysocks (>=1.5.6, <1.5.7 | >=1.5.7+, <2)",
      "DEBUG: DEBUG Selecting: pysocks==1.7.1 [compatible] (PySocks-1.7.1-py3-none-any.whl)",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/bitstring/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/bitstring/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/coincurve/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/coincurve/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/cryptography/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/cryptography/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/cryptography/",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/fa/e2/b7e6e8c261536c489d9cf908769880d94bd5d9a187e166b0dc838d2e6a56/cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl.metadata",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/bitstring/",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/75/2d/174566b533755ddf8efb32a5503af61c756a983de379f8ad3aed6a982d38/bitstring-4.3.1-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/coincurve/",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/4a/3d/6a9bc32e69b738b5e05f5027bace1da6722352a4a447e495d3c03a601d99/coincurve-20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/base58/",
      "DEBUG: DEBUG Searching for a compatible version of base58 (>=2.1.1, <3.0.0)",
      "DEBUG: DEBUG Selecting: base58==2.1.1 [compatible] (base58-2.1.1-py3-none-any.whl)",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/4a/45/ec96b29162a402fc4c1c5512d114d7b3787b9d1c2ec241d9568b4816ee23/base58-2.1.1-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Searching for a compatible version of bitstring (>=4.1.0, <5.0.0)",
      "DEBUG: DEBUG Selecting: bitstring==4.3.1 [compatible] (bitstring-4.3.1-py3-none-any.whl)",
      "DEBUG: DEBUG Adding transitive dependency for bitstring==4.3.1: bitarray>=3.0.0, <4.0",
      "DEBUG: DEBUG Searching for a compatible version of coincurve (>=20, <21)",
      "DEBUG: DEBUG Selecting: coincurve==20.0.0 [compatible] (coincurve-20.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl)",
      "DEBUG: DEBUG Adding transitive dependency for coincurve==20.0.0: asn1crypto*",
      "DEBUG: DEBUG Adding transitive dependency for coincurve==20.0.0: cffi>=1.3.0",
      "DEBUG: DEBUG Searching for a compatible version of cryptography (>=42, <43)",
      "DEBUG: DEBUG Selecting: cryptography==42.0.8 [compatible] (cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl)",
      "DEBUG: DEBUG Adding transitive dependency for cryptography==42.0.8: cffi{platform_python_implementation != 'PyPy'}>=1.12",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/asn1crypto/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/asn1crypto/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/cffi/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/cffi/",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/bitarray/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/bitarray/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/asn1crypto/",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/c9/7f/09065fd9e27da0eda08b4d6897f1c13535066174cc023af248fc2a8d5e5a/asn1crypto-1.5.1-py2.py3-none-any.whl.metadata",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/cffi/",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/bitarray/",
      "DEBUG: DEBUG Searching for a compatible version of bitarray (>=3.0.0, <4.0)",
      "DEBUG: DEBUG Selecting: bitarray==3.6.0 [compatible] (bitarray-3.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl)",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/8a/1c/a35fe5f1eda54d1db3d71b56e39a3b928f1d99546507496a1aef53dceabc/bitarray-3.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata",
      "DEBUG: DEBUG Searching for a compatible version of asn1crypto (*)",
      "DEBUG: DEBUG Selecting: asn1crypto==1.5.1 [compatible] (asn1crypto-1.5.1-py2.py3-none-any.whl)",
      "DEBUG: DEBUG Searching for a compatible version of cffi (>=1.3.0)",
      "DEBUG: DEBUG Selecting: cffi==1.17.1 [compatible] (cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl)",
      "DEBUG: DEBUG Adding transitive dependency for cffi==1.17.1: pycparser*",
      "DEBUG: DEBUG Searching for a compatible version of cffi{platform_python_implementation != 'PyPy'} (>=1.12)",
      "DEBUG: DEBUG Selecting: cffi==1.17.1 [compatible] (cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl)",
      "DEBUG: DEBUG Adding transitive dependency for cffi==1.17.1: cffi==1.17.1",
      "DEBUG: DEBUG Adding transitive dependency for cffi==1.17.1: cffi{platform_python_implementation != 'PyPy'}==1.17.1",
      "DEBUG: DEBUG Searching for a compatible version of cffi{platform_python_implementation != 'PyPy'} (==1.17.1)",
      "DEBUG: DEBUG Selecting: cffi==1.17.1 [compatible] (cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl)",
      "DEBUG: DEBUG Adding transitive dependency for cffi==1.17.1: pycparser*",
      "DEBUG: DEBUG Found stale response for: https://pypi.org/simple/pycparser/",
      "DEBUG: DEBUG Sending revalidation request for: https://pypi.org/simple/pycparser/",
      "DEBUG: DEBUG Found not-modified response for: https://pypi.org/simple/pycparser/",
      "DEBUG: DEBUG Searching for a compatible version of pycparser (*)",
      "DEBUG: DEBUG Selecting: pycparser==2.22 [compatible] (pycparser-2.22-py3-none-any.whl)",
      "DEBUG: DEBUG Found fresh response for: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl.metadata",
      "DEBUG: DEBUG Tried 18 versions: asn1crypto 1, base58 1, bitarray 1, bitstring 1, certifi 1, cffi 1, charset-normalizer 1, coincurve 1, cryptography 1, idna 1, packaging 1, pycparser 1, pyln-bolt7 1, pyln-client 1, pyln-proto 1, pysocks 1, requests 1, urllib3 1",
      "DEBUG: DEBUG marker environment resolution took 0.499s",
      "DEBUG: Resolved 18 packages in 502ms",
      "DEBUG: DEBUG Requirement already cached: pysocks==1.7.1",
      "DEBUG: DEBUG Requirement already cached: pyln-bolt7==1.0.246",
      "DEBUG: DEBUG Requirement already cached: pycparser==2.22",
      "DEBUG: DEBUG Requirement already cached: packaging==25.0",
      "DEBUG: DEBUG Requirement already cached: cffi==1.17.1",
      "DEBUG: DEBUG Requirement already cached: pyln-proto==25.5",
      "DEBUG: DEBUG Requirement already cached: pyln-client==25.5",
      "DEBUG: DEBUG Requirement already cached: urllib3==2.5.0",
      "DEBUG: DEBUG Requirement already cached: asn1crypto==1.5.1",
      "DEBUG: DEBUG Requirement already cached: certifi==2025.8.3",
      "DEBUG: DEBUG Requirement already cached: coincurve==20.0.0",
      "DEBUG: DEBUG Requirement already cached: base58==2.1.1",
      "DEBUG: DEBUG Requirement already cached: charset-normalizer==3.4.3",
      "DEBUG: DEBUG Requirement already cached: bitarray==3.6.0",
      "DEBUG: DEBUG Requirement already cached: idna==3.10",
      "DEBUG: DEBUG Requirement already cached: cryptography==42.0.8",
      "DEBUG: DEBUG Requirement already cached: requests==2.32.4",
      "DEBUG: DEBUG Requirement already cached: bitstring==4.3.1",
      "DEBUG: Installed 18 packages in 20ms",
      "DEBUG:  + asn1crypto==1.5.1",
      "DEBUG:  + base58==2.1.1",
      "DEBUG:  + bitarray==3.6.0",
      "DEBUG:  + bitstring==4.3.1",
      "DEBUG:  + certifi==2025.8.3",
      "DEBUG:  + cffi==1.17.1",
      "DEBUG:  + charset-normalizer==3.4.3",
      "DEBUG:  + coincurve==20.0.0",
      "DEBUG:  + cryptography==42.0.8",
      "DEBUG:  + idna==3.10",
      "DEBUG:  + packaging==25.0",
      "DEBUG:  + pycparser==2.22",
      "DEBUG:  + pyln-bolt7==1.0.246",
      "DEBUG:  + pyln-client==25.5",
      "DEBUG:  + pyln-proto==25.5",
      "DEBUG:  + pysocks==1.7.1",
      "DEBUG:  + requests==2.32.4",
      "DEBUG:  + urllib3==2.5.0",
      "DEBUG: DEBUG Released lock at `<home>/l1/reckless/summary/.venv/.lock`",
      "INFO: dependencies installed successfully",
      "INFO: plugin installed: <home>/l1/reckless/summary",
      "DEBUG: activating summary",
      "ERROR: reckless: summary failed to start!",
      "ERROR: CLIError(-32602 <home>/l1/reckless/summary/summary.py: Invalid argument)",
      "ERROR: dynamic activation failed: summary not found in reckless directory"
   ]
}

Metadata

Metadata

Labels

Type::BugAn error, flaw, or fault that produces an incorrect or unexpected result

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions