breez / c-breez

21 stars 2 forks source link

Generating a BTC Address #829

Closed Nackoo2000 closed 7 months ago

Nackoo2000 commented 7 months ago
  1. Opening the app
  2. Click on Receive>Receive via BTC Address
  3. Error screen appears
  4. Wait a bit then the QR appears with the BTC Address

image c-breez.logs (39).zip

dangeross commented 7 months ago

I would again put this down to Greenlight congestion/scaling issues. Seeing lots of transport errors in the log files:

[AccountBloc] {SEVERE} (2024-03-13T15:04:55.682623Z) : sendPayment error
FrbAnyhowException(Generic: Generic: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} })
[BreezSdk] {CONFIG} (2024-03-17T06:03:28.203171Z) : connection error: broken pipe
[BreezSdk] {CONFIG} (2024-03-17T06:03:28.214433Z) : connection error: hyper::Error(Io, Custom { kind: BrokenPipe, error: "connection closed because of a broken pipe" })
[BreezSdk] {CONFIG} (2024-03-17T06:03:28.255360Z) : client response error: stream closed because of a broken pipe
[WebhooksBloc] {WARNING} (2024-03-17T06:03:28.259261Z) : Failed to register webhooks: FrbAnyhowException(Generic: Generic: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} })
[BreezSdk] {CONFIG} (2024-03-17T06:03:50.230063Z) : connection error: broken pipe
[BreezSdk] {CONFIG} (2024-03-17T06:03:50.243735Z) : connection error: hyper::Error(Io, Custom { kind: BrokenPipe, error: "connection closed because of a broken pipe" })
[Exceptions] {INFO} (2024-03-17T06:03:50.250711Z) : extractExceptionMessage: FrbAnyhowException(Generic: Generic: Generic: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} })
[Exceptions] {INFO} (2024-03-17T06:03:50.250942Z) : extractInnerErrorMessage: FrbAnyhowException(Generic: Generic: Generic: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} })
[SwapInProgressBloc] {INFO} (2024-03-17T06:03:50.251650Z) : swap in address polling finished due to error
failed to redeem swap Service connectivity: transport error: bc1qm4xl6k383ku8q....
roeierez commented 7 months ago

@dangeross why it affects the webhook registration which is a our server and shouldn't be related to gl issues.

[WebhooksBloc] {WARNING} (2024-03-17T06:03:28.259261Z) : Failed to register webhooks: FrbAnyhowException(Generic: Generic: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} })

dangeross commented 7 months ago

@roeierez I think Breez server was also unavailable, there is also an error fetching rates just above:

[Main] {SEVERE} (2024-03-17T06:03:21.871943Z) : FlutterError: FrbAnyhowException(Service connectivity: Fetch rates request failed: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} })
FrbAnyhowException(Service connectivity: Fetch rates request failed: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} })