mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #66] [WhoScored] Failure to parse date and time for schedule #11
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#11
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 @giochi99 on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/66
Which Python version are you using?
Which version of soccerdata are you using?
What did you do?
What did you expect to see?
What did you see instead?
Once, this error happened also with Premier League, but after another attempt it disappeared. With Serie A it happens every time.
@probberechts commented on GitHub (Jul 22, 2022):
It bumped on a game without a time specified. However, it seems to work fine for me and the
time_strseems to be present for each game. Could you dump the HTML of the page when this happens?If you need a quick fix and do not mind that the time is incorrect you could specify a default
time_stron line 211.