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

self.driver.capabilities["version"] : Error on debug #33

Open
juleshenry opened this issue Apr 13, 2020 · 6 comments
Open

self.driver.capabilities["version"] : Error on debug #33

juleshenry opened this issue Apr 13, 2020 · 6 comments

Comments

@juleshenry
Copy link

juleshenry commented Apr 13, 2020

When running with debug on, I get the following error.
Traceback (most recent call last):
File "isp_data_pollution.py", line 1132, in
ISPDataPollution()
File "isp_data_pollution.py", line 243, in init
self.check_chromedriver_version()
File "isp_data_pollution.py", line 278, in check_chromedriver_version
self.driver.capabilities["version"],
KeyError: 'version'

ChromeDriver version is 79.0.3945.36 on macOS.
Is this key deprecated? seems like driver.capabilities['version'] is no longer supported.

@essandess
Copy link
Owner

@juleshenry Thanks there's several recent mods to Chrome I must address. I'll add this to the pile…

@yraen69
Copy link

yraen69 commented Apr 18, 2020

Chrome 81.0.4044.113 same issue as above, which version of Chrome was the last one which worked?

@essandess
Copy link
Owner

Chrome 81.0.4044.113 same issue as above, which version of Chrome was the last one which worked?

Not sure, but irrelevant: we should be in the latest.

I have code that fixes this—it’s a simple mid, but need the cycles to add it.

@yraen69
Copy link

yraen69 commented May 7, 2020

Happy to ping you some BTC to get this fixed I know it's tough times... pop me an address

@marksilinio
Copy link

Happy to ping you some BTC to get this fixed I know it's tough times... pop me an address

please follow the maintained fork:
https://github.com/marksilinio/isp-data-noize

@juleshenry
Copy link
Author

juleshenry commented Dec 2, 2021 via email

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

4 participants