Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
109 stars 27 forks source link

Generic connection error #422

Closed fossephate closed 3 months ago

fossephate commented 4 months ago

Implementing via breez I get:

Error connecting to Breez: FrbAnyhowException(Generic: Generic: transport error)

image image image

kingonly commented 4 months ago

@cdecker "transport error" while connecting to a node @fossephate please share the node id

fossephate commented 4 months ago

node id? I'm not sure what you're referring to

dangeross commented 4 months ago

@fossephate Do you have any existing log files from previously connecting?

If you are able to connect:

fossephate commented 3 months ago

trying to call generateDiagnosticData() I get: FrbAnyhowException(Generic: Node service was not initialized)

image

dangeross commented 3 months ago

This can also only be called if the SDK connects successfully

cdecker commented 3 months ago

This is likely tracked by #428 where we track the transport error for gl-client. Can we close this as duplicate? (I know opening a new issue and marking the original one as duplicate is a bit strange but #428 contains more context)

fossephate commented 3 months ago

sorry I forgot to update this, it turned out to just be an issue with how I was passing the credentials (I wasn't base64 encoding the whole file, just passing the base64 encoded part)