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
Traceback (most recent call last):
File "crawler.py", line 83, in
args.username, args.number, args.mode == "posts_full", args.debug
File "crawler.py", line 27, in get_posts_by_user
ins_crawler = InsCrawler(has_screen=debug)
File "/Users/nimesh/.Trash/instagram-crawler-master/inscrawler/crawler.py", line 70, in init
self.login()
File "/Users/nimesh/.Trash/instagram-crawler-master/inscrawler/crawler.py", line 87, in login
login_btn.click()
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 628, in _execute
return self._parent.execute(command, params)
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 312, in execute
self.error_handler.check_response(response)
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (400, 265). Other element would receive the click:
...
(Session info: headless chrome=89.0.4389.114)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "crawler.py", line 83, in
args.username, args.number, args.mode == "posts_full", args.debug
File "crawler.py", line 27, in get_posts_by_user
ins_crawler = InsCrawler(has_screen=debug)
File "/Users/nimesh/.Trash/instagram-crawler-master/inscrawler/crawler.py", line 70, in init
self.login()
File "/Users/nimesh/.Trash/instagram-crawler-master/inscrawler/crawler.py", line 87, in login
login_btn.click()
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 628, in _execute
return self._parent.execute(command, params)
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 312, in execute
self.error_handler.check_response(response)
File "/Users/nimesh/anaconda3/envs/untitled/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (400, 265). Other element would receive the click:
(Session info: headless chrome=89.0.4389.114)
The text was updated successfully, but these errors were encountered: