Open havij202025 opened 1 month ago
i got same error with latest version of library
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:
@subzeroid should I do a PR to fix it ?
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.