mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[GH-ISSUE #466] [FBref] Error while scraping Spain comps using read_team_match_stats #82
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#82
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 @Szymok on GitHub (Jan 24, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/466
Hello everyone,
I want to use a read_team_match_stats() to scrape team match stats, but the scraping is ending with error:
Internal Server Error for url:
https://fbref.com/en/squads/8d6fd021/matchlogs/all_comps/shooting.
Correct url:
https://fbref.com/en/squads/8d6fd021/2023-2024/matchlogs/all_comps/shooting
So i think there is a problem with adding a seasong during building an url.
@probberechts commented on GitHub (Jan 24, 2024):
This seems to work fine for me. It looks like this was fixed in #384. Are you sure you have the latest version?
@Szymok commented on GitHub (Jan 24, 2024):
Yes you're right, my fault, sorry