View Issue Details

IDProjectCategoryView StatusLast Update
0009726Talerwallet (WebExtension)public2025-04-14 14:36
Reporterreynir Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version0.14 
Summary0009726: Error in wallet when withdrawing from libeufin-bank to taler-exchange
DescriptionWhen 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.
TagsNo tags attached.

Activities

reynir

2025-04-14 14:36

reporter   ~0024530

(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)

Issue History

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