You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time when I try saving full chat I meet this bug, and I also try chrome but met the same bug. However it works well in my friend' s comupter.
I try to read the console log, and I guess It takes html as JSON.
The text was updated successfully, but these errors were encountered:
I try to modify the index.js to see the response of the code blow:
let r = await fetch("https://chatgpt.com/backend-api/conversation/" + e, { method: "GET", headers: t, credentials: "include" });
And I see it returns the Cloudflare check website, so the JSON parse went wrong.
As a Chinese developer, I have to use Clash to access the openai website, so pity!
Every time when I try saving full chat I meet this bug, and I also try chrome but met the same bug. However it works well in my friend' s comupter.
I try to read the console log, and I guess It takes html as JSON.
The text was updated successfully, but these errors were encountered: