mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[GH-ISSUE #140] [Espn] Postponed matches raise KeyError: 'roster' #29
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#29
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 @jerem1e on GitHub (Jan 8, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/140
I am using python Python 3.11.1 and soccerdata 1.3.1.
When trying to read the matchsheet of a game that was postponed the package raises a KeyError 'roster'
I tried to read the matchseet for this game:
AFC Bournemouth-Brighton vs Hove Albion on 2022-09-10 with the gameid
637887And it raised:
Here is the example code I used:
@jerem1e commented on GitHub (Jan 12, 2023):
@probberechts hey I saw that you fixed it, but there is no new version? I am using the latest GitHub version now, but was wondering when this will be released to pypi.
@probberechts commented on GitHub (Jan 13, 2023):
Now 😃