Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tip to use (headless problem, package version) #141

Open
DoTheBestMayB opened this issue Sep 25, 2024 · 2 comments
Open

Tip to use (headless problem, package version) #141

DoTheBestMayB opened this issue Sep 25, 2024 · 2 comments

Comments

@DoTheBestMayB
Copy link

DoTheBestMayB commented Sep 25, 2024

  1. 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.
  2. After running 'pip install requirements', update the packages to their latest versions.
  3. 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.

ultrafunkamsterdam/undetected-chromedriver#2022 (comment)

options.add_argument("--window-position=-2400,-2400")

image

@FriedGenera
Copy link

FriedGenera commented Sep 27, 2024

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 - #136 (comment)

@DRCX
Copy link

DRCX commented Oct 3, 2024

确实,我也发现这个问题了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants