You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if there's something wrong with the script or I messed something up, but I'm getting these errors
"Something is wrong | can only concatenate str (not "NoneType") to str"
"tried 100 time to find element...
Something is wrong | 'NoneType' object has no attribute 'click'"
Captchas are getting solved but I get these errors, my config below
{
"Common": {
"Prefix": "&beGen&5>> ",
"ProxyFile": "proxy.txt",
"OutputFile": "account.txt",
"Timer": true,
"ProxyCheckTimeout": 2
},
"Captcha": {
"providers": "twocaptcha",
"api_key": "xxxx",
"site_key": "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA"
},
"EmailInfo": {
"Domain": "@outlook.com",
"minBirthDate": 1980,
"maxBirthDate": 1999,
"PasswordLength": 10,
"FirstNameLength": 5,
"LastNameLength": 5
},
"DriverArguments": [
"--disable-logging",
"--disable-login-animations",
"--disable-notifications",
"--incognito",
"--ignore-certificate-errors",
"--disable-blink-features=AutomationControlled",
"--disable-gpu",
"--headless",
"--no-sandbox",
"--lang=en"
]
}
The text was updated successfully, but these errors were encountered:
Solved, it was an issue with twocaptcha, seems like they don't support outlooks funcaptcha, successfully creating accounts with anycaptcha,
Although sometimes I'm getting these errors
"Something is wrong | 'NoneType' object has no attribute 'send_keys'"
"Something is wrong | HTTPConnectionPool(host='localhost', port=64108): Max retries exceeded with url: /session/23de07b1bdc5beeb52974507a284d6cb/frame (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001D3006BCD90>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))"
Not sure if there's something wrong with the script or I messed something up, but I'm getting these errors
"Something is wrong | can only concatenate str (not "NoneType") to str"
"tried 100 time to find element...
Something is wrong | 'NoneType' object has no attribute 'click'"
Captchas are getting solved but I get these errors, my config below
{
"Common": {
"Prefix": "&beGen&5>> ",
"ProxyFile": "proxy.txt",
"OutputFile": "account.txt",
"Timer": true,
"ProxyCheckTimeout": 2
},
"Captcha": {
"providers": "twocaptcha",
"api_key": "xxxx",
"site_key": "B7D8911C-5CC8-A9A3-35B0-554ACEE604DA"
},
"EmailInfo": {
"Domain": "@outlook.com",
"minBirthDate": 1980,
"maxBirthDate": 1999,
"PasswordLength": 10,
"FirstNameLength": 5,
"LastNameLength": 5
},
"DriverArguments": [
"--disable-logging",
"--disable-login-animations",
"--disable-notifications",
"--incognito",
"--ignore-certificate-errors",
"--disable-blink-features=AutomationControlled",
"--disable-gpu",
"--headless",
"--no-sandbox",
"--lang=en"
]
}
The text was updated successfully, but these errors were encountered: