[kmymoney] [Bug 480062] fx-rate fails to fetch currency exchange rates

2024-03-18 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=480062

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480062] fx-rate fails to fetch currency exchange rates

2024-03-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480062

q4br...@gmail.com changed:

   What|Removed |Added

 CC||q4br...@gmail.com

--- Comment #6 from q4br...@gmail.com ---
FWIW, I'm using the following regexes to extract the data from fx-rate.net: 

Price:  1\s[^=]+\s*=\s*<\/span>\s*\s*([^\s]+)
Date: ]+>\s*\d+:\d+:\d+\(\w+\)\s+(\d{1,2}/\d{2}/\d{4})

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480062] fx-rate fails to fetch currency exchange rates

2024-01-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=480062

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #5 from Jack  ---
Great.  I'll close this once we get it updated in the code base so new installs
are OK.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480062] fx-rate fails to fetch currency exchange rates

2024-01-19 Thread Pete
https://bugs.kde.org/show_bug.cgi?id=480062

--- Comment #4 from Pete  ---
It works fine.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480062] fx-rate fails to fetch currency exchange rates

2024-01-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=480062

Jack  changed:

   What|Removed |Added

 CC|ostroffjh@users.sourceforge |
   |.net|

--- Comment #3 from Jack  ---
Try this for the date regexp
var userDate = \'..., (\d* ... \d*)
let me know if it works for you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480062] fx-rate fails to fetch currency exchange rates

2024-01-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=480062

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #2 from Jack  ---
The problem seems to be that the date is now given as 
var userDate = 'Fri, 19 Jan 2024 20:10:02 +';
and I am not sure if the parsing used will accept the named month instead of
numbered.  Still working on it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480062] fx-rate fails to fetch currency exchange rates

2024-01-19 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=480062

Jack  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
Summary|fx-rate fails on USD/CAD|fx-rate fails to fetch
   |queries |currency exchange rates

--- Comment #1 from Jack  ---
It has nothing to do with the specific currencies, I get failures on other
pairs.  It appears they changed the presentation, and I am struggling to update
the date regexp to capture correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.