Summary: | Unable to Update Prices | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Robert Blackwell <robertcblackwell> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.0.1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/kmymoney/15c9f3ac39c8719095ee9aaa66097d1bd191380b | Version Fixed In: | 5.0.2 |
Sentry Crash Report: | |||
Attachments: | Price update dialog |
Description
Robert Blackwell
2018-10-04 14:51:15 UTC
Git commit 15c9f3ac39c8719095ee9aaa66097d1bd191380b by Thomas Baumgart. Committed on 05/10/2018 at 15:02. Pushed by tbaumgart into branch '5.0'. Fix problem with leading slash in filenames under ms-windows A URL of the form file:///C:/abc.xyz is returned as /C:/abc.xyz when the path() method is used. This causes the QFile::open() method to fail. The QUrl::toLocalFile() method does return C:/abc.xyz in this case. Related: bug 395980 M +2 -3 kmymoney/kmymoney.cpp M +2 -2 kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp M +3 -2 kmymoney/plugins/ofx/import/ofximporter.cpp M +14 -8 kmymoney/plugins/ofx/import/ofxpartner.cpp M +1 -1 kmymoney/plugins/xml/xmlstorage.cpp https://commits.kde.org/kmymoney/15c9f3ac39c8719095ee9aaa66097d1bd191380b Running version 5.0.2-85cc72af; the error still occurs. The output of the update price window is listed below. It's the same as previously reported. I noticed a couple of other issues; 1) The "Backup" feature fails to save the file reporting an "Error copying file to device", and 2) QFX updates D/Led from my bank fail reporting an error "C:/Users/rcbla/Downloads/C:/Users/rcbla/Downloads/accountactivity (65).qfx is either an invalid filename or the file does not exist. You can open another file or create a new one.". Please note the double entry of the file path in the file name. Let me know if the latter errors are not related, I will open bug reports for them. Fetching URL https://fx-rate.net/CAD/EUR... The file or folder https://fx-rate.net/CAD/EUR does not exist. Unable to update price for CAD > EUR (empty quote data) Fetching URL https://fx-rate.net/CAD/USD... The file or folder https://fx-rate.net/CAD/USD does not exist. Unable to update price for CAD > USD (empty quote data) Fetching URL https://fx-rate.net/CAD/XCD... The file or folder https://fx-rate.net/CAD/XCD does not exist. Unable to update price for CAD > XCD (empty quote data) Fetching URL https://fx-rate.net/EUR/CAD... The file or folder https://fx-rate.net/EUR/CAD does not exist. Unable to update price for EUR > CAD (empty quote data) Fetching URL http://web.tmxmoney.com/funds-ca-quote.php?qm_symbol=TDB2582... The file or folder http://web.tmxmoney.com/funds-ca-quote.php?qm_symbol=TDB2582 does not exist. Unable to update price for TDB2582 (empty quote data) Fetching URL http://web.tmxmoney.com/funds-ca-quote.php?qm_symbol=TDB331... The file or folder http://web.tmxmoney.com/funds-ca-quote.php?qm_symbol=TDB331 does not exist. Unable to update price for TDB331 (empty quote data) Fetching URL https://fx-rate.net/USD/CAD... The file or folder https://fx-rate.net/USD/CAD does not exist. Unable to update price for USD > CAD (empty quote data) Fetching URL https://fx-rate.net/USD/XCD... The file or folder https://fx-rate.net/USD/XCD does not exist. Unable to update price for USD > XCD (empty quote data) Fetching URL https://fx-rate.net/XCD/CAD... The file or folder https://fx-rate.net/XCD/CAD does not exist. Unable to update price for XCD > CAD (empty quote data) Created attachment 115625 [details]
Price update dialog
This is with KMyMoney Version 5.0.2-eec473d3 on a Windows system. It could be that I fixed this problem with a recent commit. Can you double-check? This can be found on the 5.0 branch.
I'm unable to find the information provided earlier in regards to links for these D/L's. Would you mind posting them here so I can D'L the correct file. Thank you Wait, found the page with the links you identified before https://kmymoney.org/build.php This is where I DLed the version I last reported on. Based on your last comments, this isn't the correct place to download the update from. Please advise. Thank you With the help of Thomas I've narrowed my issue down to the Windows PC upon which KMyMoney is installed. Installation on another Windows PC showed the application was working fine. While troubleshooting the PC having issues running KMyMoney I've re-installed the application, manually cleared entries from the registry and deleted files from the hard drive. I've been successful at resolving a couple of issues however Price Update remains a problem. I will post a solution here if I find one. |