Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Solved) Something is wrong #29

Open
terracotta49 opened this issue Feb 15, 2023 · 3 comments
Open

(Solved) Something is wrong #29

terracotta49 opened this issue Feb 15, 2023 · 3 comments

Comments

@terracotta49
Copy link

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"
image

]
}

@terracotta49
Copy link
Author

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'))"

@terracotta49 terracotta49 changed the title Something is wrong (Solved) Something is wrong Feb 15, 2023
@BORICUAPR
Copy link

how you got it to work the proxies?

@Ryan4794
Copy link

bro 51.83.165.42 i can ddos ur proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants