isp-data-pollution icon indicating copy to clipboard operation
isp-data-pollution copied to clipboard

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

Open juleshenry opened this issue 4 years ago • 6 comments

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.

juleshenry avatar Apr 13 '20 18:04 juleshenry

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

essandess avatar Apr 13 '20 20:04 essandess

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

yraen69 avatar Apr 18 '20 14:04 yraen69

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.

essandess avatar Apr 18 '20 23:04 essandess

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

yraen69 avatar May 07 '20 13:05 yraen69

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

marksilinio avatar Nov 27 '21 14:11 marksilinio

Sure Mark,

I’ve been busy at work this week. I will get on this as soon as I can.

On Sat, Nov 27, 2021 at 08:33 marksilinio @.***> wrote:

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/essandess/isp-data-pollution/issues/33#issuecomment-980636723, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ4RPHF66J3BQT4FGVZZNMLUODT4FANCNFSM4MHEEVWA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

juleshenry avatar Dec 02 '21 16:12 juleshenry