breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms

Home Page:https://pypi.org/project/chromedriver-py/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to start server

Hypurrnating opened this issue · comments

Every time I try to use the driver it just says:

Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1680334266.938][SEVERE]: bind() returned an error: An attempt was made to access a socket in a way forbidden by its access permissions. (0x271D)
[1680334266.938][SEVERE]: bind() returned an error: An attempt was made to access a socket in a way forbidden by its access permissions. (0x271D)
Unable to start server with either IPv4 or IPv6. Exiting...

I even tried installing a previous version, but it didn't help. I would really appreciate some help!

It seems like your OS is pretty restricted and chromedriver does not have enough permissions to start. It is not even able to bind to a local port. What system do you use?