L-a-r-t / chatgpt-to-notion

ChatGPT to Notion brings the cleverness of ChatGPT right into your Notion workspace!
https://chrome.google.com/webstore/detail/chatgpt-to-notion/oojndninaelbpllebamcojkdecjjhcle
332 stars 64 forks source link

Unexpected end of JSON output when saving full chat. #43

Open FunMelon opened 3 days ago

FunMelon commented 3 days ago

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. image I try to read the console log, and I guess It takes html as JSON. image

FunMelon commented 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. 3f88b5ce9b81206a2ff286719529914d As a Chinese developer, I have to use Clash to access the openai website, so pity!