Summary: | Stock price refresh not working anymore | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | firefox-112 |
Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.1.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | settings dialog |
Description
firefox-112
2024-05-24 12:58:31 UTC
Can you attach a screenshot of a) investment configuration (the last page of the wizard) b) the details of the configuration of the online source (the regex etc) c) the log shown when performing the update Thanks in advance. Update status Created attachment 169968 [details]
settings dialog
I wasn't precise enough, I haven't been using the Wizard but the settings dialog (see attachment). The script gives: $ /home/foo/Projekte/Python/kmymoney_update_price/kmymoney_update_price.py DE000A1EWWW0 Symbol: DE000A1EWWW0 Price: 12.12 Date: 13.05.2024 kmymoney's output: reading file start parsing file startDocument reading securities endDocument Cost center model created with items 0 Payees model created with items 0 created tmpfile kf.kio.core: Invalid URL: QUrl("/home/foo/Projekte/Python/kmymoney_update_price/kmymoney_update_price.py DE000A1EWWW0") kf.kio.workers.file: readData() returned -1 kmymoney_webpricequote: quotedata "" Does it mean QUrl cannot cope (anymore) with a local address? I've also tried file:///home/... Git commit f1565ce735f6f66a3069260886146fefb0716edc by Thomas Baumgart. Committed on 30/05/2024 at 12:39. Pushed by tbaumgart into branch 'fix-487477'. Allow to use local script to retrieve quotes This change allows to provide a local script as URL which will take care of downloading the data and sends it to stdout. This change is for Alkimia which now contains the logic to download price and exchange rate information and fixes the problem in KMyMoney master. For KMyMoney 5.1.3 a different fix maybe required. M +1 -1 autotests/CMakeLists.txt M +0 -1 src/CMakeLists.txt M +11 -7 src/alkonlinequote_p.cpp M +1 -7 src/alkonlinequote_p.h https://invent.kde.org/office/alkimia/-/commit/f1565ce735f6f66a3069260886146fefb0716edc Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |