Sobrino Julian
Sobrino Julian
I found a workaround for this issue. On [instabot/instabot/bot/bot_get.py](https://github.com/instagrambot/instabot/blob/master/instabot/bot/bot_get.py) at line 75. `def get_timeline_medias(self, filtration=True)`. set `filtration=False`. I tried it with `examples/infinity_feedliker.py`.
Hi. I'm sorry my usecase was just liking. So I didnt even read about comment in the issue title. It works with `infinity_feedliker.py`. Checkout `comment_medias` method at line 91 in...
I have the same issue as @D4llo. However, it's not related to the circular dependency issue discussed here (at least there is no infinite loop, just a direct error). This...