[GH-ISSUE #1050] [Bug]: New OFX Importer: "otherError" #7348

Closed
opened 2026-04-10 17:08:19 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Silvenga on GitHub (May 20, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/1050

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

A bug happened!

The QFX file is attached: 2023-05-19_transaction_download.zip

This was an export from Capital One, if that matters at all.

What error did you receive?

image

Old OFX importer:

[
    {
        "amount": 3.24,
        "imported_id": "202304131121042",
        "date": "2023-04-13",
        "payee_name": "aliexpress",
        "imported_payee": "aliexpress",
        "notes": "aliexpress"
    },
    {
        "amount": -38.9,
        "imported_id": "202304151157069",
        "date": "2023-04-15",
        "payee_name": "aliexpress",
        "imported_payee": "aliexpress",
        "notes": "aliexpress"
    },
    {
        "amount": -20,
        "imported_id": "2023041743338",
        "date": "2023-04-17",
        "payee_name": "GITHUB",
        "imported_payee": "GITHUB",
        "notes": "GITHUB"
    },
    {
        "amount": -2,
        "imported_id": "202304171117487",
        "date": "2023-04-17",
        "payee_name": "PATREON",
        "imported_payee": "PATREON",
        "notes": "PATREON"
    },
    {
        "amount": -7.01,
        "imported_id": "202304171117497",
        "date": "2023-04-17",
        "payee_name": "aliexpress",
        "imported_payee": "aliexpress",
        "notes": "aliexpress"
    },
    {
        "amount": -64.67,
        "imported_id": "202304221114095",
        "date": "2023-04-22",
        "payee_name": "Hetzner Online GmbH",
        "imported_payee": "Hetzner Online GmbH",
        "notes": "Hetzner Online GmbH"
    }
]

New OFX importer:

[
    {
        "amount": -64.67,
        "imported_id": "202304221114095",
        "date": null,
        "payee_name": "Hetzner Online GmbH",
        "imported_payee": "Hetzner Online GmbH",
        "notes": "Hetzner Online GmbH"
    },
    {
        "amount": -7.01,
        "imported_id": "202304171117497",
        "date": null,
        "payee_name": "aliexpress",
        "imported_payee": "aliexpress",
        "notes": "aliexpress"
    },
    {
        "amount": -2,
        "imported_id": "202304171117487",
        "date": null,
        "payee_name": "PATREON",
        "imported_payee": "PATREON",
        "notes": "PATREON"
    },
    {
        "amount": -20,
        "imported_id": "2023041743338",
        "date": null,
        "payee_name": "GITHUB",
        "imported_payee": "GITHUB",
        "notes": "GITHUB"
    },
    {
        "amount": -38.9,
        "imported_id": "202304151157069",
        "date": null,
        "payee_name": "aliexpress",
        "imported_payee": "aliexpress",
        "notes": "aliexpress"
    },
    {
        "amount": 3.24,
        "imported_id": "202304131121042",
        "date": null,
        "payee_name": "aliexpress",
        "imported_payee": "aliexpress",
        "notes": "aliexpress"
    }
]

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Microsoft Edge

Operating System

Windows 11

Originally created by @Silvenga on GitHub (May 20, 2023). Original GitHub issue: https://github.com/actualbudget/actual/issues/1050 ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? A bug happened! The QFX file is attached: [2023-05-19_transaction_download.zip](https://github.com/actualbudget/actual/files/11521273/2023-05-19_transaction_download.zip) This was an export from Capital One, if that matters at all. ### What error did you receive? ![image](https://github.com/actualbudget/actual/assets/2753330/c0a8d39a-85d3-4414-814f-54efe8c72bc8) Old OFX importer: ``` [ { "amount": 3.24, "imported_id": "202304131121042", "date": "2023-04-13", "payee_name": "aliexpress", "imported_payee": "aliexpress", "notes": "aliexpress" }, { "amount": -38.9, "imported_id": "202304151157069", "date": "2023-04-15", "payee_name": "aliexpress", "imported_payee": "aliexpress", "notes": "aliexpress" }, { "amount": -20, "imported_id": "2023041743338", "date": "2023-04-17", "payee_name": "GITHUB", "imported_payee": "GITHUB", "notes": "GITHUB" }, { "amount": -2, "imported_id": "202304171117487", "date": "2023-04-17", "payee_name": "PATREON", "imported_payee": "PATREON", "notes": "PATREON" }, { "amount": -7.01, "imported_id": "202304171117497", "date": "2023-04-17", "payee_name": "aliexpress", "imported_payee": "aliexpress", "notes": "aliexpress" }, { "amount": -64.67, "imported_id": "202304221114095", "date": "2023-04-22", "payee_name": "Hetzner Online GmbH", "imported_payee": "Hetzner Online GmbH", "notes": "Hetzner Online GmbH" } ] ``` New OFX importer: ``` [ { "amount": -64.67, "imported_id": "202304221114095", "date": null, "payee_name": "Hetzner Online GmbH", "imported_payee": "Hetzner Online GmbH", "notes": "Hetzner Online GmbH" }, { "amount": -7.01, "imported_id": "202304171117497", "date": null, "payee_name": "aliexpress", "imported_payee": "aliexpress", "notes": "aliexpress" }, { "amount": -2, "imported_id": "202304171117487", "date": null, "payee_name": "PATREON", "imported_payee": "PATREON", "notes": "PATREON" }, { "amount": -20, "imported_id": "2023041743338", "date": null, "payee_name": "GITHUB", "imported_payee": "GITHUB", "notes": "GITHUB" }, { "amount": -38.9, "imported_id": "202304151157069", "date": null, "payee_name": "aliexpress", "imported_payee": "aliexpress", "notes": "aliexpress" }, { "amount": 3.24, "imported_id": "202304131121042", "date": null, "payee_name": "aliexpress", "imported_payee": "aliexpress", "notes": "aliexpress" } ] ``` ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Microsoft Edge ### Operating System Windows 11
GiteaMirror added the transaction importbug labels 2026-04-10 17:08:19 -05:00
Author
Owner

@j-f1 commented on GitHub (May 20, 2023):

fyi @sinistersnare

<!-- gh-comment-id:1555429614 --> @j-f1 commented on GitHub (May 20, 2023): fyi @sinistersnare
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#7348