Pieter Robberechts
Pieter Robberechts
Indeed, good catch. I'll update the docs.
I don't see the issue. This does exactly what the method description claims to do: > This changes the start and end location of each action, such that all actions...
In that case you should run `play_left_to_right` on the game state representation: https://github.com/ML-KULeuven/socceraction/blob/e5b055d54ebf54fac7fe7be3bdab82a5d9f3746e/socceraction/atomic/vaep/features.py#L90 But I see that this could be confusing and it would be good to make this more...
@dependabot rebase
@dependabot rebase
Can you try to run the code below and check what happens in your browser window? Does it say that your IP is blocked? ```py import soccerdata as sd ws...
No, that's not expected. It looks like WhoScored has blacklisted the IP of your Tor exit node. You can try a different exit node (see https://stackoverflow.com/questions/1969958/how-to-change-the-tor-exit-node-programmatically-to-get-a-new-ip) or use a different...
You could also try to solve the captcha once. Maybe you can continue scraping afterwards?
I just would like to point out a few things here. > when running multiple concurrent scraping instances ... Running multiple concurrent scraping instances is not supported. Moreover, I am...
Can you try to run the code in non-headless mode and check what happens in your browser window? Does it say that your IP is blocked or show a captcha?...