I’m reaching out because I’ve once again encountered the issue previously discussed in the thread titled “Unable to Get a Streaming Response from ChatGPT”. The issue involves not being able to receive responses from the online version of ChatGPT in real-time.
When prompting a message, I see no response. However, after refreshing the page, the response does appear in the history list, indicating that the responses are being processed but are not streamed back in real-time.
The console log reveals the following errors:
TypeError: Failed to execute 'getReader' on 'ReadableStream': ReadableStreamDefaultReader constructor can only accept readable streams that are not yet locked to a reader
WebSocket connection to 'wss://chatgpt-async-webps-prod-southcentralus-34.webpubsub.azure.com/client…' failed
WebSocket took too long to respond: ...
These errors seem to involve a problem with the ReadableStream and a failure in establishing a WebSocket connection.
I’ve attempted all the troubleshooting steps that were suggested in the previous thread, including:
- disabling all blockers,
- clearing cookies,
- browser cache, localStorage, Session Storage,
- trying different browsers.
- I’ve disabled IPv6 on my Mac’s WiFi settings, which was a solution that seemed to work for some users previously.
Despite these efforts, the problem persists. The issue does not occur when using the mobile version.
If anyone has encountered a similar problem or has any suggestions, your input would be greatly appreciated. Additionally, it would be beneficial if someone from OpenAI could provide some insights or support regarding this issue.
Thank you in advance for your help.