Describe the issue:
While loading data for the Monaco Grand Prix (Race) on v3.8.3, the process fails with:
ERROR: Failed to fetch race data: "None of ['Date'] are in the columns"
Reproduce the code example:
session = fastf1.get_session(2026, 6, 5)
session.load(telemetry=True, weather=False)
State your Fastf1 version number:
3.8.3
Error message:
core INFO Loading data for Monaco Grand Prix - Race [v3.8.3]
INFO: Loading data for Monaco Grand Prix - Race [v3.8.3]
_api INFO Fetching session info data...
INFO: Fetching session info data...
_api INFO Fetching driver list...
INFO: Fetching driver list...
_api INFO Fetching session status data...
INFO: Fetching session status data...
_api INFO Fetching lap count data...
INFO: Fetching lap count data...
_api INFO Fetching track status data...
INFO: Fetching track status data...
_api INFO Fetching timing data...
INFO: Fetching timing data...
_api INFO Parsing timing data...
INFO: Parsing timing data...
_api INFO Fetching timing app data...
INFO: Fetching timing app data...
core INFO Processing timing data...
INFO: Processing timing data...
core WARNING Cannot load lap times for first lap from Ergast. Timing data is not available for this session.
WARNING: Cannot load lap times for first lap from Ergast. Timing data is not available for this session.
_api INFO Fetching car data...
INFO: Fetching car data...
_api INFO Parsing car data...
INFO: Parsing car data...
_api INFO Fetching position data...
INFO: Fetching position data...
_api INFO Parsing position data...
INFO: Parsing position data...
_api INFO Fetching race control messages...
INFO: Fetching race control messages...
core INFO Finished loading data for 22 drivers: ['12', '44', '6', '81', '30', '41', '10', '23', '31', '11', '14', '5', '63', '27', '43', '55', '16', '18', '1', '87', '77', '3']
INFO: Finished loading data for 22 drivers: ['12', '44', '6', '81', '30', '41', '10', '23', '31', '11', '14', '5', '63', '27', '43', '55', '16', '18', '1', '87', '77', '3']
ERROR: Failed to fetch race data: Failed to fetch race data: "None of ['Date'] are in the columns"
Describe the issue:
While loading data for the Monaco Grand Prix (Race) on v3.8.3, the process fails with:
ERROR: Failed to fetch race data: "None of ['Date'] are in the columns"
Reproduce the code example:
State your Fastf1 version number:
3.8.3
Error message: