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

This happens anytime I try to do anything 2018-03-24 13:19:12,466 - INFO - error, read exception bellow 2018-03-24 13:19:12,466 - INFO - list index out of range #476

Closed sagepierce closed 6 years ago

sagepierce commented 6 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:

Code:

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

bot = Bot()
bot.login(username="user", password="pass")
followers = bot.get_user_followers(bot.user_id)

Error/Debug Log:

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.

sudoguy commented 6 years ago

Please, follow the guide. I can't help you without Traceback and more details.

sagepierce commented 6 years ago

Hey man it works I was just setting the environment up wrong. Thank you for your awesome tutorial

On Sat, Mar 24, 2018 at 1:30 PM Evgeny Kemerov notifications@github.com wrote:

Please, follow the guide. I can't help you without Traceback and more details.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/instagrambot/instabot/issues/476#issuecomment-375918737, or mute the thread https://github.com/notifications/unsubscribe-auth/Aj71i_KMELtmkUviUjC1Odw_o2OcYeWeks5thp7ggaJpZM4S53X6 .

--