[GH-ISSUE #658] [FBref] Cannot call read_schedule() for upcoming 2024-2025 season data. Defaults to 1924-1925. #127

Closed
opened 2026-03-02 15:56:01 +03:00 by kerem · 1 comment
Owner

Originally created by @ds-oliver on GitHub (Aug 3, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/658

I would like to start pulling in schedule for upcoming season.

Originally created by @ds-oliver on GitHub (Aug 3, 2024). Original GitHub issue: https://github.com/probberechts/soccerdata/issues/658 I would like to start pulling in schedule for upcoming season.
kerem 2026-03-02 15:56:01 +03:00
  • closed this issue
  • added the
    FBref
    label
Author
Owner

@probberechts commented on GitHub (Aug 4, 2024):

I assume this is about FBref? It should work, but you have to retrieve the seasons again with caching disabled. Otherwise, it cannot know that the 2024/25 season exists.

import soccerdata as sd
fbref = sd.FBref("ENG-Premier League", 2425, no_cache=True)
fbref.read_seasons()
<!-- gh-comment-id:2267493122 --> @probberechts commented on GitHub (Aug 4, 2024): I assume this is about FBref? It should work, but you have to retrieve the seasons again with caching disabled. Otherwise, it cannot know that the 2024/25 season exists. ```python import soccerdata as sd fbref = sd.FBref("ENG-Premier League", 2425, no_cache=True) fbref.read_seasons() ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#127
No description provided.