It only fills the password and throw wrong login data.
anyone managed to solve it ?
@sionking already done here https://github.com/timgrossmann/InstaPy/issues/2133#issuecomment-394098747
using open PR #2146 but need to ADD small delay sleep(1)
at new line 147.
Mine working fine. 馃憤
Feel free to check & update.
works for me on ubuntu
added sleep(1) at new line 147 in instapy/login_util.py
Had this same issue and after banging my head against the keyboard for an hour or two, PR #2146 and https://github.com/timgrossmann/InstaPy/issues/2133#issuecomment-394098747 worked perfect. 馃憤 馃
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this problem still occurs, please open a new issue
Most helpful comment
@sionking already done here https://github.com/timgrossmann/InstaPy/issues/2133#issuecomment-394098747
using open PR #2146 but need to ADD small delay
sleep(1)
at new line 147.Mine working fine. 馃憤
Feel free to check & update.