Sometimes... My playwright fails due to Network errors while doing navigations... I first tried to update the browser & playwright etc... But these errors are tricky, maybe a sub-request that the page does fail and blocks playwright or smh like that... Playwright has the tools to analyze this, has a tracer, debugger etc...
But Instead of battling with that...
I decided to make my navigations redundant / resilient. If the navigation fail, it will retry it up to three times with an small delay.
I have implemented it in my account creator, first, the I'll implement it to the rest of the scripts.
I'm creating accounts rn, the idea is to have:
Poster Group 1: 20 accounts
Poster Group 2: 20 accounts
Liker: 100 accounts
But Instead of battling with that...
I decided to make my navigations redundant / resilient. If the navigation fail, it will retry it up to three times with an small delay.
I have implemented it in my account creator, first, the I'll implement it to the rest of the scripts.
I'm creating accounts rn, the idea is to have:
Poster Group 1: 20 accounts
Poster Group 2: 20 accounts
Liker: 100 accounts












