[bug]: "failed to connect to all addresses - Connection refused; grpc_status:14 #8648
Unanswered
Haso04
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Running Django in windows, simple web app with this GRPC code connecting to my Raspiblitz LND to create a stub and generate invoices and payments for users.
Been running for a long while fine, noting i had the earlier version of the code which referred to the "rpc_pb2" files and not the new "lightning_pb2". However I have now generated these ones.
I noticed the problem occurring from late March, early April 24.
Your environment
version of
lnd
LND 0.15.4-beta
which operating system (
uname -a
on *Nix)Raspiblitz
version of
btcd
,bitcoind
, or other backendbitcoin v23.0.0
any other relevant environment details
Steps to reproduce
Run simple python script from windows/django:
Expected behaviour
generate 100 sat invoice and print to screen
Note1: when i run this same code on the actual Raspi and it works fine.
Note2: I have Fully Noded installed on my phone (assuming that's grpc?) and that connects to my node (from internal LAN and externally too) and I can generate invoices fine - so there shouldn't be any issues with firewalls/routers/port forwarding etc right?
Actual behaviour
Error: failed to connect to all addresses - Connection refused; grpc_status:14
Beta Was this translation helpful? Give feedback.
All reactions