mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[GH-ISSUE #690] [WhoScored] La Liga 2010/11 causes whoscored.read_league_stages() to fail #145
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lehoff on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/690
I have run
read_schedule()(which callsread_season_stages()) for all seasons since 2000/01 for all of the BIG-5 leagues and this is the only season that has this issue.I am in the process of trying to make the calls in
read_season_stages()step by step, but it is not all that easy, so I will try to do a basic Seleninum scaping of the page.This is some of the context needed to reproduce, but I am not quite there:
I will update this issue when I have had time to investigate it further.
@probberechts commented on GitHub (Aug 23, 2024):
The following actually worked fine for me:
@lehoff commented on GitHub (Aug 23, 2024):
Colour me confused… it now works at my end (albeit with "2010-11") so I am not sure why I had it failing so many times.
Anyway, thanks for trying it out - I consider this issue closed.