diff --git a/src/proxy/reflect4.ts b/src/proxy/reflect4.ts index 9f8386e..bb5ac7a 100644 --- a/src/proxy/reflect4.ts +++ b/src/proxy/reflect4.ts @@ -24,6 +24,8 @@ async function spawn(context: BrowserContext, targetUrl: string) { } await targetInput.fill(targetUrl); await targetInput.press("Enter"); + logger.info(`[${spawnId}] Navigating to ${targetUrl}`); + await page.waitForTimeout(15000); // Wait for 15 second to let the page load // Keep-alive the page open for 5 minutes then refresh if (targetUrl.startsWith("https://www.twitch.tv/")) { await twitch.keepAlive(page, spawnId);