View Issue Details

IDProjectCategoryView StatusLast Update
0009610Talerwallet-corepublic2025-04-26 01:38
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionunable to reproduce 
Product Versiongit (master) 
Target Version1.0 stretch goals 
Summary0009610: Http request fail with node-v21.6.0-linux-x64
Description  errorDetail: {
    code: 7032,
    when: { t_ms: 1741702246154, [Symbol(opaque_AbsoluteTime)]: true },
    hint: 'Error (WALLET_EXCHANGE_UNAVAILABLE)',
    exchangeBaseUrl: 'https://exchange.test.taler.net/',
    innerError: {
      code: 7005,
      when: [Object],
      hint: 'Error in HTTP request: ETIMEDOUT',
      requestUrl: 'https://exchange.test.taler.net/keys',
      requestMethod: 'GET',
      httpStatusCode: 0
    }
  },


works with node-v18.16.0-linux-x64 but fails with node-v21.6.0-linux-x64
TagsNo tags attached.

Activities

Florian Dold

2025-04-26 01:38

manager   ~0024676

It works perfectly fine for me:

root@6d3fe4976d99:/taler-typescript-core# node --version
v21.6.0

root@6d3fe4976d99:/taler-typescript-core# taler-wallet-cli testing withdraw-kudos --wait
... succeeds ...

Issue History

Date Modified Username Field Change
2025-03-11 15:11 sebasjm New Issue
2025-03-11 15:11 sebasjm Status new => assigned
2025-03-11 15:11 sebasjm Assigned To => Florian Dold
2025-04-17 22:14 Christian Grothoff Severity major => block
2025-04-26 01:38 Florian Dold Note Added: 0024676
2025-04-26 01:38 Florian Dold Status assigned => resolved
2025-04-26 01:38 Florian Dold Resolution open => unable to reproduce