bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
310 stars 107 forks source link

Another Error on login #197

Closed mic-user closed 7 months ago

mic-user commented 8 months ago

whe call 'pinterest.login()' occured. Exception has occurred: TypeError WebDriver.__init__() got multiple values for argument 'options' File "source PATH\test.py", line 17, in <module> pinterest.login() TypeError: WebDriver.__init__() got multiple values for argument 'options' is this still active??

SamAmann commented 7 months ago

Same kind of error here:

driver = webdriver.Chrome(
TypeError: WebDriver.__init__() got multiple values for argument 'options'

Wondering if still supported? (saw the last commit 2 weeks ago, I have some faith 😇)

I've tried:

mic-user commented 7 months ago

@SamAmann Erm, no way to verify it since I have got official pinterest API approval. Thanks. Have a good day.

SamAmann commented 7 months ago

Good for you.

For others, I've forked the repo to check if I could do something. When testing out, the .login() worked fine while using the local repo. Maybe a lead?