Error loading laps data for 2022 races #603
Replies: 2 comments 4 replies
-
Running this with debug enabled threw a different error:
This leads to The following request was sent:
Returns:
Might be an upstream issue? Weird that other years are still working. |
Beta Was this translation helpful? Give feedback.
-
As @Casper-Guo noted, this seems to be an upstream issue with the API Server. Somehow, only the 2022 season isn't working. It looks like every single endpoint referring to 2022 is broken. And the server responds with an XML error response to a request for JSON data, which feels like something is actually broken as opposed to an intentional access denied response. |
Beta Was this translation helpful? Give feedback.
-
I'm using the following code trying to get the laps data from the first race of 2022:
When I do this, I keep getting the following error:
I'm updated to the latest version of fastf1 (3.3.8) and it seems that this same error happens for any race in the year 2022. Hoping someone can help me out here! Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions