-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error on Youtube Lives #303
Comments
Hi there. Can you check the “error” stats on the webshare website? Refreshing might work, but it will cost a lot of CPU and doesn't solve the real cause. It's better to find the real cause, like bandwidth, proxy or hardware usage. |
You can purchase the high_concurrency option on webshare, which could help. I've never seen the message about youtube being blocked, I'll keep an eye on it - and whether I can do anything about it or if it's just showing up because of the proxy. |
what does high concurrency help with? |
If it helps at all, I’ve been encountering the same issue, where the headon window shows that youtube requires a log in to prove that it is a human proxies are from a webshare subscription with the high concurrency option |
Same issue with the other users. KoFi v10
Do not have high concurrency. |
Tested KoFi v13 ` "playwright_impl_connection.py", line 513, in wrap_api_call playwright._impl._errors.TimeoutError: Page.wait_for_selector: Timeout 30000ms exceeded.
2024-09-18 02:53:53,471;20240913;INFO;4_15;Thread-39 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 2
2024-09-18 02:53:54,628;20240913;INFO;0_14;Thread-40 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 3
2024-09-18 02:54:00,370;20240913;INFO;0_13;Thread-43 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 6
2024-09-18 02:54:03,054;20240913;INFO;0_13;Thread-37 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 1
2024-09-18 02:54:05,385;20240913;INFO;0_12;Thread-41 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 4 |
Bug:
After a while all the bots watching a live gets an error: "an error occured. refresh or try again later".
If you manually refresh the instance the bots keep watching the live for a while and then the same error occurs.
(i tried different user agents, my own connection without any proxy and auto restart but the same error occurs)
An "auto refresh" every x seconds can solve this problem.
Screenshot:
Logs:
2024-09-02 16:05:47,403;INFO;26_23;MainThread;manager;init;Manager start on Windows-10-10.0.22631-SP0
2024-09-02 16:05:54,316;INFO;0_23;Thread-2 (spawn_instance_thread);manager;spawn_instance_thread;Ordered YOUTUBE instance 1, Thread-2 (spawn_instance_thread), proxy http://45.151.162.198:6600
2024-09-02 16:05:54,318;INFO;0_23;Thread-2 (spawn_instance_thread);manager;instance_status_report_callback;STARTING instance 1
2024-09-02 16:05:56,319;INFO;0_23;Thread-3 (spawn_instance_thread);manager;spawn_instance_thread;Ordered YOUTUBE instance 2, Thread-3 (spawn_instance_thread), proxy http://64.64.118.149:6732
2024-09-02 16:05:56,321;INFO;0_23;Thread-3 (spawn_instance_thread);manager;instance_status_report_callback;STARTING instance 2
2024-09-02 16:05:58,322;INFO;0_24;Thread-4 (spawn_instance_thread);manager;spawn_instance_thread;Ordered YOUTUBE instance 3, Thread-4 (spawn_instance_thread), proxy http://206.41.172.74:6634
2024-09-02 16:05:58,325;INFO;3_24;Thread-4 (spawn_instance_thread);manager;instance_status_report_callback;STARTING instance 3
2024-09-02 16:06:03,151;WARNING;1_25;Thread-2 (spawn_instance_thread);instance;goto_with_retry;Instance 1 failed connection attempt #1.
2024-09-02 16:06:03,414;WARNING;1_25;Thread-2 (spawn_instance_thread);instance;goto_with_retry;Instance 1 failed connection attempt #2.
2024-09-02 16:06:08,325;INFO;0_25;Thread-6 (spawn_instance_thread);manager;spawn_instance_thread;Ordered YOUTUBE instance 4, Thread-6 (spawn_instance_thread), proxy http://38.154.227.167:5868
2024-09-02 16:06:08,328;INFO;0_25;Thread-6 (spawn_instance_thread);manager;instance_status_report_callback;STARTING instance 4
2024-09-02 16:06:10,329;INFO;0_25;Thread-7 (spawn_instance_thread);manager;spawn_instance_thread;Ordered YOUTUBE instance 5, Thread-7 (spawn_instance_thread), proxy http://173.0.9.70:5653
2024-09-02 16:06:10,332;INFO;0_25;Thread-7 (spawn_instance_thread);manager;instance_status_report_callback;STARTING instance 5
2024-09-02 16:06:11,175;WARNING;1_26;Thread-2 (spawn_instance_thread);instance;goto_with_retry;Instance 1 failed connection attempt #3.
2024-09-02 16:06:11,178;ERROR;0_26;Thread-2 (spawn_instance_thread);instance;start;net::ERR_TIMED_OUT at https://www.youtube.com/ died at page chrome-error://chromewebdata/
Traceback (most recent call last):
File "cvamp\instance.py", line 86, in start
File "cvamp\sites.py", line 148, in todo_after_spawn
File "cvamp\instance.py", line 159, in goto_with_retry
File "playwright\sync_api_generated.py", line 9327, in goto
File "playwright_impl_sync_base.py", line 115, in _sync
File "playwright_impl_page.py", line 484, in goto
File "playwright_impl_frame.py", line 149, in goto
File "playwright_impl_connection.py", line 63, in send
File "playwright_impl_connection.py", line 495, in wrap_api_call
File "playwright_impl_connection.py", line 101, in inner_send
playwright._impl._errors.Error: net::ERR_TIMED_OUT at https://www.youtube.com/
2024-09-02 16:06:11,185;INFO;25_26;Thread-2 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 1
2024-09-02 16:06:11,486;WARNING;1_25;Thread-3 (spawn_instance_thread);sites;todo_after_spawn;Cookie consent banner not found/clicked.
2024-09-02 16:06:12,332;INFO;0_26;Thread-8 (spawn_instance_thread);manager;spawn_instance_thread;Ordered YOUTUBE instance 6, Thread-8 (spawn_instance_thread), proxy http://204.44.69.89:6342
2024-09-02 16:06:12,335;INFO;0_26;Thread-8 (spawn_instance_thread);manager;instance_status_report_callback;STARTING instance 6
2024-09-02 16:06:12,631;WARNING;1_26;Thread-4 (spawn_instance_thread);sites;todo_after_spawn;Cookie consent banner not found/clicked.
2024-09-02 16:06:19,260;INFO;2_28;Thread-3 (spawn_instance_thread);manager;instance_status_report_callback;INITIALIZED instance 2
2024-09-02 16:06:25,681;WARNING;1_28;Thread-7 (spawn_instance_thread);sites;todo_after_spawn;Cookie consent banner not found/clicked.
2024-09-02 16:06:29,390;INFO;2_28;Thread-3 (spawn_instance_thread);manager;instance_status_report_callback;WATCHING instance 2
2024-09-02 16:06:32,126;WARNING;2_28;Thread-6 (spawn_instance_thread);sites;todo_after_spawn;Cookie consent banner not found/clicked.
2024-09-02 16:06:33,542;INFO;2_28;Thread-7 (spawn_instance_thread);manager;instance_status_report_callback;INITIALIZED instance 5
2024-09-02 16:06:39,910;WARNING;2_28;Thread-8 (spawn_instance_thread);sites;todo_after_spawn;Cookie consent banner not found/clicked.
2024-09-02 16:06:43,670;INFO;2_28;Thread-7 (spawn_instance_thread);manager;instance_status_report_callback;WATCHING instance 5
2024-09-02 16:06:44,724;ERROR;2_28;Thread-4 (spawn_instance_thread);instance;start;Timeout 30000ms exceeded. died at page https://www.youtube.com/live/******
Traceback (most recent call last):
File "cvamp\instance.py", line 86, in start
File "cvamp\sites.py", line 163, in todo_after_spawn
File "playwright\sync_api_generated.py", line 8349, in wait_for_selector
File "playwright_impl_sync_base.py", line 115, in _sync
File "playwright_impl_page.py", line 357, in wait_for_selector
File "playwright_impl_frame.py", line 327, in wait_for_selector
File "playwright_impl_connection.py", line 63, in send
File "playwright_impl_connection.py", line 495, in wrap_api_call
File "playwright_impl_connection.py", line 101, in inner_send
playwright._impl._errors.TimeoutError: Timeout 30000ms exceeded.
2024-09-02 16:06:44,730;INFO;0_28;Thread-4 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 3
2024-09-02 16:06:57,341;INFO;1_27;Thread-8 (spawn_instance_thread);manager;instance_status_report_callback;INITIALIZED instance 6
2024-09-02 16:06:59,756;INFO;1_27;Thread-3 (spawn_instance_thread);manager;instance_status_report_callback;BUFFERING instance 2
2024-09-02 16:07:07,472;INFO;1_27;Thread-8 (spawn_instance_thread);manager;instance_status_report_callback;WATCHING instance 6
2024-09-02 16:07:07,609;ERROR;1_27;Thread-6 (spawn_instance_thread);instance;start;Timeout 30000ms exceeded. died at page https://www.youtube.com/live/******
Traceback (most recent call last):
File "cvamp\instance.py", line 86, in start
File "cvamp\sites.py", line 163, in todo_after_spawn
File "playwright\sync_api_generated.py", line 8349, in wait_for_selector
File "playwright_impl_sync_base.py", line 115, in _sync
File "playwright_impl_page.py", line 357, in wait_for_selector
File "playwright_impl_frame.py", line 327, in wait_for_selector
File "playwright_impl_connection.py", line 63, in send
File "playwright_impl_connection.py", line 495, in wrap_api_call
File "playwright_impl_connection.py", line 101, in inner_send
playwright._impl._errors.TimeoutError: Timeout 30000ms exceeded.
2024-09-02 16:07:07,615;INFO;0_27;Thread-6 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 4
2024-09-02 16:07:14,033;INFO;1_26;Thread-7 (spawn_instance_thread);manager;instance_status_report_callback;BUFFERING instance 5
2024-09-02 16:07:30,193;INFO;1_26;Thread-3 (spawn_instance_thread);instance;start;ENDED: instance 2
2024-09-02 16:07:30,198;INFO;0_26;Thread-3 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 2
2024-09-02 16:07:34,284;INFO;1_25;Thread-7 (spawn_instance_thread);instance;start;ENDED: instance 5
2024-09-02 16:07:34,290;INFO;0_25;Thread-7 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 5
2024-09-02 16:07:37,839;INFO;1_24;Thread-8 (spawn_instance_thread);manager;instance_status_report_callback;BUFFERING instance 6
2024-09-02 16:07:37,841;INFO;0_24;Thread-8 (spawn_instance_thread);instance;start;ENDED: instance 6
2024-09-02 16:07:37,846;INFO;0_24;Thread-8 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 6
The text was updated successfully, but these errors were encountered: