[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-08-15 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #10 from Thomas Baumgart --- Please take a look at https://discuss.kde.org/t/kmoney-currency-udpates-not-working/3037/8 which shows values currently working for me. -- You are receiving this mail because: You are watching all bug changes.

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-08-14 Thread Pete
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #9 from Pete --- Still fails but gets further ahead: Fetching URL https://fx-rate.net/CAD/USD... Identifier found: 'CAD/USD' Price found: '0.74256' (0.74256) Unable to update price for CAD > USD (no price or no date) Fetching URL https://fx

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-08-14 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #8 from Jack --- Try this for the price regexp: Today\s+=\s+([^<]+) -- You are receiving this mail because: You are watching all bug changes.

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-08-14 Thread Pete
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #7 from Pete --- The currency updates are now failing for both suggested price expressions: 1\s[^=]+\s=\s([^\s]+) 1\s[^=]+\s=\s([^\s]+) Do you have a fix? -- You are receiving this mail because: You are watching all bug changes.

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-26 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=472423 Jack changed: What|Removed |Added CC|ostroffjh@users.sourceforge | |.net| -- Y

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-25 Thread Pete
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #6 from Pete --- The price update for CAD/USD and USD/CAD failed again. Reverting back to the previous price expression solves the problem. 1\s[^=]+\s=\s([^\s]+) -- You are receiving this mail because: You are watching all bug changes.

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-20 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=472423 Jack changed: What|Removed |Added CC||jfia...@tiscali.it --- Comment #5 from Jack --- *** Bug

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-20 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=472423 Jack changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-20 Thread Pete
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #4 from Pete --- Jack, The change worked fine. Please close this bug. Thanks. -- You are receiving this mail because: You are watching all bug changes.

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-20 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #3 from Jack --- Sorry. https://bugs.kde.org/show_bug.cgi?id=472443 is a newly filed bug for the same issue (I think) which suggests I have solved it changing 1\s[^=]+\s=\s([^\s]+) with 1\s[^=]+\s=\s([^\s]+) If that works for you, I'l

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-20 Thread Pete
https://bugs.kde.org/show_bug.cgi?id=472423 --- Comment #2 from Pete --- (In reply to Jack from comment #1) > please look at bug 472423 and see if that solution fixes if for you also. Jack, please clarify your comment. What should I look at? Thanks. -- You are receiving this mail because: Yo

[kmymoney] [Bug 472423] Currency update fails for CAD/USD and USD/CAD

2023-07-20 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=472423 Jack changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|---