question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello,

Whenever I try to send a pin with pin() I get an error:

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://www.pinterest.com/resource/PinResource/create/

How can I fix it?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
bstoilovcommented, Sep 7, 2019

Hey, do you still have any issues?

0reactions
pkxianjiancommented, Aug 29, 2020

@bstoilov Hello, I got the same error here, here is the error message:

Exception has occurred: HTTPError
404 Client Error: Not Found for url: https://www.pinterest.com/resource/PinResource/create/

Here is my code:

def pin(board_id='',
        section_id=None,
        image_url='https://i.pinimg.com/564x/cb/ae/c1/cbaec1bb42b0a38c2eecbd69af8d1678.jpg',
        description='this is auto pin',
        title='a bot did this',
        link='https://www.google.com/'):
    return pinterest.pin(board_id=board_id, section_id=section_id, image_url=image_url,
                         description=description, title=title, link=link)

I have deleted the credentials folder and it doesn’t work. Besides, I have try creating a pin on website and it is successful. How can I fix it?

your board_id is empty,you should get your board_id first

Read more comments on GitHub >

github_iconTop Results From Across the Web

404 Not Found Error: What It Is and How to Fix It - Airbrake Blog
The 404 Not Found Error is an HTTP response status code, which indicates that the requested resource could not be found. Like most...
Read more >
HTTP 404 - Wikipedia
In computer network communications, the HTTP 404, 404 not found, 404, 404 error, page not found or file not found error message is...
Read more >
Error 404: 4 Ways to Fix It - Hostinger
Error 404 is a client-side issue indicating the requested URL can't be found on the server. It may occur because of several reasons,...
Read more >
Error 404 not found - What does it mean & how to fix it! - IONOS
Something along the lines of '404 Not Found'. A 404 error is the standardized HTTP status code. The message is sent from the...
Read more >
How to Fix Error 404 Not Found on Your WordPress Site - Kinsta
Basically, it means that the client (your, or your visitor's, web browser) was able to successfully connect to the host (your website's server), ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found