Open FunMelon opened 3 days ago
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.