This error occurs when apparently the name of the Windows user has an accent. http://i.imgur.com/x6xchA2.png The download file is correctly done yet : http://i.imgur.com/HVGuykC.png Reproducible: Always Steps to Reproduce: 1. Kmymoney install windows in a session whose name has an accent (eg Stéphane) 2.Set "map to online account" 3.update the account Actual Results: error during read the ofx file http://i.imgur.com/x6xchA2.png Expected Results: import the ofx
This is probably caused by a invalid path usage. I'll try to fix it although the setup to find this will probably take more than the fix.
Git commit f24601327125557a9c5ea455d18842828cdd5c2f by Cristian Oneț. Committed on 19/10/2014 at 14:16. Pushed by conet into branch 'master'. Fix opening OFX files containing non ASCII characters. Use QFile::encodeName to obtain a filename which can be opened by libOFX. I haven't been able to test this yet on Windows but I'm sure it will fix the reported issue. M +1 -1 kmymoney/plugins/ofximport/ofximporterplugin.cpp http://commits.kde.org/kmymoney/f24601327125557a9c5ea455d18842828cdd5c2f
Git commit 2d64363d9c8d8ad7496a7e6d0db8a86c5ca1e84e by Cristian Oneț. Committed on 19/10/2014 at 14:16. Pushed by conet into branch '4.7'. Fix opening OFX files containing non ASCII characters. Use QFile::encodeName to obtain a filename which can be opened by libOFX. I haven't been able to test this yet on Windows but I'm sure it will fix the reported issue. (cherry picked from commit f24601327125557a9c5ea455d18842828cdd5c2f) M +1 -1 kmymoney/plugins/ofximport/ofximporterplugin.cpp http://commits.kde.org/kmymoney/2d64363d9c8d8ad7496a7e6d0db8a86c5ca1e84e