Giter Site home page Giter Site logo

Comments (5)

jlplenio avatar jlplenio commented on May 16, 2024

Please inspect the ctvb.log in your root directory to assess why the instances are dying.

from crude-twitch-viewer-bot.

YpvzuBohdygxn9257 avatar YpvzuBohdygxn9257 commented on May 16, 2024

2022-09-21 12:19:40,302;INFO;MainThread;manager;init; Manager start
2022-09-21 12:19:48,942;INFO;Thread-2;manager;spawn_instance_thread; <Thread(Thread-2, started 23020)> starting instance no 1
2022-09-21 12:19:49,978;ERROR;Thread-2;spawner;start; net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

Traceback (most recent call last):
File "spawner.py", line 66, in start
self.spawn_page()
File "spawner.py", line 130, in spawn_page
self.page.goto("https://www.twitch.tv/login", timeout=100000)
File "playwright\sync_api_generated.py", line 7285, in goto
File "playwright_impl_sync_base.py", line 89, in _sync
File "playwright_impl_page.py", line 496, in goto
File "playwright_impl_frame.py", line 136, in goto
File "playwright_impl_connection.py", line 43, in send
File "playwright_impl_connection.py", line 369, in wrap_api_call
File "playwright_impl_connection.py", line 78, in inner_send
playwright._impl._api_types.Error: net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

2022-09-21 12:20:20,021;INFO;Thread-4;manager;spawn_instance_thread; <Thread(Thread-4, started 3116)> starting instance no 1
2022-09-21 12:20:20,921;ERROR;Thread-4;spawner;start; net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

Traceback (most recent call last):
File "spawner.py", line 66, in start
self.spawn_page()
File "spawner.py", line 130, in spawn_page
self.page.goto("https://www.twitch.tv/login", timeout=100000)
File "playwright\sync_api_generated.py", line 7285, in goto
File "playwright_impl_sync_base.py", line 89, in _sync
File "playwright_impl_page.py", line 496, in goto
File "playwright_impl_frame.py", line 136, in goto
File "playwright_impl_connection.py", line 43, in send
File "playwright_impl_connection.py", line 369, in wrap_api_call
File "playwright_impl_connection.py", line 78, in inner_send
playwright._impl._api_types.Error: net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

2022-09-21 12:20:22,036;INFO;Thread-5;manager;spawn_instance_thread; <Thread(Thread-5, started 16212)> starting instance no 1
2022-09-21 12:20:22,935;ERROR;Thread-5;spawner;start; net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

Traceback (most recent call last):
File "spawner.py", line 66, in start
self.spawn_page()
File "spawner.py", line 130, in spawn_page
self.page.goto("https://www.twitch.tv/login", timeout=100000)
File "playwright\sync_api_generated.py", line 7285, in goto
File "playwright_impl_sync_base.py", line 89, in _sync
File "playwright_impl_page.py", line 496, in goto
File "playwright_impl_frame.py", line 136, in goto
File "playwright_impl_connection.py", line 43, in send
File "playwright_impl_connection.py", line 369, in wrap_api_call
File "playwright_impl_connection.py", line 78, in inner_send
playwright._impl._api_types.Error: net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

2022-09-21 12:20:24,052;INFO;Thread-6;manager;spawn_instance_thread; <Thread(Thread-6, started 20468)> starting instance no 1
2022-09-21 12:20:24,956;ERROR;Thread-6;spawner;start; net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

Traceback (most recent call last):
File "spawner.py", line 66, in start
self.spawn_page()
File "spawner.py", line 130, in spawn_page
self.page.goto("https://www.twitch.tv/login", timeout=100000)
File "playwright\sync_api_generated.py", line 7285, in goto
File "playwright_impl_sync_base.py", line 89, in _sync
File "playwright_impl_page.py", line 496, in goto
File "playwright_impl_frame.py", line 136, in goto
File "playwright_impl_connection.py", line 43, in send
File "playwright_impl_connection.py", line 369, in wrap_api_call
File "playwright_impl_connection.py", line 78, in inner_send
playwright._impl._api_types.Error: net::ERR_TUNNEL_CONNECTION_FAILED at https://www.twitch.tv/login
=========================== logs ===========================
navigating to "https://www.twitch.tv/login", waiting until "load"

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on May 16, 2024

The tool cannot reach twitch.tv through the proxies you provided. Please make sure to use working HTTP or SOCKS5 proxies.
An affordable source for working proxies can be found in the Webshare Proxies Guide.

I will add improved logging to see which proxy failed, later. Move to beginning of method

f"{threading.currentThread()} with instance no {self.id} fully initialized, using proxy {server_ip}"

from crude-twitch-viewer-bot.

Lucifer192192 avatar Lucifer192192 commented on May 16, 2024

I'm sure my agent can work,

But it doesn't work here

from crude-twitch-viewer-bot.

jlplenio avatar jlplenio commented on May 16, 2024

#44 (comment) implemented in #57.

from crude-twitch-viewer-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.