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

KeyError: 'identity_pubkey' #30

Open
arshbot opened this issue Apr 2, 2020 · 0 comments
Open

KeyError: 'identity_pubkey' #30

arshbot opened this issue Apr 2, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@arshbot
Copy link
Owner

arshbot commented Apr 2, 2020

Sometimes I see this on lnt --config ~/.lnt/prod.lnt.conf view channel --max LOCAL/CAP

Traceback (most recent call last):
  File "/home/harshagoli/.local/bin/lnt", line 10, in <module>
    sys.exit(main())
  File "/home/harshagoli/.local/lib/python3.7/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/home/harshagoli/.local/lib/python3.7/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/home/harshagoli/.local/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/harshagoli/.local/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/harshagoli/.local/lib/python3.7/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/harshagoli/.local/lib/python3.7/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/harshagoli/.local/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/harshagoli/.local/lib/python3.7/site-packages/lnt/cli.py", line 173, in channel
    cmd_view.channel(ctx)
  File "/home/harshagoli/.local/lib/python3.7/site-packages/lnt/commands/view.py", line 68, in channel
    loop.run_until_complete(asyncio.gather(*async_tasks))
  File "/usr/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
    return future.result()
  File "/home/harshagoli/.local/lib/python3.7/site-packages/lnt/commands/view.py", line 49, in get_chan_info_chores
    if assumed_peer == self_info['identity_pubkey']:
KeyError: 'identity_pubkey'
@arshbot arshbot added the bug Something isn't working label Apr 2, 2020
@arshbot arshbot self-assigned this Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant