You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it's coming from line 163 in the Pinterest.py module:
File ~/anaconda3/lib/python3.9/site-packages/py3pin/Pinterest.py:163 in request
response.raise_for_status()
Note, I updated my version of the package to fix for the new Selenium change over from "find_element_by..." to "find_element(By...)"
The text was updated successfully, but these errors were encountered:
This error is popping up: HTTPError: 403 Client Error: Forbidden for url: https://www.pinterest.com/resource/PinResource/create/
Looks like it's coming from line 163 in the Pinterest.py module:
File ~/anaconda3/lib/python3.9/site-packages/py3pin/Pinterest.py:163 in request
response.raise_for_status()
Note, I updated my version of the package to fix for the new Selenium change over from "find_element_by..." to "find_element(By...)"
The text was updated successfully, but these errors were encountered: