Replies: 4 comments 16 replies
-
Data should be available. Does that issue still occur? There seemed to be some issues with the API somewhere in the last few days. Maybe you were just unlucky. |
Beta Was this translation helpful? Give feedback.
-
Unfortunetly Yes. I still get the core & api errors. I ran this in Jupyter Notebook even
|
Beta Was this translation helpful? Give feedback.
-
further info
Core Errors:
and then, session laps errors:
|
Beta Was this translation helpful? Give feedback.
-
Ok, I'll try too look at this soon. |
Beta Was this translation helpful? Give feedback.
-
Greetings!
I've installed the latest version if FastF1 Library and requirements.
problem is no matter what code I try to run, there is huge amount of errors which I can not resolve. please help me!
Here is the errors:
PS C:\Users\amirm> & C:/Users/amirm/AppData/Local/Programs/Python/Python310/python.exe "c:/Users/amirm/Desktop/F1/import fastf1 as ff1.py" core INFO Loading data for Bahrain Grand Prix - Race [v2.3.0]
api INFO No cached data found for driver_info. Loading data...
api INFO Fetching driver list...
core WARNING Failed to load extended driver information!
api INFO No cached data found for timing_data. Loading data...
api INFO Fetching timing data...
core WARNING Failed to load lap data!
api INFO No cached data found for car_data. Loading data...
api INFO Fetching car data...
core WARNING Failed to load telemetry data!
api INFO No cached data found for weather_data. Loading data...
api INFO Fetching weather data...
core WARNING Failed to load weather data!
api INFO No cached data found for race_control_messages. Loading data...
api INFO Fetching race control messages...
core WARNING Failed to load Race Control message data!
core INFO Finished loading data for 20 drivers: ['16', '55', '44', '63', '20', '77', '31', '22', '14', '24', '47', '18', '23', '3', '4', '6', '27', '11', '1', '10']
Traceback (most recent call last):
File "c:\Users\amirm\Desktop\F1\import fastf1 as ff1.py", line 20, in
laps = session.laps
File "C:\Users\amirm\AppData\Local\Programs\Python\Python310\lib\site-packages\fastf1\core.py", line 1052, in laps
return self._get_property_warn_not_loaded('_laps')
File "C:\Users\amirm\AppData\Local\Programs\Python\Python310\lib\site-packages\fastf1\core.py", line 1017, in _get_property_warn_not_loaded
raise DataNotLoadedError("The data you are trying to access has not "
fastf1.core.DataNotLoadedError: The data you are trying to access has not been loaded yet. See
Session.load
Beta Was this translation helpful? Give feedback.
All reactions