https://bugs.kde.org/show_bug.cgi?id=396797
--- Comment #8 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to shizuma from comment #6) > Sad news, > > After testing on my 7 SP1 box with you new regex, I still get errors: > > Fetching URL https://fx-rate.net/BTC/CAD... > Price found: '10838' (10,838) > Unable to update price for BTC (no price or no date) The date is the issue here > Fetching URL https://fx-rate.net/ETH/CAD... > Price found: '625.12' (625.12) > Unable to update price for ETH (no price or no date) also date regex issue > Fetching URL https://fx-rate.net/FLC/CAD... > Unable to update price for FLC (no price or no date) What is FLC - it is unknown by https://en.wikipedia.org/wiki/ISO_4217 > Fetching URL https://fx-rate.net/XAG/CAD... > Price found: '20.547' (20.547) > Unable to update price for XAG (no price or no date) also date issue > Fetching URL https://fx-rate.net/XAU/CAD... > Price found: '2273.5' (2,273.5) > Unable to update price for XAU (no price or no date) also date issue > Fetching URL https://fx-rate.net/XMR/CAD... > Unable to update price for XMR (no price or no date) XMR seems not to be supported by this site > Must be something else within the code. Some issues seems to be locale specific, as you already suspected - with a de_DE locale the date is returned as 10:20:44(CEST) 25/07/2018 which matches the date regex. Can you please Other issues are unsupported currencies. -- You are receiving this mail because: You are watching all bug changes.