D3vl0per / Twitch-watcher

Automatic watching the twitch to get Valorant drop
MIT License
226 stars 66 forks source link

page.goto() blocks the code execution #59

Open guttir14 opened 4 years ago

guttir14 commented 4 years ago

await page.goto(url, {"waitUntil": "networkidle0"}) sometimes blocks the code execution.

guttir14 commented 4 years ago

Infinite waiting