InstaPy / instagram-profilecrawl

📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrape comment returns error

itsdante opened this issue · comments

INFO [2019-07-15 15:45:53] found comments: 4 ERROR [2019-07-15 15:45:53] Message: no such element: Unable to locate element: {"method":"css selector","selector":"h2 + span, h3 + span"}

I found that the css selector sometime will not work, it's due to either the selector did not find this or

INFO [2019-07-15 15:49:45] found comments: 5 ERROR [2019-07-15 15:49:45] Message: no such element: Unable to locate element: {"method":"css selector","selector":"a"}

i'm trying to find a way to differentiate this for some user, but maybe someone has already solve it