-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi, thanks for your package!
I have an issue using the live timing feature during F1 practice sessions: No data is received at all.
Looking at other packages and implementations I know that at least CarData.z and TimingData should be available during the sessions from the wss://livetiming.formula1.com/signalr endpoint.
The basic implementation I use:
from livef1.adapters import RealF1Client
from livef1.utils.logger import set_log_level
set_log_level('DEBUG')
client = RealF1Client(
topics=['TimingData', 'TrackStatus', 'Position.z', 'TyreStintSeries', 'Timing_Data', 'RaceControlMessages', 'SessionStatus', 'track_regions', 'CarData.z']
)
@client.callback("handler")
async def handle_data(records):
print(record)
client.run()Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels