chatgpt-ui icon indicating copy to clipboard operation
chatgpt-ui copied to clipboard

Typewriter not stopping and leaving undefined text in chat

Open ilovefreesw opened this issue 2 years ago • 7 comments
trafficstars

image

After enabling the typewriter effect, it either type so slowly and most of the time I get "undefined" in the chat response. But when I refresh the page, the message appears in the normal text.

ilovefreesw avatar Jun 21 '23 05:06 ilovefreesw

same, happening to me

NandhaKishorM avatar Jun 21 '23 08:06 NandhaKishorM

same, happening to me

For the time being..just turn it off.

ilovefreesw avatar Jun 21 '23 09:06 ilovefreesw

This maybe issue with front end vue js, Logs User [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core [nitro] [dev] [unhandledRejection] TypeError: Cannot read properties of undefined (reading 'dark')

NandhaKishorM avatar Jun 21 '23 09:06 NandhaKishorM

Oh man, I'm getting this too. Any solution yet (besides just turning it off?)

GOvEy1nw avatar Jul 01 '23 11:07 GOvEy1nw

Oh man, I'm getting this too. Any solution yet (besides just turning it off?)

Not yet.

ilovefreesw avatar Jul 03 '23 04:07 ilovefreesw

the same problem!!!

Lucas-Chen-10 avatar Jul 17 '23 07:07 Lucas-Chen-10

For me, setting NUXT_PUBLIC_TYPEWRITER=false helped.

Seems, there is a bug in the file Conversation.vue. Changing line 29 to "if (runtimeConfig.public.typewriter && nextMessage.length)" solves the issue also NUXT_PUBLIC_TYPEWRITER=true.

thwolter avatar Aug 03 '23 15:08 thwolter