bstoilov / py3-pinterest

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

Bad request for url - Can't create pins #184

Open radziokoz opened 1 year ago

radziokoz commented 1 year ago

Basically https://www.pinterest.com/upload-image/ isn't exists and you can't upload pins. image

mikolajmikolajczak0108 commented 1 year ago

+1, same error byt with different address: File "C:\Users\micro\PycharmProjects\PinterestGPT\venv\Lib\site-packages\requests\models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://www.pinterest.com/resource/PinResource/create/

Mw0001 commented 1 year ago

How you fix this problem?

+1, same error byt with different address: File "C:\Users\micro\PycharmProjects\PinterestGPT\venv\Lib\site-packages\requests\models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://www.pinterest.com/resource/PinResource/create/

usamaehsan commented 10 months ago

anyone able to fix this?