Discussions
Constantly getting "Internal Server Error" on stream talk
WebRTC setup is working fine but when sending a talks stream request constantly receiving this -
Response {
[Symbol(realm)]: null,
[Symbol(state)]: {
aborted: false,
rangeRequested: false,
timingAllowPassed: true,
requestIncludesCredentials: true,
type: 'default',
status: 500,
timingInfo: {
startTime: 20323972.061329,
redirectStartTime: 0,
redirectEndTime: 0,
postRedirectStartTime: 20323972.061329,
finalServiceWorkerStartTime: 0,
finalNetworkResponseStartTime: 0,
finalNetworkRequestStartTime: 0,
endTime: 0,
encodedBodySize: 59,
decodedBodySize: 59,
finalConnectionTimingInfo: null
},
cacheState: '',
statusText: 'Internal Server Error',
headersList: HeadersList {
cookies: null,
[Symbol(headers map)]: [Map],
[Symbol(headers map sorted)]: null
},
urlList: [ URL {} ],
body: { stream: undefined }
},
[Symbol(headers)]: HeadersList {
cookies: null,
[Symbol(headers map)]: Map(11) {
'date' => [Object],
'content-type' => [Object],
'content-length' => [Object],
'connection' => [Object],
'x-amzn-requestid' => [Object],
'x-amzn-remapped-content-length' => [Object],
'x-amz-apigw-id' => [Object],
'vary' => [Object],
'etag' => [Object],
'x-powered-by' => [Object],
'x-amzn-trace-id' => [Object]
},
[Symbol(headers map sorted)]: null
}
}
I have also tried creating a new account and using other API keys it did not work
it was working fine day before yesterday.