Race data coming up empty for all races #805
Replies: 3 comments
-
|
works fine for me outputs |
Beta Was this translation helpful? Give feedback.
-
|
There have been intermittent issues with the jolpica-f1 API over the last few days. These problems are still being investigated right now and attempts to fix them have been made. When this API is down, session results are unavailable ( If this does not fix your problem and in case you are on a corporate/institution PC and network, take a look at the solution in the following issue: #650 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried analysing race data from 2023 to 2025, but position, car, telemetry data is coming up empty. I have tried clearing my cache and upgrading the version also. I am currently running v3.6.1. But the data is coming up empty. What am I doing incorrectly?
This my code
`# testing
import fastf1
from fastf1 import plotting
from matplotlib import pyplot as plt
plotting.setup_mpl()
Enable the cache
fastf1.Cache.enable_cache('cache')
fastf1.Cache.enable_cache('/Users/---/Downloads/---/VS/Test/Fastf1-analysis/cache')
race = fastf1.get_session(2025, 'Azerbaijan', 'R')
race.load()
checking race results
race.results
`
Beta Was this translation helpful? Give feedback.
All reactions