mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #449] [SoFIFA] Error in setting up the scraper class #81
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#81
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 @AZA-2003 on GitHub (Dec 30, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/449
Hello, I have been getting this error whenever I set up the scraper for SoFIFA. Any idea as to what could be wrong ?
Thank you !
@probberechts commented on GitHub (Dec 30, 2023):
The HTML structure has been changed. You'll have to update the xpaths at line 146 and 154.
github.com/probberechts/soccerdata@f64a29c704/soccerdata/sofifa.py (L146)github.com/probberechts/soccerdata@f64a29c704/soccerdata/sofifa.py (L154)@AZA-2003 commented on GitHub (Dec 31, 2023):
Awesome ! Thank you so much sir !