chatGPTBox icon indicating copy to clipboard operation
chatGPTBox copied to clipboard

Error with responses last couple days.

Open Aerasyn opened this issue 1 year ago • 2 comments

Describe the bug 问题描述 The last couple days whenever i use the highlight text function it always repsonds with ther error : "Error:

Please keep https://chat.openai.com open and try again. If it still doesn't work, type some characters in the input box of chatgpt web page and try again."

I do keep the chatgpt tab pinned and open in my browser like always but now it doesn't seem to honor that anymore

To Reproduce 如何复现 Steps to reproduce the behavior: Attempt to get the extenstion to produce text from chatgpt web

Expected behavior 期望行为 A correct reponse from the extension within the context of the usage

Screenshots 截图说明 image

Please complete the following information): 请补全以下内容

  • OS: Windows 11 23H2
  • Browser: Firefox 123.0
  • Extension Version: 2.4.9 (Latest)

Aerasyn avatar Feb 23 '24 22:02 Aerasyn

https://github.com/josStorer/chatGPTBox/issues/627

duAffentier avatar Feb 24 '24 16:02 duAffentier

fixed in https://github.com/josStorer/chatGPTBox/commit/1fc3cd8ee072d420fc54e4ce01a6853c71c82927

After conducting some investigation, I found that OpenAI seems to have adopted different strategies for different accounts. Since my account still adheres to the traditional SSE strategy, I mistakenly assumed that everything was still normal. I have now adapted to the new WebSocket strategy and automatically adopted the appropriate strategy according to OpenAI's response.

josStorer avatar Mar 04 '24 15:03 josStorer