FeezyHendrix / Insta-mass-account-creator

Instagram Account Creator 2024 - Not Maintained
Other
1.09k stars 345 forks source link

HELP SOS #63

Open r4x171 opened 5 years ago

r4x171 commented 5 years ago

python3 creator.py Traceback (most recent call last): File "creator.py", line 12, in accountCreator() File "creator.py", line 9, in accountCreator runBot() File "/cyber/Insta-mass-account-creator/modules/requestbot.py", line 96, in runBot account_info = new_account(country=Config['country']) TypeError: new_account() got an unexpected keyword argument 'country'

birdhouses commented 5 years ago

I have the same problem $ python creator.py Traceback (most recent call last): File "creator.py", line 12, in accountCreator() File "creator.py", line 9, in accountCreator runBot() File "C:\Users\peerd\Insta-mass-account-creator\modules\requestbot.py", line 95, in runBot account_info = new_account(country=Config['Germany']) KeyError: 'Germany'

$ python creator.py Traceback (most recent call last): File "creator.py", line 12, in accountCreator() File "creator.py", line 9, in accountCreator runBot() File "C:\Users\peerd\Insta-mass-account-creator\modules\requestbot.py", line 95, in runBot account_info = new_account(country=Config['Random']) KeyError: 'Random'

$ python creator.py Traceback (most recent call last): File "creator.py", line 12, in accountCreator() File "creator.py", line 9, in accountCreator runBot() File "C:\Users\peerd\Insta-mass-account-creator\modules\requestbot.py", line 95, in runBot account_info = new_account(country=Config['country']) TypeError: new_account() got an unexpected keyword argument 'country'

$ python creator.py Traceback (most recent call last): File "creator.py", line 12, in accountCreator() File "creator.py", line 9, in accountCreator runBot() File "C:\Users\peerd\Insta-mass-account-creator\modules\requestbot.py", line 95, in runBot account_info = new_account(country=Config['Belgium']) KeyError: 'Belgium'

It's driving me crazy!!