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
321 stars 62 forks source link

Plugin does not work/saving no longer works #20

Closed pretannikai closed 1 year ago

pretannikai commented 1 year ago

Hello,

For some reason, I had the plugin working fine last night in Chrome and Notion, but now it will no longer save anything.

Seems like maybe chatgpt-to-notion.onrender.com is down??

Chrome: Version 112.0.5615.49 (Official Build) (x86_64) Notion on Mac: Version 2.1.13 (2.1.13)

It seems to successfully connect to the DB in Notion, showing the right tags for it on the settings page of the plugin, but when I click "Save full chat", the plugin just flashes, and does nothing. It will continue to do that as long as I click "save full chat".

I have tested with multiple DBs in Notion, with simplified table structures too, but no dice.

I have tried taking the plugin out of Chrome and reinstalling it to no avail. I've also tried clearing cache/history in Chrome, also no dice.

I've also noticed that where yesterday, there seemed to be a little thumbtack icon showing up along my prompts in ChatGPT itself, that no longer shows at all.

See attached screenshot of Chrome dev tools console log.

Ideas?

Screen Shot 2023-04-13 at 2 27 49 PM

L-a-r-t commented 1 year ago

Hi, I have recieved a lot of reports about a similar issue over the past 24 hours and I have just pinned down the problem: OpenAI changed the URL of ChatGPT! The base URL was previously "chat.openai.com/chat" and is now just "chat.openai.com". The extension relies on the URL scheme of the page for its contents scripts to target the correct page so this was obviously a breaking change.

I could have chosen to target anything that starts with "chat.openai.com" from the beginning but chose not to because it is related to more stuff than the pages that are directly related to the ChatGPT interface. Guess I don't have the choice anymore