why is my openai assistant running in the playground suddenly going blank when in the middle of a run? this is ruining my demo and i have no idea what happened. is there anything i can do to track this? how do i pull the log up after is just dies like this?
when i open the inspect i see this:
index-DB63QSOe.js:90
TypeError: Cannot read properties of undefined (reading ‘replace’)
at pre (index-DB63QSOe.js:173:112580)
at LI (index-DB63QSOe.js:126:61543)
at FG (index-DB63QSOe.js:126:116676)
at NG (index-DB63QSOe.js:126:112391)
at yEe (index-DB63QSOe.js:126:112317)
at mw (index-DB63QSOe.js:126:112167)
at T5 (index-DB63QSOe.js:126:108526)
at MG (index-DB63QSOe.js:126:107473)
at O (index-DB63QSOe.js:118:1554)
at MessagePort.H (index-DB63QSOe.js:118:1914)
index-DB63QSOe.js:126 Uncaught
TypeError: Cannot read properties of undefined (reading ‘replace’)
at pre (index-DB63QSOe.js:173:112580)
at LI (index-DB63QSOe.js:126:61543)
at FG (index-DB63QSOe.js:126:116676)
at NG (index-DB63QSOe.js:126:112391)
at yEe (index-DB63QSOe.js:126:112317)
at mw (index-DB63QSOe.js:126:112167)
at T5 (index-DB63QSOe.js:126:108526)
at MG (index-DB63QSOe.js:126:107473)
at O (index-DB63QSOe.js:118:1554)
at MessagePort.H (index-DB63QSOe.js:118:1914)
this is right after i tried to test a function which didnt work and then removed it. what mean?