Giter Club home page Giter Club logo

Comments (6)

rickkk856 avatar rickkk856 commented on July 21, 2024 1

FIXED PROBLEM --

Open Scraper.py and change in line 57

    self.browser.get("https://www.pinterest.com")

for
self.browser.get("https://br.pinterest.com/login/")

from pinterest-image-scraper.

Aquahugs avatar Aquahugs commented on July 21, 2024

I am also having this error

from pinterest-image-scraper.

rickkk856 avatar rickkk856 commented on July 21, 2024

Same problem here... I'm not sure but it seems its not working because the chromedriver cant log in pinterest account... maybe something has changed.

---> 16 ph = s.Pinterest_Helper("Email_here" , "Password_here", chrome)
---> 58 emailElem = self.browser.find_element_by_name('id')
--> 496 return self.find_element(by=By.NAME, value=name)
--> 976 return self.execute(Command.FIND_ELEMENT, {
--> 242 raise exception_class(message, screen, stacktrace)

NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"[name="id"]"}
(Session info: chrome=86.0.4240.198)

from pinterest-image-scraper.

aksthelion avatar aksthelion commented on July 21, 2024

FIXED PROBLEM --

Open Scraper.py and change in line 57

    self.browser.get("https://www.pinterest.com")

for self.browser.get("https://br.pinterest.com/login/")

Sorry doesn't work for me.

from pinterest-image-scraper.

rickkk856 avatar rickkk856 commented on July 21, 2024

@aksthelion since i'm loggin from brazil, maybe you could try only self.browser.get("https://pinterest.com/login/") instead of using the br prefix. But i'm not sure if it will still work out.... used it a long time ago, maybe they can have updated it.

from pinterest-image-scraper.

aksthelion avatar aksthelion commented on July 21, 2024

Changing url doesn't have much effect, it may be some other major error. I doubt if this script still works?

from pinterest-image-scraper.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.