xjdeng / pinterest-image-scraper

Takes the URL to a Pinterest board and returns a List of all of the image URLs on that board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Causing this error after executing --- ph = s.Pinterest_Helper('username' , 'password')

ShakirKhurshid opened this issue · comments

File "", line 1, in
File "/home/frostman/work_stuff/Scraped Images/pinterest-image-scraper/pinterest_scraper/scraper.py", line 58, in init
emailElem = self.browser.find_element_by_name('id')
File "/home/frostman/venvs/scrp/lib/python3.5/site-packages/selenium/webdriver/remote/webdriver.py", line 487, in find_element_by_name
return self.find_element(by=By.NAME, value=name)
File "/home/frostman/venvs/scrp/lib/python3.5/site-packages/selenium/webdriver/remote/webdriver.py", line 955, in find_element
'value': value})['value']
File "/home/frostman/venvs/scrp/lib/python3.5/site-packages/selenium/webdriver/remote/webdriver.py", line 312, in execute
self.error_handler.check_response(response)
File "/home/frostman/venvs/scrp/lib/python3.5/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [name="id"]