mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #631] Whoscored: downloading games problem #122
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#122
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 @Gibranium on GitHub (Jul 6, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/631
I've tried with a couple of custom leagues, more specifically BEL-Jupiler Pro League and USA-Major League Soccer.
While the Jupiler works fine, the Major League doesn't run properly:
I've not actually tried all the leagues, so I cannot list which one have this problem.
@probberechts commented on GitHub (Jul 6, 2024):
Can you first try if it works with
@Gibranium commented on GitHub (Jul 6, 2024):
Well, It worked, but it's downloading both the 2020 and 2021 Major League seasons under the 2020 year class.
Can I also ask why removing headless and cache made it run?
@probberechts commented on GitHub (Jul 6, 2024):
Setting
no_cache = Trueworks because you probably had some old files with a different structure in your cache. Removing headless didn't do anything:headless = Falseis the default.I don't know why it downloads both seasons, but the MLS isn't supported anyway.