FunASR icon indicating copy to clipboard operation
FunASR copied to clipboard

How to ensure that a service continues to run after reporting an error?

Open 0902081008 opened this issue 1 year ago • 2 comments
trafficstars

I can start the service normally using the official Docker image, and I can transcribe it normally, but as soon as I send the wrong ws.send to the server, the service just crashes and I have to run the command again to start it, Is there any better way to solve this problem?

0902081008 avatar Dec 27 '23 11:12 0902081008

I send the wrong ws.send to the server

Would you please detail the 'I send the wrong ws.send to the server' ?

LauraGPT avatar Dec 27 '23 15:12 LauraGPT

I was working on another project , sent a json to this websocket service accidentally. E.g

{
  "aaa": "bbb",
  "ccc": "ddd"
}

service crashed :(

0902081008 avatar Dec 27 '23 15:12 0902081008

The issue has been fixed and will be released in the next version.

lyblsgo avatar Jan 02 '24 01:01 lyblsgo