PeoplePlusAI / sunva-frontend

Frontend app for project sunva
3 stars 0 forks source link

Duplicate text display in Original STT transcription #3

Closed maximaminima closed 2 weeks ago

maximaminima commented 3 weeks ago

image

As you can see in FE, there is duplicate text being shown often. Debug and identify the rootcause for this.

gksoriginals commented 3 weeks ago

@fbn776 backend is tested and it is returning text only once.

fbn776 commented 2 weeks ago

I'll check it out

fbn776 commented 2 weeks ago

I tested it. Its a frontend issue. It's caused by something being off here

gksoriginals commented 2 weeks ago

@fbn776 I checked the frontend code and tried some logging. The json data is received only once but still the data.text is being printed in the log multiple times. Is this due to some web socket or event handler being called multiple times ?