silvestrodecaro / microsoft-account-creator

Microsoft/Outlook HQ Account Creator
MIT License
94 stars 33 forks source link

Unable to set viewport size #8

Closed badcaf3 closed 1 month ago

badcaf3 commented 2 months ago

how to solve captcha when it looks like this??? image

silvestrodecaro commented 2 months ago

The error message "Unable to set viewport size" is not critical. It occurs due to the "puppeteer-with-fingerprints" library attempting to set the browser's viewport size but failing to do so. This issue doesn't affect the overall functionality and can be safely ignored.

Regarding the captcha, can you give me more examples?

badcaf3 commented 2 months ago

thanks for the response, yes it's not serious but it's random size sometimes makes the captcha solver not display properly and i can't solve it. see gif i attached. worker_rl8wJUWbXt

silvestrodecaro commented 2 months ago

what is your screen resolution?

badcaf3 commented 2 months ago

what is your screen resolution?

1920x1080

silvestrodecaro commented 1 month ago

Check out the latest update, I just added a check for the browser resolution, if it’s bigger than the user's screen resolution, the process will restart :)