Skip to content

[IBKR]: No output after exporting #309

@bucketphobia

Description

@bucketphobia

Describe the bug
Output files are blank except for a single line: {"meta":{"date":"2026-02-19T22:36:54.493Z","version":"v0"},"activities":[],"updateCashBalance":false}

Version
Latest docker

Expected behavior
Valid export

Provide error input
N/A - Just a blank output. Logs below

Additional context
docker run --rm -v /mnt/user/appdata/ghostfolio/import/:/var/tmp/e2g-input -v /mnt/user/appdata/ghostfolio/export/:/var/tmp/e2g-output -v /mnt/user/appdata/ghostfolio/exportcache/:/var/tmp/e2g-cache --env GHOSTFOLIO_ACCOUNT_ID=[hidden] dickwolff/export-to-ghostfolio

export-to-ghostfolio@VERSION watch
tsx ./src/watcher.ts

[i] Watching /var/tmp/e2g-input..
[i] Found Ghostfolio_Dividends (2).csv!
[i] Determined the file type to be of kind 'ibkr'.
[i] Starting Export to Ghostfolio v__VERSION__
[i] Found Ghostfolio_Dividends (3).csv!
[i] Determined the file type to be of kind 'ibkr'.
[i] Starting Export to Ghostfolio v__VERSION__
[i] Found Ghostfolio_Dividends (4).csv!
[i] Determined the file type to be of kind 'ibkr'.
[i] Starting Export to Ghostfolio v__VERSION__
[i] Restored 0 ISIN-symbol pairs and 0 symbols from cache..
[i] Processing file using IBKR converter
[i] Restored 0 ISIN-symbol pairs and 0 symbols from cache..
[i] Processing file using IBKR converter
[i] Read CSV file. Start processing..
[i] Read CSV file. Start processing..
[i] Restored 0 ISIN-symbol pairs and 0 symbols from cache..
[i] Processing file using IBKR converter
[i] Read CSV file. Start processing..
[i] ████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30% | ETA 45s | Duration: 1771540664s | 30/100
[i] Processing complete, writing to file..
[i] Wrote data to '/var/tmp/e2g-output/ghostfolio-ibkr-20260219223744.json'
[i] You can now automatically validate the generated file against Ghostfolio. Set GHOSTFOLIO_VALIDATE=true in your environment variables to enable this feature.
[i] You can now automatically import the generated file into Ghostfolio. Set GHOSTFOLIO_IMPORT=true in your environment variables to enable this feature
[i] THIS IS AN EXPERIMENTAL FEATURE!! Use this at your own risk!
[i] Finished converting Ghostfolio_Dividends (4).csv, removing file..
[i] Stop container as usePolling is set to false..
npm notice
npm notice New major version of npm available! 10.9.4 -> 11.10.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.10.1
npm notice To update run: npm install -g npm@11.10.1
npm notice

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions