View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011093 | Taler | wallet (WebExtension) | public | 2026-02-17 14:17 | 2026-05-06 22:14 |
| Reporter | how | Assigned To | sebasjm | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Target Version | 1.8 | ||||
| Summary | 0011093: Exchange addition impossible | ||||
| Description | On 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 Reproduce | 1. 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 } } } } | ||||
| Tags | No tags attached. | ||||
|
|
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" |
|
|
a bug indeed but this only happen while the exchange is offline, which can be used anyway |
| 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 |