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

ошибка при добавлении комментария #5

Closed rond5137 closed 6 years ago

rond5137 commented 6 years ago

Traceback (most recent call last): File "C:/Users/max/Desktop/instagram/liker_andcommenter.py", line 27, in agent.addComment(text='Класс!', media=m) File "C:\Users\max\Desktop\instagram\instagram.py", line 124, in wrapper raise e File "C:\Users\max\Desktop\instagram\instagram.py", line 119, in wrapper return func(*args, **kwargs) File "C:\Users\max\Desktop\instagram\instagram.py", line 757, in addComment data=data['created_time'], TypeError: call() missing 1 required positional argument: 'key'

rond5137 commented 6 years ago

722 строка: data['id'], вместо id=data['id'],