OlegYurchik / pyInstagram

This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
MIT License
232 stars 49 forks source link

Ошибка загрузки комментариев #4

Closed vovnit closed 6 years ago

vovnit commented 6 years ago

Проблема при попытке загрузки комментариев для любого поста Traceback (most recent call last): File "D:/Work/python/instagram/main.py", line 35, in agent.getComments(media=s, count=s.comments_count) File "D:\Work\python\instagram\instagram.py", line 126, in wrapper raise e File "D:\Work\python\instagram\instagram.py", line 121, in wrapper return func(*args, **kwargs) File "D:\Work\python\instagram\instagram.py", line 335, in getComments data=edge['node']['created_at'], TypeError: call() missing 1 required positional argument: 'key'

OlegYurchik commented 6 years ago

Решено