View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010375 | Taler | exchange AML backoffice (SPA) | public | 2025-09-08 11:01 | 2025-09-28 01:11 |
| Reporter | Christian Grothoff | Assigned To | sebasjm | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
| Product Version | git (master) | ||||
| Target Version | 1.1 | Fixed in Version | 1.1 | ||
| Summary | 0010375: AML SPA fails over 204 response on statistics page | ||||
| Description | The error I get is: The response of the request is malformed. Error response did not even contain JSON. The request URL might be wrong or the service might be unavailable. { "requestMethod": "GET", "requestUrl": "https://exchange.taler-ops.ch/aml/C0SQ95GCMW6YGX1434XQS4W47D21MEQEQ6DPRQ4EK3XVB72KZ48G/kyc-statistics/DECR_HIGH_RISK_CUSTOMER", "httpStatusCode": 204 } | ||||
| Additional Information | I think a 204 is permissible here if we have no such stat... | ||||
| Tags | No tags attached. | ||||
|
|
Then again, it doesn't seem to be in the spec... How should we fix this? Fix the spec and the SPA, or return an empty array? |
|
|
In this particular case there is no extra info if the stats are empty. So 204 is fine |
|
|
3138bfda..ecd18a4d added 204 in the spec d65115ede..e9668264a added support in the SPA |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-09-08 11:01 | Christian Grothoff | New Issue | |
| 2025-09-08 11:01 | Christian Grothoff | Status | new => assigned |
| 2025-09-08 11:01 | Christian Grothoff | Assigned To | => sebasjm |
| 2025-09-08 11:03 | Christian Grothoff | Note Added: 0025854 | |
| 2025-09-08 14:44 | sebasjm | Note Added: 0025856 | |
| 2025-09-08 15:14 | sebasjm | Status | assigned => resolved |
| 2025-09-08 15:14 | sebasjm | Resolution | open => fixed |
| 2025-09-08 15:14 | sebasjm | Note Added: 0025858 | |
| 2025-09-28 01:11 | Christian Grothoff | Fixed in Version | => 1.1 |
| 2025-09-28 01:11 | Christian Grothoff | Target Version | 1.2 => 1.1 |