View Issue Details

IDProjectCategoryView StatusLast Update
0006584Talermechant backendpublic2024-01-12 14:04
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.8Fixed in Version0.8 
Summary0006584: tip pickup results in 500
DescriptionRunning

  ./testrunner 'test-tipping'

results in the merchant returning 500 for the tip pickup.

Logs say:

ERROR Assertion failed at taler-merchant-httpd_post-tips-ID-pickup.c:832.
Additional Information{
  "type": "error",
  "operation": "acceptTip",
  "id": "reqid-1",
  "error": {
    "code": 7005,
    "hint": "Error: WALLET_UNEXPECTED_REQUEST_ERROR",
    "details": {
      "requestUrl": "http://localhost:8083/tips/SQHJT3P1ZG288Z9PRE6JN7NF2GNYJ2RTRDHM7BRDKRD2QRB39SMEMTXNV83CPXVW874EP4WGGV7MFZ04SM86TJG2151JABM3SCWHEH0/pickup",
      "httpStatusCode": 500,
      "errorResponse": {
        "code": 1011,
        "hint": "Internal logic error. Some server-side function failed that really should not.",
        "detail": null
      }
    },
    "message": "Unexpected error code in response"
  }
}
TagsNo tags attached.

Activities

Christian Grothoff

2020-09-08 14:49

manager   ~0016921

Untested (!) fix committed as 714b111..e4e24b5

Florian Dold

2020-09-08 16:04

manager   ~0016925

Test passes :-)

Issue History

Date Modified Username Field Change
2020-09-08 14:19 Florian Dold New Issue
2020-09-08 14:19 Florian Dold Status new => assigned
2020-09-08 14:19 Florian Dold Assigned To => Christian Grothoff
2020-09-08 14:49 Christian Grothoff Assigned To Christian Grothoff => Florian Dold
2020-09-08 14:49 Christian Grothoff Status assigned => feedback
2020-09-08 14:49 Christian Grothoff Note Added: 0016921
2020-09-08 16:04 Florian Dold Status feedback => resolved
2020-09-08 16:04 Florian Dold Resolution open => fixed
2020-09-08 16:04 Florian Dold Note Added: 0016925
2020-10-03 14:08 Christian Grothoff Fixed in Version => 0.8
2020-10-03 14:10 Christian Grothoff Target Version => 0.8
2021-08-24 16:23 Christian Grothoff Status resolved => closed
2024-01-12 14:04 Christian Grothoff Category merchant backend API (C) => mechant backend