whoisYeshua / NikeRuAccountGenerator

Генератор аккаунтов для Nike Ru на node.js
9 stars 3 forks source link

accept cookies #3

Open trotelvonnebenan opened 3 years ago

trotelvonnebenan commented 3 years ago

Hello. the script doesnt accept cookies and therefore it crashes. image

trotelvonnebenan commented 3 years ago

You can fix this issue with adding this line on top in the registration function.

await page.click('button[data-var="acceptBtn"]');

whoisYeshua commented 3 years ago

Hello. the script doesnt accept cookies and therefore it crashes. image Hi. At which point do you see this message and which proxy location do you use?

trotelvonnebenan commented 3 years ago

Hello. Im from Austria the EU and we have to accept cookies on every site we visit. I used UK,France,German and Austrian proxies and also tried proxyless. It pops up when the script opens the broswer before the script presses register. I fixed it with the line I posted above. Might not be nessary when u not from EU.