The Playground crash at the end of the answer

Hello everyone

In the Playground, no matter what parameters are selected (model, temperature, max tokens) I get a response that is displayed progressively in stream, and at the end of the response the browser page goes blank.

This has never happened to me. It’s been happening systematically since yesterday. Do you have an explanation/solution?

I change the content of the system message and the user message and it doesn’t change anything. Neither does the length of my prompts.

Thanks for your help!

1 Like

Same thing is happening to me, it even deleted my preset’s system message.

Hi @secch97

I confirm, The preset’s are deleted too.

It started yesterday’s evening (2024-05-13)

Jumping on this thread, started happening just today - full page crash with only a browser console message of Uncaught DOMException: The quota has been exceeded.. If that was true (which it’s not) I would expect an in-app error, but it’s a complete page crash after the assistant completes a reply.

EDIT: after seeing a duplicate bug report about this being browser specific, i just noticed that it doesn’t seem to be crashing in Chrome, but is crashing in FF.

I use Chrome Version 124.0.6367.208 and it crashes

SOLVED FOR ME

I deleted my entire 30-day history and no longer have the problem.

In my browser I did have a :

DOMException: Failed to execute ‘setItem’ on ‘Storage’: Setting the value of ‘oai/user-************************/time-travel/chat-history/data’ exceeded the quota.

1 Like

Nice catch! It also works by just deleting the browsers storage

1 Like

Can confirm, deleting the browser data in chrome from the last 4 weeks did the trick! Thanks!

Going to Devtools → Applications → Local Storage and clearing the entire https://platform.openai.com local storage by clicking left on it and Clear solves it

1 Like