I have an app that’s failing to load data from the fastf1 api. It’s only an error when using my deployed app, but now when used locally. The app is f1-analyzer.streamlit.app and the repo GitHub - cejaChris/f1-analyzer · GitHub.
This is what shows in the console…
core INFO Loading data for Japanese Grand Prix - Practice 1 [v3.8.3]
req INFO No cached data found for session_info. Loading data...
_api INFO Fetching session info data...
logger WARNING Failed to load session info data!
req INFO No cached data found for driver_info. Loading data...
_api INFO Fetching driver list...
core WARNING Failed to load extended driver information!
req INFO No cached data found for session_status_data. Loading data...
_api INFO Fetching session status data...
logger WARNING Failed to load session status data!
req INFO No cached data found for track_status_data. Loading data...
_api INFO Fetching track status data...
logger WARNING Failed to load track status data!
req INFO No cached data found for _extended_timing_data. Loading data...
_api INFO Fetching timing data...
logger WARNING Failed to load timing data!
req INFO No cached data found for car_data. Loading data...
_api INFO Fetching car data...
core WARNING Car telemetry data is unavailable!
req INFO No cached data found for position_data. Loading data...
_api INFO Fetching position data...
core WARNING Car position data is unavailable!
core WARNING Failed to determine `Session.t0_date`!
req INFO No cached data found for weather_data. Loading data...
_api INFO Fetching weather data...
logger WARNING Failed to load weather data!
req INFO No cached data found for race_control_messages. Loading data...
_api INFO Fetching race control messages...
logger WARNING Failed to load race control messages!
core INFO Finished loading data for 22 drivers: ['12', '81', '16', '63', '1', '44', '10', '3', '30', '31', '27', '6', '5', '41', '55', '43', '11', '14', '77', '23', '18', '87']