[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-08-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368 --- Comment #8 from geo...@wildturkeyranch.net --- On 08/08/17 00:24, Thomas Baumgart wrote: > George, you forgot > > 3) get the developers for the bank's backend system to read and understand the > RFC and fix the problem (hey, after all they

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-08-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=377368 Thomas Baumgart changed: What|Removed |Added Resolution|--- |WONTFIX

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-08-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368 --- Comment #6 from geo...@wildturkeyranch.net --- Looks like two choices to me: 1) Get the folks who's code your using to give you a fix, possibly an addition option to order the header, or 2) Grab/purloin/etc. said code, fix the issue and make that

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-08-07 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=377368 --- Comment #5 from Jack --- George - do you have a suggestion as to who needs to act? The comments above indicate there is absolutely nothing within the KMyMoney code which can help. Thomas - is there any point in

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-08-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368 --- Comment #4 from geo...@wildturkeyranch.net --- I too have this problem. The comments above seem to indicate that it is, in fact, a problem (even if it is not a bug as suggested above). What does it take to get some action here? -- You are

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368 geo...@wildturkeyranch.net changed: What|Removed |Added CC||geo...@wildturkeyranch.net -- You

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-03-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368 --- Comment #3 from wuzhuoq...@hotmail.com --- Ok, tried a few things and finally settled with one dirty workaround for myself. Basically changed the code to call a custom python 2 script (which use httplib to fine control the header order) to send the

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368 --- Comment #2 from wuzhuoq...@hotmail.com --- Thanks. Indeed, seems there is no easy way to work around this unless change the kio http slave code https://cgit.kde.org/kio.git/tree/src/ioslaves/http/http.cpp I think I will just live with it. -- You

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-03-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=377368 --- Comment #1 from Thomas Baumgart --- The actual request is created in "bool KOfxDirectConnectDlg::init()" which can be found in https://github.com/KDE/kmymoney/blob/4.8/kmymoney/plugins/ofximport/dialogs/kofxdirectconnectdlg.cpp .