-
Notifications
You must be signed in to change notification settings - Fork 22
Description
console error:
Getting Followers list
Please wait...
Traceback (most recent call last):
File "c:/Users/shrim/Downloads/Compressed/Instagram_Bot-master/Instagram_Bot-master/InstaBot.py", line 629, in
obj.start_unfollow() #Haha! Again self explanatory
File "c:/Users/shrim/Downloads/Compressed/Instagram_Bot-master/Instagram_Bot-master/InstaBot.py", line 260, in start_unfollow
self.create_exclusions_list()
File "c:/Users/shrim/Downloads/Compressed/Instagram_Bot-master/Instagram_Bot-master/InstaBot.py", line 516, in create_exclusions_list
self.get_unfollowers()
File "c:/Users/shrim/Downloads/Compressed/Instagram_Bot-master/Instagram_Bot-master/InstaBot.py", line 151, in get_unfollowers
followers_names= self.get_followers_list() #Getting Followers list
File "c:/Users/shrim/Downloads/Compressed/Instagram_Bot-master/Instagram_Bot-master/InstaBot.py", line 92, in get_followers_list
scrollbox= self.driver.find_element_by_xpath('/html/body/div[6]/div/div[2]')
File "C:\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 394, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "C:\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
'value': value})['value']
File "C:\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Python37\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":"xpath","selector":"/html/body/div[6]/div/div[2]"}