You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, i got same error, i fixed it by changing a line in instagrapi/extractors.py (function extract_direct_thread) : if "inviter" in data: became if "inviter" in data and data["inviter"] is not None:
hi guys. when i get direct messages "self._cl.direct_threads(amount=3)", show me this error "'NoneType' object has no attribute 'get'"
please help me.
The text was updated successfully, but these errors were encountered: