We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error when I try to execute main.py, any suggestions?
Traceback (most recent call last): File "main.py", line 30, in except (FileNotFoundError, IOError): NameError: name 'FileNotFoundError' is not defined
The text was updated successfully, but these errors were encountered:
try to execute with python3
Sorry, something went wrong.
Thanks Python3 worked for me.
However python is quitting unexpectedly after script finished running.
the script is simple
def mascara(InstaPy, username, password, proxy=None): try: session = InstaPy(username=username, password=password) session.login() session.follow_user_followers(['bli_bla_blou'], amount=25, randomize=False, sleep_delay=60) session.end() except: print(traceback.format_exc())
No other errors reported?
No branches or pull requests
I am getting this error when I try to execute main.py, any suggestions?
Traceback (most recent call last):
File "main.py", line 30, in
except (FileNotFoundError, IOError):
NameError: name 'FileNotFoundError' is not defined
The text was updated successfully, but these errors were encountered: