GithubHelp home page GithubHelp logo

404 Client Error about py3-pinterest HOT 5 CLOSED

bstoilov avatar bstoilov commented on May 29, 2024
404 Client Error

from py3-pinterest.

Comments (5)

bstoilov avatar bstoilov commented on May 29, 2024 2

Hey, do you still have any issues?

from py3-pinterest.

yusufulusoy avatar yusufulusoy commented on May 29, 2024

@bstoilov Hi, working but I don't understand sometimes has failed as 403 and 404 errors. I changed pinterest account may be account authentication problem.

from py3-pinterest.

bstoilov avatar bstoilov commented on May 29, 2024

Try deleting the credentials folder, that will force new login with new sessions. I never had your issue let me know if you figure out when it happens

from py3-pinterest.

selene-y avatar selene-y commented on May 29, 2024

@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?

from py3-pinterest.

pkxianjian avatar pkxianjian commented on May 29, 2024

@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

from py3-pinterest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.