Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Sprint shootout results loading broken after 3.0.2 #413

Closed
mdsakalu opened this issue Jul 3, 2023 · 1 comment
Closed

[BUG] Sprint shootout results loading broken after 3.0.2 #413

mdsakalu opened this issue Jul 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mdsakalu
Copy link
Contributor

mdsakalu commented Jul 3, 2023

Describe the issue:

I haven't narrowed down the issue yet, but something has broken sprint shoot results loading after 3.0.2. It still works correctly with version 3.0.2.

Reproduce the code example:

import fastf1

event = fastf1.get_event(2023, 9)
ss = event.get_sprint_shootout()
ss.load()

print(ss.results) # all quali columns are null (should have times)

Error message:

No response

@theOehrly theOehrly added the bug Something isn't working label Jul 4, 2023
@theOehrly
Copy link
Owner

Caused by 2402ba0

I haven't yet analysed what the actual problem is. I'll try to fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants