[GH-ISSUE #4762] [Bug]: SimpleFIN sync #43683

Closed
opened 2026-04-26 04:19:37 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @latetedemelon on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/4762

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

After the upgrade to 25.4.0 tonight I seem to have an issue syncing with simpelfin. The interface has kicked me out to request a new token a few times.

How can we reproduce the issue?

I unlinked all my accounts, reset the credentials, and restarted the container. Entering a new Token afterwards results in the token being claimed but no data retreived. I see the following in the logs:

Error parsing JSON response: 
actualserver  | SyntaxError: Unexpected end of JSON input
actualserver  |     at JSON.parse (<anonymous>)
actualserver  |     at IncomingMessage.<anonymous> (file:///app/src/app-simplefin/app-simplefin.js:400:36)
actualserver  |     at IncomingMessage.emit (node:events:529:35)
actualserver  |     at endReadableNT (node:internal/streams/readable:1400:12)
actualserver  |     at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome

Operating System

Windows 10

Originally created by @latetedemelon on GitHub (Apr 7, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/4762 ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? After the upgrade to 25.4.0 tonight I seem to have an issue syncing with simpelfin. The interface has kicked me out to request a new token a few times. ### How can we reproduce the issue? I unlinked all my accounts, reset the credentials, and restarted the container. Entering a new Token afterwards results in the token being claimed but no data retreived. I see the following in the logs: ``` Error parsing JSON response: actualserver | SyntaxError: Unexpected end of JSON input actualserver | at JSON.parse (<anonymous>) actualserver | at IncomingMessage.<anonymous> (file:///app/src/app-simplefin/app-simplefin.js:400:36) actualserver | at IncomingMessage.emit (node:events:529:35) actualserver | at endReadableNT (node:internal/streams/readable:1400:12) actualserver | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) ``` ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Chrome ### Operating System Windows 10
GiteaMirror added the bug label 2026-04-26 04:19:37 -05:00
Author
Owner

@JakeAi commented on GitHub (Apr 7, 2025):

Same for me

Image

<!-- gh-comment-id:2783131207 --> @JakeAi commented on GitHub (Apr 7, 2025): Same for me ![Image](https://github.com/user-attachments/assets/9067a4ab-0d9b-4f4c-8461-324ad99a53f9)
Author
Owner

@ddellspe commented on GitHub (Apr 7, 2025):

I'm facing a similar issue, inspecting the network locally shows a cancelled request to simplefin some times, I think the simplefin servers are getting overwhelmed and not able to respond in time anymore.

<!-- gh-comment-id:2783371663 --> @ddellspe commented on GitHub (Apr 7, 2025): I'm facing a similar issue, inspecting the network locally shows a cancelled request to simplefin some times, I think the simplefin servers are getting overwhelmed and not able to respond in time anymore.
Author
Owner

@JacobTheEldest commented on GitHub (Apr 7, 2025):

Reverting to 25.3.0 got the simplefin sync working for me. I did not have to rotate the API key or remove/re-add accounts. Just switch the docker image tag and reload the ui.

25.3.1 did not work.

Using docker hosted on a linux server. Client is firefox on a linux pc.

<!-- gh-comment-id:2783378797 --> @JacobTheEldest commented on GitHub (Apr 7, 2025): Reverting to 25.3.0 got the simplefin sync working for me. I did not have to rotate the API key or remove/re-add accounts. Just switch the docker image tag and reload the ui. 25.3.1 did not work. Using docker hosted on a linux server. Client is firefox on a linux pc.
Author
Owner

@matt-fidd commented on GitHub (Apr 7, 2025):

SimpleFIN should be back up and running now - they were having some issues over the weekend. Could you give 25.4 another go and let us know if it's working?

<!-- gh-comment-id:2784125740 --> @matt-fidd commented on GitHub (Apr 7, 2025): SimpleFIN should be back up and running now - they were having some issues over the weekend. Could you give 25.4 another go and let us know if it's working?
Author
Owner

@JakeAi commented on GitHub (Apr 7, 2025):

SimpleFIN should be back up and running now - they were having some issues over the weekend. Could you give 25.4 another go and let us know if it's working?

All good, thanks!

<!-- gh-comment-id:2784129975 --> @JakeAi commented on GitHub (Apr 7, 2025): > SimpleFIN should be back up and running now - they were having some issues over the weekend. Could you give 25.4 another go and let us know if it's working? All good, thanks!
Author
Owner

@matt-fidd commented on GitHub (Apr 7, 2025):

Great!

<!-- gh-comment-id:2784135136 --> @matt-fidd commented on GitHub (Apr 7, 2025): Great!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#43683