Giter Site home page Giter Site logo

connect ETIMEDOUT error about googlebard HOT 7 CLOSED

pawanosman avatar pawanosman commented on May 24, 2024 1
connect ETIMEDOUT error

from googlebard.

Comments (7)

PawanOsman avatar PawanOsman commented on May 24, 2024 1

in your provided screenshot the error is ETIMEDOUT means the request to the google bard website timed out, this error isn't from the library.
if you got a different error let me know
but for fixing this error you need to double-check if you have access to google bard from your IP or use a proxy

from googlebard.

PawanOsman avatar PawanOsman commented on May 24, 2024

First, make sure you have access to google bard, (your account must be whitelisted by google and Bard must be available in your country)
Then make sure your cookies are correct, use the Cookie-Editor extension that I mentioned in the readme, the old way we wrote to get cookies was wrong because the cookies we need are httponly and we can't get them by document.cookie

proxy is optional but recommended, especially for someone bard isn't available in their country

from googlebard.

yirenkeji555 avatar yirenkeji555 commented on May 24, 2024

Thank you for your reply. I can guarantee that the obtained cookie is correct, because I can access it using the python demo, but not using nodejs, because the request.session method in python can ensure that the cookie is sent.

PS: python demo github: https://github.com/acheong08/Bard/blob/1ca09299471b73128e3f463aac482bcec8469c52/src/Bard.py

from googlebard.

yirenkeji555 avatar yirenkeji555 commented on May 24, 2024

thank you.
I guess the mistake maybe cause the cookie can not send to bard host.

can you have a try delete cookie or wrong cookie, and see the response is timeout ?

thank you very much.

from googlebard.

Helvio88 avatar Helvio88 commented on May 24, 2024

Do cookies expire?

from googlebard.

PawanOsman avatar PawanOsman commented on May 24, 2024

thank you. I guess the mistake maybe cause the cookie can not send to bard host.

can you have a try delete cookie or wrong cookie, and see the response is timeout ?

thank you very much.

invalid or empty cookies won't make ETIMEDOUT, ETIMEDOUT means you can't even reach the server and your request timed out

from googlebard.

PawanOsman avatar PawanOsman commented on May 24, 2024

Do cookies expire?

yes, you can check the expiration date in your browser cookies

from googlebard.

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.