mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #359] [FBref] HTTP error 500 reading team match stats for current season #67
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#67
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 @Manev100 on GitHub (Sep 8, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/359
Hello,
I'm using Python 3.10.10 and soccerdata version 1.5.1.
The following code is returning "HTTPError: 500 Server Error: Internal Server Error"
Same issue for other leagues and different stats. Earlier seasons work as expected.
It seems like the URL that is being requested (https://fbref.com/en/squads/0cdc4311/matchlogs/all_comps/shooting) is missing the season, https://fbref.com/en/squads/0cdc4311/matchlogs/2023-2024/all_comps/shooting opens the correct page.
Cheers