Closed stevealexandre closed 4 years ago
i checked api.py , two_factor_auth() is declared after login(),when call to two_factor_auth() is being made it is yet to be defined , therefore it is throwing an error i presume , fix suggested : declare two_factor_auth before login() in api.py ?
Should have been fixed in https://github.com/instagrambot/instabot/pull/1153
Close if still broken after update.
no reply. closing this
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like so [x]).Before submitting an issue, make sure you have:
Purpose of your issue?
The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.
For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.
Paste the output of
python -V
here: Python 3.5.1Code:
Error/Debug Log:
Describe your issue
At the first time of login, the method two_factor_auth seems not defined or have a trouble.