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
File "F:\inspython\instagram-profilecrawl\util\extractor.py", line 34, in init
self.container = self.browser.find_element_by_class_name('v9tJq')
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 564, in find_element_by_class_name
return self.find_element(by=By.CLASS_NAME, value=name)
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
'value': value})['value']
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".v9tJq"}
(Session info: chrome=131.0.6778.205)
The text was updated successfully, but these errors were encountered:
File "F:\inspython\instagram-profilecrawl\util\extractor.py", line 34, in init
self.container = self.browser.find_element_by_class_name('v9tJq')
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 564, in find_element_by_class_name
return self.find_element(by=By.CLASS_NAME, value=name)
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
'value': value})['value']
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "F:\inspython\instagram-profilecrawl\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".v9tJq"}
(Session info: chrome=131.0.6778.205)
The text was updated successfully, but these errors were encountered: