View Issue Details

IDProjectCategoryView StatusLast Update
0011093Talerwallet (WebExtension)public2026-05-06 22:14
Reporterhow Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version1.8 
Summary0011093: Exchange addition impossible
DescriptionOn version 1.3.3 b1c90808839c69194d98e7ca4ea9edd14800ac4d

when an alternate Exchange is configured

and the Exchange is not contactable

the Withdraw action does not prompt for entering an Exchange.
Steps To Reproduce1. Add an Exchange to the Wallet
2. Make the Exchange unavailable
3. Withdraw

After a while you receive an error message, including the string "Add an Exchange" but it's not clickable.
Additional Information{
  "context": [],
  "cause": {
    "details": {
      "code": 15,
      "when": {
        "t_ms": 1771333971774
      }
    }
  }
}
TagsNo tags attached.

Activities

sebasjm

2026-05-06 22:13

developer   ~0028562

I see, looks like is the way webex is handling exchange statuses. It was hard to reproduce but this only works if you do this after adding the exchange but before wallet-core request information to the URL.

Upon load, it will ask for fresh data if it finds and exchange in state ExchangeUpdateStatus.Initial which may delay the refresh. (DestinationSelection/state.ts:75)

I think an improvement here will be "show the list with some incomplete exchange and comunicate that some states are being updated"

sebasjm

2026-05-06 22:14

developer   ~0028563

a bug indeed but this only happen while the exchange is offline, which can be used anyway

Issue History

Date Modified Username Field Change
2026-02-17 14:17 how New Issue
2026-04-27 00:42 Christian Grothoff Assigned To => sebasjm
2026-04-27 00:42 Christian Grothoff Status new => assigned
2026-04-27 00:43 Christian Grothoff Status assigned => confirmed
2026-04-27 00:43 Christian Grothoff Target Version => 1.8
2026-05-06 22:13 sebasjm Note Added: 0028562
2026-05-06 22:13 sebasjm Severity block => minor
2026-05-06 22:13 sebasjm Status confirmed => assigned
2026-05-06 22:14 sebasjm Note Added: 0028563