bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
312 stars 106 forks source link

Error on login #195

Open andrei-io opened 1 year ago

andrei-io commented 1 year ago

Due to the restructuring of the chromedriver urls, the login action fails with this error

ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/119.0.6045/chromedriver_linux64.zip

tonyapy commented 1 week ago

Hey I don't know if any of this will help, but I was getting a similar error in Windows 10. After much experimentation this is what fixed it:

  1. Installed latest version of ChromeDriver.exe and added it to System Variables Path
  2. Updated Pinterest.py using every revision provided in Issue #183, including the comment by spenceryrose at the end (removing the install() function param from webdriver.Chrome).
  3. Updated Selenium package to the latest version.

Only after I'd made all these changes did the pinterest login finally work. Hope this is helpful on Linux.