View Issue Details

IDProjectCategoryView StatusLast Update
0007712Talerexchangepublic2023-02-21 16:39
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Versiongit (master) 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007712: exchange reports error with timestamp in string format
DescriptionSee below, the exchange reports the expiration time in string format, not even ISO 8601: "Tue Feb 21 00:50:30 2023"

2023-02-21T00:51:15.809Z wallet.ts INFO finished wallet core request with error: {
  "code": 7005,
  "when": {
    "t_ms": 1676940675809
  },
  "hint": "Unexpected HTTP status 410 in response",
  "requestUrl": "https://exchange.demo.taler.net/purses/61MS83PCPT9WABAGET3CX65QY1X37AS91AWC0CBX83TYG6W7WVGG/deposit",
  "requestMethod": "GET",
  "httpStatusCode": 410,
  "errorResponse": {
    "code": 1026,
    "hint": "The purse has expired.",
    "detail": "Tue Feb 21 00:50:30 2023"
  }
}
TagsNo tags attached.

Activities

Florian Dold

2023-02-21 01:55

manager   ~0019893

(This is the demo exchange, I didn't confirm whether it still applies to git master.)

Christian Grothoff

2023-02-21 12:51

manager   ~0019894

UI is not expected to special-case the timestamp or convert to local time, just for diagnostics.

Issue History

Date Modified Username Field Change
2023-02-21 01:54 Florian Dold New Issue
2023-02-21 01:54 Florian Dold Status new => assigned
2023-02-21 01:54 Florian Dold Assigned To => Christian Grothoff
2023-02-21 01:55 Florian Dold Note Added: 0019893
2023-02-21 12:51 Christian Grothoff Status assigned => resolved
2023-02-21 12:51 Christian Grothoff Resolution open => no change required
2023-02-21 12:51 Christian Grothoff Fixed in Version => 0.9.2
2023-02-21 12:51 Christian Grothoff Note Added: 0019894
2023-02-21 12:51 Christian Grothoff Product Version => git (master)
2023-02-21 12:51 Christian Grothoff Target Version 0.9.3 => 0.9.2
2023-02-21 16:39 Christian Grothoff Status resolved => closed