View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009726 | Taler | wallet (WebExtension) | public | 2025-04-14 14:34 | 2025-04-26 01:42 |
Reporter | reynir | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 0.14 | ||||
Target Version | 1.0 stretch goals | ||||
Summary | 0009726: Error in wallet when withdrawing from libeufin-bank to taler-exchange | ||||
Description | When testing libeufin-bank and my newly setup taler-exchange I get the following error when trying to withdraw to my wallet (web extension): { "context": [], "cause": { "details": { "code": 7004, "when": { "t_ms": 1744633329865 }, "hint": "request to origin http://taler-bank was throttled", "requestMethod": "GET", "requestUrl": "http://taler-bank/taler-integration/config", "throttleStats": { "tokensHour": 0.348833611119021, "tokensMinute": 500, "tokensSecond": 100, "maxTokensHour": 2000, "maxTokensMinute": 500, "maxTokensSecond": 100 } } } } However, `curl http://taler-bank/taler-integration/config` works fine: {"currency":"KUDOS","currency_specification":{"name":"Kudos (Taler Demonstrator)","num_fractional_input_digits":2,"num_fractional_normal_digits":2,"num_fractional_trailing_zero_digits":2,"alt_unit_names":{"0":"ク"}},"name":"taler-bank-integration","version":"5:0:5"} So likely the error is elsewhere, but I'm none the wiser. | ||||
Tags | No tags attached. | ||||
|
(this may very well be because I haven't signed the online keys yet, but the error messages does not give a hint towards that) |
|
Looks like *something* caused the wallet to make a lot of requests in a loop! Do you have more /earlier logs from the wallet? What particular operation did you try with the wallet? |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-04-14 14:34 | reynir | New Issue | |
2025-04-14 14:34 | reynir | Status | new => assigned |
2025-04-14 14:34 | reynir | Assigned To | => Florian Dold |
2025-04-14 14:36 | reynir | Note Added: 0024530 | |
2025-04-26 01:41 | Florian Dold | Note Added: 0024677 | |
2025-04-26 01:42 | Florian Dold | Assigned To | Florian Dold => |
2025-04-26 01:42 | Florian Dold | Status | assigned => new |
2025-04-26 01:42 | Florian Dold | Target Version | => 1.0 stretch goals |