Git Product home page Git Product logo

Comments (34)

acheong08 avatar acheong08 commented on May 19, 2024

It means you don't have beta access

from edgegpt.

yubuyuabc avatar yubuyuabc commented on May 19, 2024

In fact, I have new bing chat access

from edgegpt.

Irisaka avatar Irisaka commented on May 19, 2024

The same issue, I have beta access but still get "Authentication failed".

from edgegpt.

Manamama avatar Manamama commented on May 19, 2024

A tip from the Very Large Lettered status quo:
UPDATE 2023/02/14 - Do not use for now while I verify its safety

Now, how long have you waited for that beta access, guys? Any tips to expedite that before they chroot jail it further?

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

In fact, I have new bing chat access

How did you write the cookies.json. Is the format correct? Does it include the _U cookie? What version did you run? Did you point it to the right path?

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

image

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

My cookie.json:

[
    {
        "domain": "www.bing.com",
        "hostOnly": true,
        "httpOnly": false,
        "name": "_U",
        "path": "/",
        "sameSite": null,
        "secure": false,
        "session": true,
        "storeId": null,
        "value": "..."
    }
]

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

image

I've made a cookies.json, but still error like this picture

I see. You didn't set the environment variable

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

I'll add more documentation for developer usage

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Set export COOKIE_FILE=/path/to/cookies.json

from edgegpt.

superhermes avatar superhermes commented on May 19, 2024

My cookie.json:

[
    {
        "domain": "www.bing.com",
        "hostOnly": true,
        "httpOnly": false,
        "name": "_U",
        "path": "/",
        "sameSite": null,
        "secure": false,
        "session": true,
        "storeId": null,
        "value": "..."
    }
]

The json that is copied with the extension in the description looks like this.

image

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Does _U show up anywhere there?

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

And the issue here is that you didn't set the cookie path as environment variable

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Set export COOKIE_FILE=/path/to/cookies.json

^ This is the solution

from edgegpt.

Irisaka avatar Irisaka commented on May 19, 2024

image

image

Confused.

from edgegpt.

laixiao avatar laixiao commented on May 19, 2024

I70NTU(~_)2ZKUD49 N5C
TGTVEVK{W3R~UO7ZIY(6B}A
6_YT02SYM6OY_5IG46{CPRS

from edgegpt.

Irisaka avatar Irisaka commented on May 19, 2024

image

I can get cookies, but cannot pass authentication.

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Found the issue. You might want to check it

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Closing and moving over to the other issue

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

ReOpening

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

We got new info that people with the KievRPSSecAuth cookie cannot use the program for some reason.

from edgegpt.

Irisaka avatar Irisaka commented on May 19, 2024

屏幕截图_20230215_193024

image

I get the KievRPSSecAuth cookie, maybe this is the problem. In depression...

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Oh wait there was bug in release

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Try https://github.com/acheong08/EdgeGPT/releases/tag/0.0.42

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

And send the error logs

from edgegpt.

Irisaka avatar Irisaka commented on May 19, 2024

image

After updated, back to the original problem.

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Can you show the bit before that?

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

It shows the error code and response text

from edgegpt.

Irisaka avatar Irisaka commented on May 19, 2024

image

Oh, sorry, I'm not queit familiar to this.

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Thanks I will look into this

from edgegpt.

906596696 avatar 906596696 commented on May 19, 2024

Thanks I will look into this

This may be caused by a banned region, such as China. This can be solved by adding this to the header。Or use proxy.
"x-forwarded-for": "8.8.8.8" @acheong08

from edgegpt.

EightEggs avatar EightEggs commented on May 19, 2024

Thanks I will look into this

This may be caused by a banned region, such as China. This can be solved by adding this to the header。Or use proxy. "x-forwarded-for": "8.8.8.8" @acheong08

Exactly. People can use extensions in browser such as ModHeader to set "x-forwarded-for": "8.8.8.8".
However we do not know how to set it in a python script.

from edgegpt.

906596696 avatar 906596696 commented on May 19, 2024

Thanks I will look into this

This may be caused by a banned region, such as China. This can be solved by adding this to the header。Or use proxy. "x-forwarded-for": "8.8.8.8" @acheong08

Exactly. People can use extensions in browser such as ModHeader to set "x-forwarded-for": "8.8.8.8". However we do not know how to set it in a python script.

image
you can edit this or wait for author update

from edgegpt.

acheong08 avatar acheong08 commented on May 19, 2024

Thanks I will look into this

This may be caused by a banned region, such as China. This can be solved by adding this to the header。Or use proxy. "x-forwarded-for": "8.8.8.8" @acheong08

Will do. Thanks for the fix

from edgegpt.

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.