-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Bank-Sync Rate Limit error handling #3120
Comments
Same issue |
It would be nice if this was handled better because GoCardless has begun to heavily rate limit:
From an email they sent out a couple of weeks ago. I still don't see this limit being mentioned in their docs. |
Damn, 4 per day is going to hurt |
This should be fixed in |
There's an issue tracking this actualbudget/actual-server#431 |
Verified issue does not already exist?
What happened?
It seems some institutions set a daily rate limit which is fine, however, Actual provides a generic error
This account is experiencing connection problems. Let's fix it.
when you click to check said error it just shows like this:Checking the docker logs I can see that the error is as follows:
I looked into the code and we're already handling the RateLimitError but it seems that the error sent to the front-end is not correct (I checked the network requests and the error was sent when hitting the
/gocardless/transactions
), here's the response from the API:Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome
Operating System
Linux
The text was updated successfully, but these errors were encountered: