[kmymoney] [Bug 469420] New: Print to PDF results in reports with "grayed out" sections, unlike in the past.
https://bugs.kde.org/show_bug.cgi?id=469420 Bug ID: 469420 Summary: Print to PDF results in reports with "grayed out" sections, unlike in the past. Classification: Applications Product: kmymoney Version: 5.1.3 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: whel...@gmail.com Target Milestone: --- Created attachment 158741 --> https://bugs.kde.org/attachment.cgi?id=158741&action=edit Example Income report showing grayed out sections SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. Use the Kmymoney "Print" button to print a report (e.g., Income Statement or Transaction Report) to PDF 2. Open the report and look at it. 3. OBSERVED RESULT Report lines appear "grayed out" whether you print to PDF color or grayscale. This is a change in behavior. I've tried this on two separate computers (one a Manjaro system and the other one is a Garuda system). See attached example. EXPECTED RESULT A clear, readable report as in prior versions. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION Example output attached -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 469431] New: Yahoo Finance stock quotes fail
https://bugs.kde.org/show_bug.cgi?id=469431 Bug ID: 469431 Summary: Yahoo Finance stock quotes fail Classification: Applications Product: kmymoney Version: 5.1.3 Platform: Ubuntu OS: Linux Status: REPORTED Severity: major Priority: NOR Component: general Assignee: kmymoney-devel@kde.org Reporter: peterz...@gmail.com Target Milestone: --- STEPS TO REPRODUCE 1. Tools 2. Update Stock and Currency Prices 3. OBSERVED RESULT Fetching URL https://query1.finance.yahoo.com/v7/finance/quote?fields=regularMarketPrice&symbols=BNS.TO... Unable to update price for BNS.TO (no price or no date) EXPECTED RESULT A proper stock quote. SOFTWARE/OS VERSIONS Linux, Ubuntu 22.04.2 LTS -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 469258] the program starts to open but the file does not complete opening (unexpected closing).
https://bugs.kde.org/show_bug.cgi?id=469258 bevan.houc...@gmail.com changed: What|Removed |Added CC||bevan.houc...@gmail.com --- Comment #1 from bevan.houc...@gmail.com --- Similar crash here on Windows 11 22H2. The last CI build I have managed to run without this crash is 5.1.3-1749. Faulting application name: kmymoney.exe, version: 0.0.0.0, time stamp: 0x6455f682 Faulting module name: Qt5Core.dll, version: 5.15.9.0, time stamp: 0x64354759 Exception code: 0xc409 Fault offset: 0x000205b8 Faulting process id: 0x0x24D4 Faulting application start time: 0x0x1D9806F92CE36C7 Faulting application path: C:\Users\x\Downloads\kmymoney-5.1-1759-windows-cl-msvc2019-x86_64\bin\kmymoney.exe Faulting module path: C:\Users\x\Downloads\kmymoney-5.1-1759-windows-cl-msvc2019-x86_64\bin\Qt5Core.dll Report Id: e1b2f58a-8735-4cfb-9c5d-2a355fd6af22 Faulting package full name: Faulting package-relative application ID: -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 469431] Yahoo Finance stock quotes fail
https://bugs.kde.org/show_bug.cgi?id=469431 whel...@gmail.com changed: What|Removed |Added CC||whel...@gmail.com --- Comment #1 from whel...@gmail.com --- For now a quick fix is to replace "/v7/" with "/v6/" in the URL (i.e., https://query1.finance.yahoo.com/v6/finance/quote?fields=regularMarketPrice&symbols=BNS.TO). Not sure how long this fix will work as the behavior is driven by Yahoo. -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 469431] Yahoo Finance stock quotes fail
https://bugs.kde.org/show_bug.cgi?id=469431 Thomas Baumgart changed: What|Removed |Added Resolution|--- |DOWNSTREAM Status|REPORTED|RESOLVED --- Comment #2 from Thomas Baumgart --- Since, as you say, it's driven by Yahoo, there's not much we can do. Especially, since the change between v6 and v7 is not only related to the format of the data. Seems, that v7 requires a cookie. See e.g. https://stackoverflow.com/questions/44030983/yahoo-finance-url-not-working for details. $ curl 'https://query1.finance.yahoo.com/v7/finance/quote?fields=regularMarketPrice&symbols=BNS.TO' {"finance":{"result":null,"error":{"code":"Unauthorized","description":"Invalid Cookie"}}} $ curl 'https://query1.finance.yahoo.com/v6/finance/quote?fields=regularMarketPrice&symbols=BNS.TO' {"quoteResponse":{"result":[{"language":"en-US","region":"US","quoteType":"EQUITY","typeDisp":"Equity","quoteSourceName":"Delayed Quote","triggerable":true,"customPriceAlertConfidence":"HIGH","esgPopulated":false,"market":"ca_market","marketState":"CLOSED","regularMarketPrice":66.94,"exchange":"TOR","exchangeTimezoneShortName":"EDT","exchangeTimezoneName":"America/Toronto","gmtOffSetMilliseconds":-1440,"firstTradeDateMilliseconds":78992100,"priceHint":2,"regularMarketTime":1683316800,"fullExchangeName":"Toronto","sourceInterval":15,"exchangeDataDelayedBy":15,"tradeable":false,"cryptoTradeable":false,"symbol":"BNS.TO"}],"error":null}} -- You are receiving this mail because: You are the assignee for the bug.
[kmymoney] [Bug 469258] the program starts to open but the file does not complete opening (unexpected closing).
https://bugs.kde.org/show_bug.cgi?id=469258 --- Comment #2 from Thomas Baumgart --- The change between 5.1.3-1749 and 5.1.3-1750 was https://invent.kde.org/office/kmymoney/-/commit/8d885bf1 . The 5.1.3 series needs either QWebKit or QWebEngine to work. Now it seems that we have the following scenario (at least on Windows 11): a) QWebKit is not supported by the CI build system anymore -> KMyMoney does not compile b) Using QWebEngine seems to cause a problem -> KMyMoney does not run which means we can choose between the devil and the deep blue sea :( Interesting though, that in one case we see Faulting module path: F:\PreviousPcData\kmymoney5-5.1.3\bin\libcrypto-10.dll and in the other Faulting module path: C:\Users\x\Downloads\kmymoney-5.1-1759-windows-cl-msvc2019-x86_64\bin\Qt5Core.dll -- You are receiving this mail because: You are the assignee for the bug.