Cannot access any data from Ergast #632
-
Hi everyone, I have some experience with FastF1 already from a project I am working on. I know that FastF1 needs to fall back on Ergast to fetch data older than 2018, but I can't seem to get it to work for me and I couldn't figure out what I was doing wrong from the documentation. This is the code I am using to try and get a session: And this is the output I get: I basically need to repeat what I did for 2018-2024 and get each qualifying session of the year in order to add to a dataset. Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The only data you will get is |
Beta Was this translation helpful? Give feedback.
The only data you will get is
Session.results
. There is currently no support for loading the whole laps data from Ergast. The error message that you see is to be expected for sessions before 2018. Does this answer your question already?