[Bug]: API intermittently fails to open budget with automated transaction imports #2338
Closed
3 of 5 tasks
Labels
bug
Something isn't working
Verified issue does not already exist?
Is this related to GoCardless, Simplefin or another bank-sync provider?
What happened?
I have a system where all my cards / bank accounts send transaction alerts to a single mailbox, and a server to monitor that mailbox. I parse details from the emails, add the transactions to a google sheet, and then to my new Actual server (hosted on Fly.io)
Intermittently I see transactions that appear in my Google sheet but not in Actual - and my error logging shows the following error coinciding with the times that transactions were processed in my server.
Server running imports with the Actual API logs show:
Error: We had an unknown problem opening “My-Finances-7172b03”.
Has anyone else had this issue? Is there a better method I am not seeing in the docs, to import transactions? Here is my server config and code.
Node version: 18.12.0
Actual API version (running on my 3rd party server):
"@actual-app/api": "^6.4.0"
Actual server version:
"@actual-app/crdt": "2.1.0"
"@actual-app/web": "24.1.0"
Function calling the Actual API from my server:
What error did you receive?
Exception from a finished function: Error: We had an unknown problem opening “My-Finances-7172b03”.
Where are you hosting Actual?
Fly.io
What browsers are you seeing the problem on?
No response
Operating System
Linux
The text was updated successfully, but these errors were encountered: