mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[GH-ISSUE #558] [WhoScored] schedule scrapper works for prem but not for any other top 5 leagues #101
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#101
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 @bradyjj on GitHub (Apr 26, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/558
I was able to successfully scrap the schedules for premier league using this:
However, when I switch leagues to 'ESP-La Liga' and run script again I get this error as my exception: Error during processing: "None of ['league', 'season'] are in the columns" I also tried using 'FRA-Ligue 1', 'GER-Bundesliga', 'ITA-Serie A'
@bradyjj commented on GitHub (Apr 26, 2024):
Also had issue using tor as suggested where the captcha kept failing.
@probberechts commented on GitHub (Apr 28, 2024):
This could be related to #97.
Could you try with
Tor indeed does no longer work with Whoscored. I'll update the docs.
@bradyjj commented on GitHub (Apr 29, 2024):
Thank you, this worked!