YouTube-Viewer: WebDriverException error

Is there an existing issue for this?

  • I have searched the existing issues

I’m submitting a …

Description

what is the solution of WebDriverException error, Screen Shot 2022-11-19 at 1 20 00 PM

Environment

- OS : windows 10
- Python : 9.9.4
- Script version : latest

config.json

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

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (2 by maintainers)

Most upvoted comments

Okay , so I figured it out. I’m running on an aws ec2 instance linux, which doesn’t have display hardware and you can’t run premium proxies on headless, which makes sense.

So basically I followed these instructions: