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 @cytwill I have done some fix that allows to get the comments without the author name, perhaps this is a solution for now, until someone fix the path to get author name, the fix is in #76 cc @huaying
Hi, huaying, I just tried to use this IG-crawler to obtain comments of IG posts, but got such replies when running the example codes:
author = browser.find_one(".FPmhX", els_comment).text
AttributeError: 'NoneType' object has no attribute 'text'
So I guess there might be some updates to the IG javascript that might name these components with different labels, could you help me to check these?
The text was updated successfully, but these errors were encountered: