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

WebDriver Exception

Open rakibm4666 opened this issue 10 months 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

Line 731 - WEbDriverException

How to solve this problem?

Environment

- OS: Windows 10
- Python: 3.11.7 
- Script version: 1.8.0

config.json

{
    "http_api": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": false,
    "views": 100,
    "minimum": 90.0,
    "maximum": 95.0,
    "proxy": {
        "category": "p",
        "proxy_type": "http",
        "filename": "proxy",
        "authentication": true,
        "proxy_api": false,
        "refresh": 0.0
    },
    "background": false,
    "bandwidth": true,
    "playback_speed": 1,
    "max_threads": 5,
    "min_threads": 2
}

rakibm4666 avatar Aug 07 '23 12:08 rakibm4666