velivelo / insta-bot

An Insagram bot made with Python and independant from the Instagram API.
7 stars 4 forks source link

Error #6

Closed rkovachev88 closed 6 years ago

rkovachev88 commented 6 years ago

Hello,

I have this error after the last update:

Traceback (most recent call last):
  File "C:\...\insta-bot-master\src\automod-rk.py", line 81, in start
    for media in self.explore(random.choice(tags))[:max_stack_size]:
  File "C:\...\AppData\Local\Programs\Python\Python36\lib\random.py", line 259, in choice
    return seq[i]
KeyError: 13

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\...\insta-bot-master\src\automod-rk.py", line 146, in <module>
    "end_at": datetime.time(hour=23, minute=15),
  File "C:\...\insta-bot-master\src\automod-rk.py", line 137, in start
    self.start(saved_args)
  File "C:\...\insta-bot-master\src\automod-rk.py", line 132, in start
    sys.stdout("{} Error {}".format(formatedDate(), e))
TypeError: '_io.TextIOWrapper' object is not callable