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

NoSuchElementException

Open ulrikan1 opened this issue 11 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

I'm submitting a ...

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

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 avatar Jul 29 '23 17:07 ulrikan1

any one ?

ulrikan1 avatar Jul 30 '23 08:07 ulrikan1