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
The scraper should be able to find the login button in order to click it. The issue is that the scrapers cannot find it with the given name. So, changing it to this solves the issue for me, but the class name can change in the future. Change line 86 in inscrawler/crawler.py to below login_btn = browser.find_one('button[class="_acan _aiit _acap _aijb _acas _aj1-"]')
nuwandda
added a commit
to nuwandda/instagram-crawler
that referenced
this issue
Mar 14, 2023
Bug/Feature/Support
AttributeError: 'NoneType' object has no attribute 'click'
It can't login.
How to reproduce
Just follow the instruction on Readme.
Motivation
If this code isn't capable of using, what's the point to contruct it?
The text was updated successfully, but these errors were encountered: