Replies: 1 comment
-
Can you try without proxies? Is your chrome up to date? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
playwright._impl._errors.TargetClosedError: Target page, context or browser has been closed
2024-03-24 17:12:57,359;INFO;25_30;Thread-4 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 2
2024-03-24 17:13:02,339;WARNING;16_29;Thread-2 (spawn_instance_thread);instance;goto_with_retry;Instance 1 failed connection attempt #1.
2024-03-24 17:13:02,350;WARNING;0_29;Thread-2 (spawn_instance_thread);instance;goto_with_retry;Instance 1 failed connection attempt #2.
2024-03-24 17:13:02,361;WARNING;12_29;Thread-2 (spawn_instance_thread);instance;goto_with_retry;Instance 1 failed connection attempt #3.
2024-03-24 17:13:02,363;ERROR;0_29;Thread-2 (spawn_instance_thread);instance;start;Target page, context or browser has been closed died at page https://www.twitch.tv/login
Traceback (most recent call last):
File "ctvbot\instance.py", line 95, in start
File "ctvbot\sites.py", line 214, in todo_after_spawn
File "ctvbot\instance.py", line 177, 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.TargetClosedError: Target page, context or browser has been closed
2024-03-24 17:13:02,377;INFO;62_29;Thread-2 (spawn_instance_thread);manager;instance_status_report_callback;SHUTDOWN instance 1
2024-03-24 17:13:02,379;INFO;0_29;Thread-2 (spawn_instance_thread);service;stop;Restarter disabled.
Beta Was this translation helpful? Give feedback.
All reactions