Twitch-watcher
Twitch-watcher copied to clipboard
page.goto() blocks the code execution
await page.goto(url, {"waitUntil": "networkidle0"}) sometimes blocks the code execution.
Infinite waiting