View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009158 | Taler | wallet (Android App) | public | 2024-09-03 13:16 | 2024-12-13 19:15 |
| Reporter | mikolai | Assigned To | avalos | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.12 | ||||
| Target Version | 0.14 | Fixed in Version | 0.14 | ||
| Summary | 0009158: Android wallet complains about JSON response for pending withdrawals | ||||
| Description | Pending withdrawals show an error in the transaction list. Finishing the withdrawal by sending the money to the Exchange account works as expected. | ||||
| Steps To Reproduce | 1. initiate a withdrawal from exchange.demo.taler.net within the wallet 2. wait some time 3. see that the transaction list for the withdrawal shows an error: "Error response did not even contain JSON. The request URL might be wrong or the service might be unavailable." | ||||
| Tags | No tags attached. | ||||
|
|
using curl to GET the URL that the wallet complains about does return proper JSON AFAICT: $ curl 'https://exchange.demo.taler.net/reserves/TSKXVKM2G7Q3320QJ6KAJSVJR490D419M000QDY9HTNENCTG0SGG?timeout_ms=30000' { "code": 1027, "hint": "The exchange has no information about the \"reserve_pub\" that was given." } |
|
|
It was an issue with header parsing messing with the Content-Type header. Fixed! :) commit 5b2bf9f0fc4487d3801722b649cf7cb854074132 (HEAD -> master) Author: Iván Ávalos <avalos@disroot.org> Date: Mon Sep 9 18:15:10 2024 +0200 [wallet] fix header parsing bug 0009158 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-09-03 13:16 | mikolai | New Issue | |
| 2024-09-03 13:16 | mikolai | Status | new => assigned |
| 2024-09-03 13:16 | mikolai | Assigned To | => avalos |
| 2024-09-03 13:24 | mikolai | Note Added: 0023148 | |
| 2024-09-04 10:02 | Christian Grothoff | Target Version | => 0.14 |
| 2024-09-09 18:16 | avalos | Status | assigned => resolved |
| 2024-09-09 18:16 | avalos | Resolution | open => fixed |
| 2024-09-09 18:16 | avalos | Note Added: 0023220 | |
| 2024-09-14 01:08 | Christian Grothoff | Fixed in Version | => 0.14 |
| 2024-12-13 19:15 | Christian Grothoff | Status | resolved => closed |