YouTube-Viewer icon indicating copy to clipboard operation
YouTube-Viewer copied to clipboard

WebDriver.__init__() got an unexpected keyword argument 'executable_path'

Open MiChaelinzo opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

I'm submitting a ...

  • [X] bug report
  • [ ] feature request
  • [X] support request --> Contact me over mail for support https://github.com/MShawon

Description

[09-Jun-2023 18:08:08] | 1.3% | Worker 11 | Line : 705 | TypeError | WebDriver.init() got an unexpected keyword argument 'executable_path' I got it working again but after updating and upgrading my OS it don't work anymore, need code update to support recent changes made in webdriver selenium

Environment

- OS : Linux version 5.16.0-kali7-amd64 ([email protected]) (gcc-11 (Debian 11.2.0-19) 11.2.0, GNU ld (GNU Binutils for Debian) 2.38) #1 SMP PREEMPT Debian 5.16.18-1kali1 (2022-04-01)
- Python : Python 3.10.7
- Script version : Latest version, fresh from git clone

config.json

{
    "http_api": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": false,
    "views": 1000,
    "minimum": 85.0,
    "maximum": 95.0,
    "proxy": {
        "category": "f",
        "proxy_type": false,
        "filename": "GoodProxy.txt",
        "authentication": false,
        "proxy_api": false,
        "refresh": 0.0
    },
    "background": true,
    "bandwidth": true,
    "playback_speed": 1,
    "max_threads": 10,
    "min_threads": 4
}

MiChaelinzo avatar Jun 09 '23 15:06 MiChaelinzo