[GH-ISSUE #5153] [Bug]: OFX failed to import #79632

Closed
opened 2026-05-19 02:41:21 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @hutcheon on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/5153

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

When I try to import my chequing account's "QFX" file, I get the "Error: Failed importing file" error with no debugging info.

I'm a new user, so this has never worked. However, my creditcard QFX/OFX file from the same bank imports fine. I tried importing a day later, same error for chequing account only, despite being different files with more transactions. All files import fine into other software (Moneydance).

Also tried importing on the Demo server, and using the Linux Flatpak app, same issue.

Both the browser dev tools (Firefox and Flatpak), show no errors (no logs at all) when import occurs. Same with Docker container.

https://discord.com/channels/937901803608096828/1382425684592296029/1382425684592296029

How can we reproduce the issue?

Attempt to import this file:

accountactivity.txt

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Firefox

Operating System

Linux

Originally created by @hutcheon on GitHub (Jun 13, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/5153 ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? When I try to import my chequing account's "QFX" file, I get the "Error: Failed importing file" error with no debugging info. I'm a new user, so this has never worked. However, my creditcard QFX/OFX file from the same bank imports fine. I tried importing a day later, same error for chequing account only, despite being different files with more transactions. All files import fine into other software (Moneydance). Also tried importing on the Demo server, and using the Linux Flatpak app, same issue. Both the browser dev tools (Firefox and Flatpak), show no errors (no logs at all) when import occurs. Same with Docker container. https://discord.com/channels/937901803608096828/1382425684592296029/1382425684592296029 ### How can we reproduce the issue? Attempt to import this file: [accountactivity.txt](https://github.com/user-attachments/files/20726468/accountactivity.txt) ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Firefox ### Operating System Linux
GiteaMirror added the bugtransaction import labels 2026-05-19 02:41:21 -05:00
Author
Owner

@matt-fidd commented on GitHub (Jun 21, 2025):

The issue here is that the file is invalid, it's missing an ACCTTYPE

Image

From the OFX Specification page 206 section 11.3.1.1

Image
<!-- gh-comment-id:2993172600 --> @matt-fidd commented on GitHub (Jun 21, 2025): The issue here is that the file is invalid, it's missing an ACCTTYPE <img width="254" alt="Image" src="https://github.com/user-attachments/assets/28aee68a-9e79-4901-aa85-8b96e43b74e0" /> From the [OFX Specification](https://financialdataexchange.org/common/Uploaded%20files/OFX%20files/OFX%20Banking%20Specification%20v2.3.pdf) page 206 section 11.3.1.1 <img width="654" alt="Image" src="https://github.com/user-attachments/assets/8bfe805a-fec3-4f7a-b67e-b2c7ce4d52df" />
Author
Owner

@hutcheon commented on GitHub (Jun 21, 2025):

That's the problem. Imports fine when I manually fix that field. Thanks! Now... to go yell at my bank...

<!-- gh-comment-id:2993204873 --> @hutcheon commented on GitHub (Jun 21, 2025): That's the problem. Imports fine when I manually fix that field. Thanks! Now... to go yell at my bank...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#79632