Elie Habib
e4e129684b
fix(fuel-prices): switch EU source CSV→XLSX, increase Spain timeout ( #2151 )
...
* fix(fuel-prices): switch EU source from CSV to XLSX, increase Spain timeout
EU Oil Bulletin dropped CSV format — all YYYY-MM CSV fallback URLs return 404.
EC now only publishes XLSX files with a stable document UUID. Switch to the
"Prices with taxes latest prices" XLSX (document ID is permanent, file is
updated in-place weekly). Uses SheetJS xlsx package added to scripts/package.json.
parseEUPrice updated to handle both "1234.56" (xlsx default) and European
"1.234,56" / "1,234.56" number formats with thousand separators.
Also increase Spain (minetur) AbortSignal timeout 30s to 60s. The endpoint
returns ~11K stations as one JSON blob; 30s was insufficient from Railway US.
* fix(fuel-prices): add URL logging to Brazil, Mexico, NZ fetchers for debuggability
2026-03-23 20:59:09 +04:00
..
2026-03-15 15:57:22 +04:00
2026-03-17 14:24:26 +04:00
2026-03-23 16:32:34 +04:00
2026-02-28 17:43:56 +04:00
2026-03-23 16:10:49 +04:00
2026-03-16 08:40:14 +04:00
2026-03-14 21:29:21 +04:00
2026-03-19 00:24:47 +04:00
2026-03-21 18:41:04 +04:00
2026-03-20 12:37:24 +04:00
2026-03-14 21:29:21 +04:00
2026-03-23 15:55:30 +04:00
2026-03-14 21:29:21 +04:00
2026-03-12 06:50:30 +04:00
2026-03-05 10:16:43 +04:00
2026-03-19 10:31:37 +04:00
2026-03-14 21:29:21 +04:00
2026-02-26 20:52:44 +04:00
2026-03-15 15:57:22 +04:00
2026-03-15 15:57:22 +04:00
2026-03-19 02:40:05 +04:00
2026-03-17 06:35:12 +04:00
2026-03-01 11:53:20 +04:00
2026-03-01 11:53:20 +04:00
2026-03-14 21:29:21 +04:00
2026-03-01 15:59:53 +04:00
2026-03-14 21:29:21 +04:00
2026-03-01 11:53:20 +04:00
2026-03-15 11:20:51 +04:00
2026-03-22 08:48:55 +04:00
2026-03-23 20:59:09 +04:00
2026-03-15 15:57:22 +04:00
2026-03-17 18:34:53 +04:00
2026-03-01 11:53:20 +04:00
2026-03-19 12:07:20 +04:00
2026-03-17 16:12:05 +04:00
2026-03-21 23:07:23 +04:00
2026-03-21 18:41:04 +04:00
2026-03-15 12:02:37 +04:00
2026-03-21 22:46:43 +04:00
2026-03-15 12:02:37 +04:00
2026-03-16 08:48:00 +04:00
2026-03-22 11:46:40 +04:00
2026-03-18 19:53:57 +04:00
2026-03-22 22:55:06 +04:00
2026-03-20 10:34:20 +04:00
2026-03-15 12:02:37 +04:00
2026-03-15 12:02:37 +04:00
2026-03-20 12:36:34 +04:00
2026-03-23 08:17:20 +04:00
2026-03-22 22:55:06 +04:00
2026-03-20 12:37:24 +04:00
2026-03-23 19:28:26 +04:00
2026-03-23 20:59:09 +04:00
2026-03-21 18:41:04 +04:00
2026-03-23 20:10:15 +04:00
2026-03-21 18:41:04 +04:00
2026-03-22 22:55:06 +04:00
2026-03-22 19:59:42 +04:00
2026-03-23 16:32:34 +04:00
2026-03-22 22:58:41 +04:00
2026-03-20 18:28:46 +04:00
2026-03-15 12:02:37 +04:00
2026-03-15 15:57:22 +04:00
2026-03-18 19:46:12 +04:00
2026-03-22 19:59:42 +04:00
2026-03-20 16:08:48 +04:00
2026-03-20 12:36:34 +04:00
2026-03-20 12:19:01 +04:00
2026-03-17 09:18:06 +04:00
2026-03-18 19:53:57 +04:00
2026-03-23 19:38:11 +04:00
2026-03-22 22:55:06 +04:00
2026-03-22 19:59:42 +04:00
2026-03-22 22:55:06 +04:00
2026-03-15 12:02:37 +04:00
2026-03-22 22:55:06 +04:00
2026-03-17 14:24:26 +04:00
2026-03-22 22:55:06 +04:00
2026-03-23 19:52:56 +04:00
2026-03-17 17:45:13 +04:00
2026-03-20 14:04:21 +04:00
2026-03-22 22:55:06 +04:00
2026-03-17 16:12:05 +04:00
2026-03-15 12:02:37 +04:00
2026-03-14 10:23:20 +04:00
2026-03-19 01:57:27 +04:00
2026-02-19 07:53:15 +04:00
2026-03-14 21:29:21 +04:00
2026-03-04 17:37:15 +04:00
2026-03-19 09:51:25 +04:00