lndmobile: (Trying to figure it all out) proto: cannot parse invalid wire-format data #7569
Unanswered
pauldando
asked this question in
Troubleshooting
Replies: 1 comment
-
The "unknown flag" error, what does it look like exactly? Sounds to me like there is additional info in the full error message that might help to resolve the first problem. The second issue seems to be that you aren't passing in a protobuf serialized message into Maybe you want to take a look at https://github.com/hsjoberg/blixt-wallet, which uses the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Have dipped my toes into trying to get the Daemon running, have managed to compile everything, but now sit with two issues, namely:
On calling lndmobile.start I get unknown flag `/data/user/0/com.example.hatepurehate/files/.lnd' with my cmd being file.getAbsoluteFile() + "/.lnd"+" --bitcoin.active --bitcoin.testnet", but when I call it a second time I get go.Universe$proxyerror: intercept already started.
Calling lndmobile.getChainInfo yields this confusing error : proto: cannot parse invalid wire-format data.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions