Summary: | Import ofx file doesnt work | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | PMICHELIN <patrick.michelin> |
Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.1.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
PMICHELIN
2025-08-03 09:34:54 UTC
The missing DTDs are part of the libofx packages. Malheureusement, if they are missing for you it's not much we can do about. You can use find /usr -name opensp.dcl find /usr -name ofx160.dtd to search them on your disc. For me both show up in /usr/share/libofx/dtd where libofx expects them. this 2 files exists in my configuration : # find /usr -name opensp.dcl /usr/share/libofx7/libofx/dtd/opensp.dcl # find /usr -name ofx160.dtd /usr/share/libofx7/libofx/dtd/ofx160.dtd # Yes, but apparently the libofx functions called by KMyMoney do not not find them. This then is more of a problem introduced by packaging of your distro. Try to find out were libofx (when run by KMyMoney) tries to locate those files. I would use the strace tool with -e trace=file as option and search for those filenames in the output. |