Text to speech API in Botium Speech Processing, gives me an ECONNREFUSEDError as response when testing in Swagger UI

50 views Asked by At

I have configured the Botium speech processing in my system. However when i test the Text to speech api, it is returning connection refused error.

Error: Calling url http://tts:59125/voices failed: Error: connect ECONNREFUSED 172.18.0.2:59125

Response body: { "status": "error", "message": "Calling url http://tts:59125/voices failed: Error: connect ECONNREFUSED 172.18.0.2:59125" }

Response HEader:

connection: keep-alive content-length: 119 content-type: application/json; charset=utf-8 date: Fri,02 Apr 2021 07:46:33 GMT etag: W/"77-GrTRBV7y7SPacgMXl9QIDhTdt1k" server: nginx/1.19.9 x-powered-by: Express

Could someone please help me with this configuration?

0

There are 0 answers