View Issue Details

IDProjectCategoryView StatusLast Update
0007537Talerwallet (WebExtension)public2023-02-21 16:39
Reporterdavidak Assigned ToFlorian Dold  
PrioritylowSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.9 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007537: unexpected exception (message: crypto RPC call ('createPlanchet') timed out)
DescriptionWhen i withdraw 10000 KUDOS from the bank, the transaction first shows this error. Then it continues successful.

There was an error trying to complete the transaction

unexpected exception (message: crypto RPC call ('createPlanchet') timed out)
{
  "code": 7001,
  "hint": "unexpected exception (message: crypto RPC call ('createPlanchet') timed out)",
  "stack": "Error: crypto RPC call ('createPlanchet') timed out\n at chrome-extension://millncjiddlpgdmkklmhfadpacifaonc/dist/background.js:14719:18"
}
Steps To Reproduce1. withdraw 10000
2. see transaction status in wallet
Additional InformationWallet Core
0.9.0 673e7a417d043cd6b0644d2a7a52d1fdbc5345ee
Web Extension
0.9.0.35 673e7a417d043cd6b0644d2a7a52d1fdbc5345ee
TagsNo tags attached.

Activities

Florian Dold

2023-02-10 16:01

manager   ~0019798

This was due to bogus timeouts (where the timeout starts when the request to the crypto worker is queued, meaning we'll hit timeouts when there are a lot of requests queued). Has been fixed for a while.

Issue History

Date Modified Username Field Change
2022-12-25 20:26 davidak New Issue
2022-12-25 20:26 davidak Status new => assigned
2022-12-25 20:26 davidak Assigned To => Florian Dold
2023-01-08 10:21 Christian Grothoff Target Version => 0.9.2
2023-02-10 16:01 Florian Dold Status assigned => resolved
2023-02-10 16:01 Florian Dold Resolution open => fixed
2023-02-10 16:01 Florian Dold Note Added: 0019798
2023-02-21 16:39 Christian Grothoff Fixed in Version => 0.9.2
2023-02-21 16:39 Christian Grothoff Status resolved => closed
2023-04-13 20:37 Florian Dold Category wallet (WebExtensions) => wallet (WebExtension)