bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
293 stars 104 forks source link

upload_pin() and pin() not working #192

Closed YahyaBdd closed 7 months ago

YahyaBdd commented 9 months ago

Issue Description:

When I attempt to execute the "upload_pin()" function, I receive an error. Additionally, when I use the "pin()" function, I observe that it produces empty output without actually pinning the post, and no error messages are generated.

upload_pin() output:

error

Hypothesis:

@bstoilov I suspect that the issue may be related to the "UPLOAD_IMAGE" and "PIN_RESOURCE_CREATE" URLs not existing anymore. This could potentially explain the problem