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

pls update charge-lnd #109

Closed
thool2b3 opened this issue Apr 19, 2024 · 1 comment
Closed

pls update charge-lnd #109

thool2b3 opened this issue Apr 19, 2024 · 1 comment

Comments

@thool2b3
Copy link

thool2b3 commented Apr 19, 2024

thank you for providing lightning shell as a collection of useful tools.
Now I would kindly ask you to consider updating lightning shell with the most recent version of charge-lnd v0.2.13.
I got the following error when I used strategy ignore-fees:

Unknown strategy 'ignore_fees' in policy 'Opener-HTLC-Slow'
Error executing strategy 'ignore_fees'. (Error='ignore_fees')
Traceback (most recent call last):
File "/usr/local/bin/charge-lnd", line 11, in
load_entry_point('charge-lnd==0.2.8', 'console_scripts', 'charge-lnd')()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2793, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2411, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2417, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 668, in _load_unlocked
File "", line 638, in _load_backward_compatible
File "/usr/local/lib/python3.7/dist-packages/charge_lnd-0.2.8-py3.7.egg/charge_lnd/charge_lnd.py", line 159, in
File "/usr/local/lib/python3.7/dist-packages/charge_lnd-0.2.8-py3.7.egg/charge_lnd/charge_lnd.py", line 54, in main
ValueError: not enough values to unpack (expected 6, got 5)Unknown strategy 'ignore_fees' in policy 'Opener-HTLC-Slow'
Error executing strategy 'ignore_fees'. (Error='ignore_fees')
Traceback (most recent call last):
File "/usr/local/bin/charge-lnd", line 11, in
load_entry_point('charge-lnd==0.2.8', 'console_scripts', 'charge-lnd')()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2793, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2411, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2417, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 668, in _load_unlocked
File "", line 638, in _load_backward_compatible
File "/usr/local/lib/python3.7/dist-packages/charge_lnd-0.2.8-py3.7.egg/charge_lnd/charge_lnd.py", line 159, in
File "/usr/local/lib/python3.7/dist-packages/charge_lnd-0.2.8-py3.7.egg/charge_lnd/charge_lnd.py", line 54, in main
ValueError: not enough values to unpack (expected 6, got 5)

Thank you for considering update soon.

@accumulator
Copy link
Owner

I wasn't involved in integrating charge-lnd in lightning shell. Indeed, 0.2.8 is outdated. I've linked the corresponding issue below.

ibz/lightning-shell#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants