[GH-ISSUE #485] [WoScored] HTTPError: Not Found #86

Closed
opened 2026-03-02 15:55:40 +03:00 by kerem · 2 comments
Owner

Originally created by @kmicha03 on GitHub (Feb 18, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/485

I've been using the soccerdata package to scrape the schedule for each league, it was working fine until today which I got this error while trying to read the first schedule:

whoscored_name = "ENG-Premier League"

ws = sd.WhoScored(leagues=whoscored_name, seasons=2324, headless=False)

The error occurs here inside the whoscored.py file:

"""Initialize the WhoScored reader."""
        super().__init__(
            leagues=leagues,
            proxy=proxy,
            no_cache=no_cache,
            no_store=no_store,
            data_dir=data_dir,
            path_to_browser=path_to_browser,
            headless=headless,
        )
        

Any ideas? Thank you!

Originally created by @kmicha03 on GitHub (Feb 18, 2024). Original GitHub issue: https://github.com/probberechts/soccerdata/issues/485 I've been using the soccerdata package to scrape the schedule for each league, it was working fine until today which I got this error while trying to read the first schedule: ``` whoscored_name = "ENG-Premier League" ws = sd.WhoScored(leagues=whoscored_name, seasons=2324, headless=False) ``` The error occurs here inside the whoscored.py file: ``` """Initialize the WhoScored reader.""" super().__init__( leagues=leagues, proxy=proxy, no_cache=no_cache, no_store=no_store, data_dir=data_dir, path_to_browser=path_to_browser, headless=headless, ) ``` Any ideas? Thank you!
kerem 2026-03-02 15:55:40 +03:00
Author
Owner

@jbarrocal-str commented on GitHub (Feb 19, 2024):

I have the same error. Please can someone help us?

<!-- gh-comment-id:1952717332 --> @jbarrocal-str commented on GitHub (Feb 19, 2024): I have the same error. Please can someone help us?
Author
Owner

@probberechts commented on GitHub (Feb 19, 2024):

undetected-chromedriver needs to get updated.

pip install --upgrade undetected-chromedriver

<!-- gh-comment-id:1953108898 --> @probberechts commented on GitHub (Feb 19, 2024): undetected-chromedriver needs to get updated. `pip install --upgrade undetected-chromedriver`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#86
No description provided.