View Issue Details

IDProjectCategoryView StatusLast Update
0009104Talerexchangepublic2024-08-28 23:31
Reportersebasjm Assigned ToChristian Grothoff  
PriorityurgentSeverityblockReproducibilitysometimes
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.13Fixed in Version0.13 
Summary0009104: problems with the integration between kyc challenger and exchange [2h]
DescriptionIt doesn't always happen, but sometimes the exchange have problems trying to setup the challenge

$ curl 'http://exchange.taler.test:1180/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10' \
  -H 'Accept: application/json' \
  -H 'Accept-Language: en-US,en;q=0.9' \
  -H 'Connection: keep-alive' \
  -H 'Content-Type: application/json' \
  -H 'Origin: http://localhost:8080' \
  -H 'Referer: http://localhost:8080/' \
  -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36' \
  --data-raw '{}' \
  --insecure

{
  "code": 53,
  "hint": "The service failed to fetch information from its database. The system administrator should check that the database is running and review the service logs.",
  "detail": "lookup_pending_legitimization"
}


LOGS

G) INFO Request for `/kyc-info/AMVKGSHP6ZZXMEVWAKTDMTBT71CVB9DWCY7FS3TH77HYFB4KE080' completed with HTTP status 304 (0)
G) INFO Request for `/kyc-info/AMVKGSHP6ZZXMEVWAKTDMTBT71CVB9DWCY7FS3TH77HYFB4KE080' took 1024 ms
G) INFO Handling new request
M) INFO Handling request (OPTIONS) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
M) INFO Request for `/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10' completed with HTTP status 204 (0)
G) INFO Handling new request
R) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
R) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
R) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
R) ERROR Statement lookup_pending_legitimization returned more than one result, but there must be at most one when using GNUNET_PQ_eval_prepared_singleton_se>
R) ERROR Assertion failed at pq_eval.c:234.
R) ERROR Assertion failed at taler-exchange-httpd_kyc-start.c:337.
R) INFO Request for `/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10' completed with HTTP status 500 (0)
G) INFO Handling new request
W) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
W) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
W) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
W) ERROR Statement lookup_pending_legitimization returned more than one result, but there must be at most one when using GNUNET_PQ_eval_prepared_singleton_se>
W) ERROR Assertion failed at pq_eval.c:234.
W) ERROR Assertion failed at taler-exchange-httpd_kyc-start.c:337.
W) INFO Request for `/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10' completed with HTTP status 500 (0)
G) INFO Handling new request
G) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
G) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
G) INFO Handling request (POST) for URL '/kyc-start/199KPENBNJ6VP6K5YQB54Y6YZMC11TCQAP7WHENP7VTZKZNCF0E0-0-10'
G) ERROR Statement lookup_pending_legitimization returned more than one result, but there must be at most one when using GNUNET_PQ_eval_prepared_singleton_se>
G) ERROR Assertion failed at pq_eval.c:234.
G) ERROR Assertion failed at taler-exchange-httpd_kyc-start.c:337.
TagsNo tags attached.

Relationships

related to 0009122 closedChristian Grothoff sql error after an aml program fails [2h] 

Activities

Christian Grothoff

2024-08-24 14:50

manager   ~0023047

Should be fixed in 79f312df..c98b47d1

Issue History

Date Modified Username Field Change
2024-08-20 19:08 sebasjm New Issue
2024-08-20 19:08 sebasjm Status new => assigned
2024-08-20 19:08 sebasjm Assigned To => Christian Grothoff
2024-08-24 10:41 Christian Grothoff Relationship added related to 0009122
2024-08-24 10:42 Christian Grothoff Target Version git (master) => 0.13
2024-08-24 10:42 Christian Grothoff Summary problems with the integration between kyc challenger and exchange => problems with the integration between kyc challenger and exchange [2h]
2024-08-24 14:50 Christian Grothoff Note Added: 0023047
2024-08-24 14:50 Christian Grothoff Status assigned => resolved
2024-08-24 14:50 Christian Grothoff Resolution open => fixed
2024-08-24 14:50 Christian Grothoff Fixed in Version => 0.13
2024-08-28 23:31 Christian Grothoff Status resolved => closed