You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"summary": "Rate limit exceeded",
"detail": "The rate limit for this resource is <times>/<time_period>. Please try again in <time_left> seconds",
"status_code": 429
}
Logs do not report anything useful with DEBUG="*"
What error did you receive?
No response
Where are you hosting Actual?
Other
What browsers are you seeing the problem on?
No response
Operating System
Linux
The text was updated successfully, but these errors were encountered:
I was thinking about the same problem. It could be that there are two rate limits to consider - one imposed by GoCardless, and the other one imposed by the bank. I suspect we could be hitting the latter (the bank rate limit), and not the former.
Verified issue does not already exist?
What happened?
There is no way of knowing when the rate limit is gonna be lifted again when using gocardless
Should be a relatively easy fix to add the actual error from gocardless here
actual-server/src/app-gocardless/app-gocardless.js
Line 226 in 603f970
They claim to return it in their API spec
https://developer.gocardless.com/bank-account-data/endpoints
Logs do not report anything useful with
DEBUG="*"
What error did you receive?
No response
Where are you hosting Actual?
Other
What browsers are you seeing the problem on?
No response
Operating System
Linux
The text was updated successfully, but these errors were encountered: