MShawon / YouTube-Viewer

A multithreaded view bot for YouTube
MIT License
1.5k stars 760 forks source link

Line : 706 | WebDriverException | After installing all prerequisites into Amazon EC2 instance of linux #566

Open Choptechnologies opened 1 year ago

Choptechnologies commented 1 year ago

Is there an existing issue for this?

I'm submitting a ...

Description

So i tried to to get one Linux instance and somehow got it ready to get application installed.

After running the Python script, it went through entire config questions.

I answered and after final questions, i see all proxies are good and loading and then finally it keep giving me "Line : 706 | WebDriverException | " error. I think Google chrome which i installed in Linux may not have been enough. Any ideas?

Environment

- OS : 5.10.179-171.711.amzn2.x86_64
- Python : 3.7.2
- Script version : Latest

config.json

{
    "http_api": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": true,
    "views": 100,
    "minimum": -5.0,
    "maximum": 0.0,
    "proxy": {
        "category": "p",
        "proxy_type": "http",
        "filename": "/root/YouTube-Viewer/proxy.txt",
        "authentication": true,
        "proxy_api": false,
        "refresh": 0.0
    },
    "background": false,
    "bandwidth": false,
    "playback_speed": 1,
    "max_threads": 5,
    "min_threads": 2
a1111198 commented 1 year ago

check this https://github.com/MShawon/YouTube-Viewer/issues/474