yeah, really weird..
backend-api-1 | [02:54:13.785] ERROR (122): Failed to callback transcription
backend-api-1 | req: {
backend-api-1 | "id": 3,
backend-api-1 | "method": "POST",
backend-api-1 | "url": "/deepgram/callback/5e16fc60-9dc8-4f96-b42b-05788533ced5",
backend-api-1 | "query": {},
backend-api-1 | "params": {
backend-api-1 | "0": "deepgram/callback/5e16fc60-9dc8-4f96-b42b-05788533ced5"
backend-api-1 | },
backend-api-1 | "headers": {
backend-api-1 | "content-type": "application/json",
backend-api-1 | "user-agent": "PostmanRuntime/7.31.0",
backend-api-1 | "accept": "*/*",
backend-api-1 | "postman-token": "9fdea8ae-9ed5-4bb4-b294-0416a2ad2008",
backend-api-1 | "host": "localhost:3001",
backend-api-1 | "accept-encoding": "gzip, deflate, br",
backend-api-1 | "connection": "keep-alive",
backend-api-1 | "content-length": "1224009"
backend-api-1 | },
backend-api-1 | "remoteAddress": "::ffff:172.18.0.1",
backend-api-1 | "remotePort": 59534
backend-api-1 | }
backend-api-1 | context: "DeepgramController"
is the response for this:
this.deepgramService
.callbackTranscription(params.fileUUID, req.body)
.catch((error) => {
this.logger.error('Failed to callback transcription', error)
})
no error involved..