mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 10:35:53 +03:00
[GH-ISSUE #890] [SoFifa] 403 Forbidden errorbugSomething isn't working SoFifa #191
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#191
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 @MatteoSSL on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/890
403 HTTP Error while instancing the SOFIFA Scraper.
Error message
Contributor Action Plan
@MatteoSSL commented on GitHub (Oct 15, 2025):
I've fix it, as suggested by @gustavoalikan1910 in the https://github.com/probberechts/soccerdata/issues/879:
headers = {
"sec-ch-ua": '"Not A Brand";v="99", "Chromium";v="138", "Google Chrome";v="138"'
}
in the _download_and_save method of the clss BaseRequestsReader(BaseReader).