MShawon / YouTube-Viewer

A multithreaded view bot for YouTube
MIT License
1.42k stars 744 forks source link

NoSuchElementException #578

Open ulrikan1 opened 11 months ago

ulrikan1 commented 11 months ago

Is there an existing issue for this?

I'm submitting a ...

Description

Hi giters, I got errors with the bot, workers are created but stop before my minimum limit then it start to kill, workers are closed, and got errors : NoSuchElementException

Proxy are Good, http firewall is disabled + rules are created for port chrome is v108 Cmd opended with Admin rights

Have you got an idea ?

thanks !

Environment

- OS : Win server
- Python : 3.11
- Script version : 1.8

config.json

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

any one ?