FeezyHendrix / Insta-mass-account-creator

Instagram Account Creator 2024 - Not Maintained
Other
1.11k stars 354 forks source link

can only concatenate str (not "NoSuchElementException") to str #141

Open Abdulsamipy opened 4 years ago

Abdulsamipy commented 4 years ago

Describe the bug im trying to run the bot via cmd and getting the following error can you guys tell me how to fix it i didn't make any changes to activation settings ""activation_email_addr": "xxxxxxxxxxxxxxxx", "activation_email_pass": "xxxxxxxxxxxxxxxx", "activation_email_serv": "xxxxxxxxxxxxxxxx",

can only concatenate str (not "NoSuchElementException") to str

To Reproduce Steps to reproduce the behavior:

  1. Settings in config.py
  2. See error

1- "bot_type" : 1, #change to 2 to use python requests "chromedriver_path": r"C:/Users/Lenovo/Desktop/chromedriver.exe", # if windows 'chromedriver.exe' "use_custom_proxy" : True, #default is False change to True to use a file containing multiple proxies of yours. "use_local_ip_address" : False, #default is False chnage to True to user your computers ip directly. "amount_of_account": 2, #amount of account you want to create make sure it doesnt exceed 50 for better performance "amount_per_proxy": 3, #this would be amont of account used if you have a you are using multiple proxies "proxy_file_path" : ASSET_DIR + "/proxies.txt", "email_domain": "gmail.com", "country": "UK", "activation_email_addr": "xxxxxxxxxxxxxxxx", "activation_email_pass": "xxxxxxxxxxxxxxxx", "activation_email_serv": "xxxxxxxxxxxxxxxx", "activation_email_spor": 993,

Expected behavior run the bot

Screenshots Capture

tommy2049 commented 4 years ago

same error