View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009726 | Taler | wallet (WebExtension) | public | 2025-04-14 14:34 | 2025-04-14 14:36 |
Reporter | reynir | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 0.14 | ||||
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. | ||||