Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'transactionId' from nordigen importer #116

Closed
dev590t opened this issue Oct 3, 2024 · 0 comments
Closed

KeyError: 'transactionId' from nordigen importer #116

dev590t opened this issue Oct 3, 2024 · 0 comments

Comments

@dev590t
Copy link

dev590t commented Oct 3, 2024

This is my first time that I use beancounttools.

nordigen importer doesn't work for my bank "Caisse d'Epargne Ile De France" , I get this error

ERROR:root:Importer tariochbctools.importers.nordigen.importer.Importer.extract() raised an unexpected error: 'transactionId'
Traceback (most recent call last):
  File "/tmp/workspace/.venv/lib/python3.10/site-packages/beancount/ingest/extract.py", line 182, in extract
    new_entries = extract_from_file(
  File "/tmp/workspace/.venv/lib/python3.10/site-packages/beancount/ingest/extract.py", line 67, in extract_from_file
    new_entries = importer.extract(file, **kwargs)
  File "/tmp/workspace/.venv/lib/python3.10/site-packages/smart_importer/hooks.py", line 40, in patched_extract_method
    imported_entries = unpatched_extract(
  File "/tmp/workspace/.venv/lib/python3.10/site-packages/tariochbctools/importers/nordigen/importer.py", line 61, in extract
    "nordref": trx["transactionId"],
KeyError: 'transactionId'
@tarioch tarioch closed this as completed in 63acb15 Oct 3, 2024
tarioch added a commit that referenced this issue Oct 3, 2024
…ptional

make transactionId optional, fixes #116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant