ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

500 error at multi_script login #317

Closed completelyAbsorbed closed 7 years ago

completelyAbsorbed commented 7 years ago

Please follow the guide below


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 2.7.13

Code: python multi_script_CLI.py

# Example code that will produce the error reported
from instabot import Bot

bot = Bot()
followers = bot.get_user_followers(bot.user_id)

Error/Debug Log: 2017-08-26 14:13:02,410 - WARNING - Request return 500 error! 2017-08-26 14:13:02,410 - INFO - Login or password is incorrect.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ZeroDivisionError: integer division or modulo by zero

Describe your issue

Explanation of your issue goes here. Please make sure the description is worded well enough to be understood with as much context and examples as possible.

I'm using the correct credentials, checked many times and was able to log in via browser with these credentials, but cannot log in the bot with them.

ohld commented 7 years ago

Does the issue appear now, after you update the bot? Reopen if yes. If you found the solution please make the pull request.

completelyAbsorbed commented 7 years ago

I ended up using Lev Pasha's InstagramAPI instead