EsportsHelper
EsportsHelper copied to clipboard
Tip to use (headless problem, package version)
- Don't use one which at release. There are issues related to package version compatibility. For example: There's a Chrome path parsing problem with undetected-chromedriver.
- After running 'pip install requirements', update the packages to their latest versions.
- Add the following code at line 108 of Webdriver.py(at EsportsHelper folder). There's a headless bug in recent Chrome versions that causes the browser to display a white screen.
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2022#issuecomment-2358946196
options.add_argument("--window-position=-2400,-2400")
I tried this, but it keeps saying my credentials for my account don't work, but it works when I turn off headless
Seems there was already an issue raised - https://github.com/Yudaotor/EsportsHelper/issues/136#issue-2407439436
确实,我也发现这个问题了