You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example but this issue occurs with all plugins:
Traceback (most recent call last):
File "/home/lightningd/.lightning/plugins/rebalance/rebalance.py", line 2, in <module>
from pyln.client import Plugin, Millisatoshi, RpcError
File "/usr/local/lib/python3.8/dist-packages/pyln/client/__init__.py", line 3, in <module>
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapNodeId
File "/usr/local/lib/python3.8/dist-packages/pyln/client/gossmap.py", line 5, in <module>
from pyln.proto import ShortChannelId, PublicKey
ImportError: cannot import name 'ShortChannelId' from 'pyln.proto' (/home/lightningd/.local/lib/python3.8/site-packages/pyln/proto/__init__.py)
The text was updated successfully, but these errors were encountered:
robotparty
changed the title
rebalance plugin startup error: cannot import name 'ShortChannelId' from 'pyln.proto'
plugin startup error: cannot import name 'ShortChannelId' from 'pyln.proto'
Oct 7, 2021
An example but this issue occurs with all plugins:
lightningd version: v0.10.1-193-gbb307fa
pyln-client: 0.10.1
pyln-proto: 0.10.1
The text was updated successfully, but these errors were encountered: