Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@hl4-pre-instance:/opt/openvidu$ sudo docker-compose logs -f app
- Attaching to openvidu_app_1
- app_1 | [nodemon] 2.0.3
- app_1 | [nodemon] to restart at any time, enter `rs`
- app_1 | [nodemon] watching path(s): *.*
- app_1 | [nodemon] watching extensions: js,mjs,json
- app_1 | [nodemon] starting `node openvidu-call-server.js`
- app_1 | ---------------------------------------------------------
- app_1 |
- app_1 | OPENVIDU URL: http://84.88.36.153:5443
- app_1 | OPENVIDU SECRET: i2cat
- app_1 | CALL OPENVIDU CERTTYPE: owncert
- app_1 | OpenVidu Call Server is listening on port 5000
- app_1 |
- app_1 | ---------------------------------------------------------
- app_1 | Session ID received { sessionId: 'imperial-bronze-orca' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
- app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
- app_1 | errno: 'ETIMEDOUT',
- app_1 | code: 'ETIMEDOUT',
- app_1 | syscall: 'connect',
- app_1 | address: '84.88.36.153',
- app_1 | port: 5443,
- app_1 | config: {
- app_1 | url: 'http://84.88.36.153:5443/api/tokens',
- app_1 | method: 'post',
- app_1 | data: '{"session":"imperial-bronze-orca"}',
- app_1 | headers: {
- app_1 | Accept: 'application/json, text/plain, */*',
- app_1 | 'Content-Type': 'application/json',
- app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
- app_1 | 'User-Agent': 'axios/0.19.2',
- app_1 | 'Content-Length': 34
- app_1 | },
- app_1 | transformRequest: [ [Function] ],
- app_1 | transformResponse: [ [Function] ],
- app_1 | timeout: 0,
- app_1 | adapter: [Function],
- app_1 | xsrfCookieName: 'XSRF-TOKEN',
- app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
- app_1 | maxContentLength: -1,
- app_1 | validateStatus: [Function: validateStatus]
- app_1 | },
- app_1 | request: Writable {
- app_1 | _writableState: WritableState {
- app_1 | objectMode: false,
- app_1 | highWaterMark: 16384,
- app_1 | finalCalled: false,
- app_1 | needDrain: false,
- app_1 | ending: false,
- app_1 | ended: false,
- app_1 | finished: false,
- app_1 | destroyed: false,
- app_1 | decodeStrings: true,
- app_1 | defaultEncoding: 'utf8',
- app_1 | length: 0,
- app_1 | writing: false,
- app_1 | corked: 0,
- app_1 | sync: true,
- app_1 | bufferProcessing: false,
- app_1 | onwrite: [Function: bound onwrite],
- app_1 | writecb: null,
- app_1 | writelen: 0,
- app_1 | afterWriteTickInfo: null,
- app_1 | bufferedRequest: null,
- app_1 | lastBufferedRequest: null,
- app_1 | pendingcb: 0,
- app_1 | prefinished: false,
- app_1 | errorEmitted: false,
- app_1 | emitClose: true,
- app_1 | autoDestroy: false,
- app_1 | bufferedRequestCount: 0,
- app_1 | corkedRequestsFree: [Object]
- app_1 | },
- app_1 | writable: true,
- app_1 | _events: [Object: null prototype] {
- app_1 | response: [Function],
- app_1 | error: [Function]
- app_1 | },
- app_1 | _eventsCount: 2,
- app_1 | _maxListeners: undefined,
- app_1 | _options: {
- app_1 | protocol: 'http:',
- app_1 | maxRedirects: 21,
- app_1 | maxBodyLength: 10485760,
- app_1 | path: '/api/tokens',
- app_1 | method: 'POST',
- app_1 | headers: [Object],
- app_1 | agent: undefined,
- app_1 | agents: [Object],
- app_1 | auth: undefined,
- app_1 | hostname: '84.88.36.153',
- app_1 | port: '5443',
- app_1 | nativeProtocols: [Object],
- app_1 | pathname: '/api/tokens'
- app_1 | },
- app_1 | _redirectCount: 0,
- app_1 | _redirects: [],
- app_1 | _requestBodyLength: 34,
- app_1 | _requestBodyBuffers: [ [Object] ],
- app_1 | _onNativeResponse: [Function],
- app_1 | _currentRequest: ClientRequest {
- app_1 | _events: [Object: null prototype],
- app_1 | _eventsCount: 6,
- app_1 | _maxListeners: undefined,
- app_1 | outputData: [],
- app_1 | outputSize: 0,
- app_1 | writable: true,
- app_1 | _last: true,
- app_1 | chunkedEncoding: false,
- app_1 | shouldKeepAlive: false,
- app_1 | useChunkedEncodingByDefault: true,
- app_1 | sendDate: false,
- app_1 | _removedConnection: false,
- app_1 | _removedContLen: false,
- app_1 | _removedTE: false,
- app_1 | _contentLength: null,
- app_1 | _hasBody: true,
- app_1 | _trailer: '',
- app_1 | finished: false,
- app_1 | _headerSent: true,
- app_1 | socket: [Socket],
- app_1 | connection: [Socket],
- app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
- app_1 | 'Accept: application/json, text/plain, */*\r\n' +
- app_1 | 'Content-Type: application/json\r\n' +
- app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
- app_1 | 'User-Agent: axios/0.19.2\r\n' +
- app_1 | 'Content-Length: 34\r\n' +
- app_1 | 'Host: 84.88.36.153:5443\r\n' +
- app_1 | 'Connection: close\r\n' +
- app_1 | '\r\n',
- app_1 | _onPendingData: [Function: noopPendingOutput],
- app_1 | agent: [Agent],
- app_1 | socketPath: undefined,
- app_1 | method: 'POST',
- app_1 | insecureHTTPParser: undefined,
- app_1 | path: '/api/tokens',
- app_1 | _ended: false,
- app_1 | res: null,
- app_1 | aborted: false,
- app_1 | timeoutCb: null,
- app_1 | upgradeOrConnect: false,
- app_1 | parser: null,
- app_1 | maxHeadersCount: null,
- app_1 | reusedSocket: false,
- app_1 | _redirectable: [Circular],
- app_1 | [Symbol(kCapture)]: false,
- app_1 | [Symbol(kNeedDrain)]: false,
- app_1 | [Symbol(corked)]: 0,
- app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
- app_1 | },
- app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
- app_1 | [Symbol(kCapture)]: false
- app_1 | },
- app_1 | response: undefined,
- app_1 | isAxiosError: true,
- app_1 | toJSON: [Function]
- app_1 | }
- app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
- app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
- app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
- app_1 | at write_ (_http_outgoing.js:650:9)
- app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
- app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
- app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
- app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
- app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
- app_1 | (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 7)
- app_1 | (node:21) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
- app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
- app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
- app_1 | errno: 'ETIMEDOUT',
- app_1 | code: 'ETIMEDOUT',
- app_1 | syscall: 'connect',
- app_1 | address: '84.88.36.153',
- app_1 | port: 5443,
- app_1 | config: {
- app_1 | url: 'http://84.88.36.153:5443/api/tokens',
- app_1 | method: 'post',
- app_1 | data: '{"session":"collective-gold-lungfish"}',
- app_1 | headers: {
- app_1 | Accept: 'application/json, text/plain, */*',
- app_1 | 'Content-Type': 'application/json',
- app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
- app_1 | 'User-Agent': 'axios/0.19.2',
- app_1 | 'Content-Length': 38
- app_1 | },
- app_1 | transformRequest: [ [Function] ],
- app_1 | transformResponse: [ [Function] ],
- app_1 | timeout: 0,
- app_1 | adapter: [Function],
- app_1 | xsrfCookieName: 'XSRF-TOKEN',
- app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
- app_1 | maxContentLength: -1,
- app_1 | validateStatus: [Function: validateStatus]
- app_1 | },
- app_1 | request: Writable {
- app_1 | _writableState: WritableState {
- app_1 | objectMode: false,
- app_1 | highWaterMark: 16384,
- app_1 | finalCalled: false,
- app_1 | needDrain: false,
- app_1 | ending: false,
- app_1 | ended: false,
- app_1 | finished: false,
- app_1 | destroyed: false,
- app_1 | decodeStrings: true,
- app_1 | defaultEncoding: 'utf8',
- app_1 | length: 0,
- app_1 | writing: false,
- app_1 | corked: 0,
- app_1 | sync: true,
- app_1 | bufferProcessing: false,
- app_1 | onwrite: [Function: bound onwrite],
- app_1 | writecb: null,
- app_1 | writelen: 0,
- app_1 | afterWriteTickInfo: null,
- app_1 | bufferedRequest: null,
- app_1 | lastBufferedRequest: null,
- app_1 | pendingcb: 0,
- app_1 | prefinished: false,
- app_1 | errorEmitted: false,
- app_1 | emitClose: true,
- app_1 | autoDestroy: false,
- app_1 | bufferedRequestCount: 0,
- app_1 | corkedRequestsFree: [Object]
- app_1 | },
- app_1 | writable: true,
- app_1 | _events: [Object: null prototype] {
- app_1 | response: [Function],
- app_1 | error: [Function]
- app_1 | },
- app_1 | _eventsCount: 2,
- app_1 | _maxListeners: undefined,
- app_1 | _options: {
- app_1 | protocol: 'http:',
- app_1 | maxRedirects: 21,
- app_1 | maxBodyLength: 10485760,
- app_1 | path: '/api/tokens',
- app_1 | method: 'POST',
- app_1 | headers: [Object],
- app_1 | agent: undefined,
- app_1 | agents: [Object],
- app_1 | auth: undefined,
- app_1 | hostname: '84.88.36.153',
- app_1 | port: '5443',
- app_1 | nativeProtocols: [Object],
- app_1 | pathname: '/api/tokens'
- app_1 | },
- app_1 | _redirectCount: 0,
- app_1 | _redirects: [],
- app_1 | _requestBodyLength: 38,
- app_1 | _requestBodyBuffers: [ [Object] ],
- app_1 | _onNativeResponse: [Function],
- app_1 | _currentRequest: ClientRequest {
- app_1 | _events: [Object: null prototype],
- app_1 | _eventsCount: 6,
- app_1 | _maxListeners: undefined,
- app_1 | outputData: [],
- app_1 | outputSize: 0,
- app_1 | writable: true,
- app_1 | _last: true,
- app_1 | chunkedEncoding: false,
- app_1 | shouldKeepAlive: false,
- app_1 | useChunkedEncodingByDefault: true,
- app_1 | sendDate: false,
- app_1 | _removedConnection: false,
- app_1 | _removedContLen: false,
- app_1 | _removedTE: false,
- app_1 | _contentLength: null,
- app_1 | _hasBody: true,
- app_1 | _trailer: '',
- app_1 | finished: false,
- app_1 | _headerSent: true,
- app_1 | socket: [Socket],
- app_1 | connection: [Socket],
- app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
- app_1 | 'Accept: application/json, text/plain, */*\r\n' +
- app_1 | 'Content-Type: application/json\r\n' +
- app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
- app_1 | 'User-Agent: axios/0.19.2\r\n' +
- app_1 | 'Content-Length: 38\r\n' +
- app_1 | 'Host: 84.88.36.153:5443\r\n' +
- app_1 | 'Connection: close\r\n' +
- app_1 | '\r\n',
- app_1 | _onPendingData: [Function: noopPendingOutput],
- app_1 | agent: [Agent],
- app_1 | socketPath: undefined,
- app_1 | method: 'POST',
- app_1 | insecureHTTPParser: undefined,
- app_1 | path: '/api/tokens',
- app_1 | _ended: false,
- app_1 | res: null,
- app_1 | aborted: false,
- app_1 | timeoutCb: null,
- app_1 | upgradeOrConnect: false,
- app_1 | parser: null,
- app_1 | maxHeadersCount: null,
- app_1 | reusedSocket: false,
- app_1 | _redirectable: [Circular],
- app_1 | [Symbol(kCapture)]: false,
- app_1 | [Symbol(kNeedDrain)]: false,
- app_1 | [Symbol(corked)]: 0,
- app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
- app_1 | },
- app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
- app_1 | [Symbol(kCapture)]: false
- app_1 | },
- app_1 | response: undefined,
- app_1 | isAxiosError: true,
- app_1 | toJSON: [Function]
- app_1 | }
- app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
- app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
- app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
- app_1 | at write_ (_http_outgoing.js:650:9)
- app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
- app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
- app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
- app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
- app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
- app_1 | (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 9)
- app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
- app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
- app_1 | errno: 'ETIMEDOUT',
- app_1 | code: 'ETIMEDOUT',
- app_1 | syscall: 'connect',
- app_1 | address: '84.88.36.153',
- app_1 | port: 5443,
- app_1 | config: {
- app_1 | url: 'http://84.88.36.153:5443/api/tokens',
- app_1 | method: 'post',
- app_1 | data: '{"session":"collective-gold-lungfish"}',
- app_1 | headers: {
- app_1 | Accept: 'application/json, text/plain, */*',
- app_1 | 'Content-Type': 'application/json',
- app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
- app_1 | 'User-Agent': 'axios/0.19.2',
- app_1 | 'Content-Length': 38
- app_1 | },
- app_1 | transformRequest: [ [Function] ],
- app_1 | transformResponse: [ [Function] ],
- app_1 | timeout: 0,
- app_1 | adapter: [Function],
- app_1 | xsrfCookieName: 'XSRF-TOKEN',
- app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
- app_1 | maxContentLength: -1,
- app_1 | validateStatus: [Function: validateStatus]
- app_1 | },
- app_1 | request: Writable {
- app_1 | _writableState: WritableState {
- app_1 | objectMode: false,
- app_1 | highWaterMark: 16384,
- app_1 | finalCalled: false,
- app_1 | needDrain: false,
- app_1 | ending: false,
- app_1 | ended: false,
- app_1 | finished: false,
- app_1 | destroyed: false,
- app_1 | decodeStrings: true,
- app_1 | defaultEncoding: 'utf8',
- app_1 | length: 0,
- app_1 | writing: false,
- app_1 | corked: 0,
- app_1 | sync: true,
- app_1 | bufferProcessing: false,
- app_1 | onwrite: [Function: bound onwrite],
- app_1 | writecb: null,
- app_1 | writelen: 0,
- app_1 | afterWriteTickInfo: null,
- app_1 | bufferedRequest: null,
- app_1 | lastBufferedRequest: null,
- app_1 | pendingcb: 0,
- app_1 | prefinished: false,
- app_1 | errorEmitted: false,
- app_1 | emitClose: true,
- app_1 | autoDestroy: false,
- app_1 | bufferedRequestCount: 0,
- app_1 | corkedRequestsFree: [Object]
- app_1 | },
- app_1 | writable: true,
- app_1 | _events: [Object: null prototype] {
- app_1 | response: [Function],
- app_1 | error: [Function]
- app_1 | },
- app_1 | _eventsCount: 2,
- app_1 | _maxListeners: undefined,
- app_1 | _options: {
- app_1 | protocol: 'http:',
- app_1 | maxRedirects: 21,
- app_1 | maxBodyLength: 10485760,
- app_1 | path: '/api/tokens',
- app_1 | method: 'POST',
- app_1 | headers: [Object],
- app_1 | agent: undefined,
- app_1 | agents: [Object],
- app_1 | auth: undefined,
- app_1 | hostname: '84.88.36.153',
- app_1 | port: '5443',
- app_1 | nativeProtocols: [Object],
- app_1 | pathname: '/api/tokens'
- app_1 | },
- app_1 | _redirectCount: 0,
- app_1 | _redirects: [],
- app_1 | _requestBodyLength: 38,
- app_1 | _requestBodyBuffers: [ [Object] ],
- app_1 | _onNativeResponse: [Function],
- app_1 | _currentRequest: ClientRequest {
- app_1 | _events: [Object: null prototype],
- app_1 | _eventsCount: 6,
- app_1 | _maxListeners: undefined,
- app_1 | outputData: [],
- app_1 | outputSize: 0,
- app_1 | writable: true,
- app_1 | _last: true,
- app_1 | chunkedEncoding: false,
- app_1 | shouldKeepAlive: false,
- app_1 | useChunkedEncodingByDefault: true,
- app_1 | sendDate: false,
- app_1 | _removedConnection: false,
- app_1 | _removedContLen: false,
- app_1 | _removedTE: false,
- app_1 | _contentLength: null,
- app_1 | _hasBody: true,
- app_1 | _trailer: '',
- app_1 | finished: false,
- app_1 | _headerSent: true,
- app_1 | socket: [Socket],
- app_1 | connection: [Socket],
- app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
- app_1 | 'Accept: application/json, text/plain, */*\r\n' +
- app_1 | 'Content-Type: application/json\r\n' +
- app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
- app_1 | 'User-Agent: axios/0.19.2\r\n' +
- app_1 | 'Content-Length: 38\r\n' +
- app_1 | 'Host: 84.88.36.153:5443\r\n' +
- app_1 | 'Connection: close\r\n' +
- app_1 | '\r\n',
- app_1 | _onPendingData: [Function: noopPendingOutput],
- app_1 | agent: [Agent],
- app_1 | socketPath: undefined,
- app_1 | method: 'POST',
- app_1 | insecureHTTPParser: undefined,
- app_1 | path: '/api/tokens',
- app_1 | _ended: false,
- app_1 | res: null,
- app_1 | aborted: false,
- app_1 | timeoutCb: null,
- app_1 | upgradeOrConnect: false,
- app_1 | parser: null,
- app_1 | maxHeadersCount: null,
- app_1 | reusedSocket: false,
- app_1 | _redirectable: [Circular],
- app_1 | [Symbol(kCapture)]: false,
- app_1 | [Symbol(kNeedDrain)]: false,
- app_1 | [Symbol(corked)]: 0,
- app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
- app_1 | },
- app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
- app_1 | [Symbol(kCapture)]: false
- app_1 | },
- app_1 | response: undefined,
- app_1 | isAxiosError: true,
- app_1 | toJSON: [Function]
- app_1 | }
- app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
- app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
- app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
- app_1 | at write_ (_http_outgoing.js:650:9)
- app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
- app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
- app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
- app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
- app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
- app_1 | (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 11)
- app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
- app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
- app_1 | errno: 'ETIMEDOUT',
- app_1 | code: 'ETIMEDOUT',
- app_1 | syscall: 'connect',
- app_1 | address: '84.88.36.153',
- app_1 | port: 5443,
- app_1 | config: {
- app_1 | url: 'http://84.88.36.153:5443/api/tokens',
- app_1 | method: 'post',
- app_1 | data: '{"session":"collective-gold-lungfish"}',
- app_1 | headers: {
- app_1 | Accept: 'application/json, text/plain, */*',
- app_1 | 'Content-Type': 'application/json',
- app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
- app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
- app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
- app_1 | 'User-Agent': 'axios/0.19.2',
- app_1 | 'Content-Length': 38
- app_1 | },
- app_1 | transformRequest: [ [Function] ],
- app_1 | transformResponse: [ [Function] ],
- app_1 | timeout: 0,
- app_1 | adapter: [Function],
- app_1 | xsrfCookieName: 'XSRF-TOKEN',
- app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
- app_1 | maxContentLength: -1,
- app_1 | validateStatus: [Function: validateStatus]
- app_1 | },
- app_1 | request: Writable {
- app_1 | _writableState: WritableState {
- app_1 | objectMode: false,
- app_1 | highWaterMark: 16384,
- app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
- app_1 | at write_ (_http_outgoing.js:650:9)
- app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
- app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
- app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
- app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
- app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
- app_1 | (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 13)
- app_1 | finalCalled: false,
- app_1 | needDrain: false,
- app_1 | ending: false,
- app_1 | ended: false,
- app_1 | finished: false,
- app_1 | destroyed: false,
- app_1 | decodeStrings: true,
- app_1 | defaultEncoding: 'utf8',
- app_1 | length: 0,
- app_1 | writing: false,
- app_1 | corked: 0,
- app_1 | sync: true,
- app_1 | bufferProcessing: false,
- app_1 | onwrite: [Function: bound onwrite],
- app_1 | writecb: null,
- app_1 | writelen: 0,
- app_1 | afterWriteTickInfo: null,
- app_1 | bufferedRequest: null,
- app_1 | lastBufferedRequest: null,
- app_1 | pendingcb: 0,
- app_1 | prefinished: false,
- app_1 | errorEmitted: false,
- app_1 | emitClose: true,
- app_1 | autoDestroy: false,
- app_1 | bufferedRequestCount: 0,
- app_1 | corkedRequestsFree: [Object]
- app_1 | },
- app_1 | writable: true,
- app_1 | _events: [Object: null prototype] {
- app_1 | response: [Function],
- app_1 | error: [Function]
- app_1 | },
- app_1 | _eventsCount: 2,
- app_1 | _maxListeners: undefined,
- app_1 | _options: {
- app_1 | protocol: 'http:',
- app_1 | maxRedirects: 21,
- app_1 | maxBodyLength: 10485760,
- app_1 | path: '/api/tokens',
- app_1 | method: 'POST',
- app_1 | headers: [Object],
- app_1 | agent: undefined,
- app_1 | agents: [Object],
- app_1 | auth: undefined,
- app_1 | hostname: '84.88.36.153',
- app_1 | port: '5443',
- app_1 | nativeProtocols: [Object],
- app_1 | pathname: '/api/tokens'
- app_1 | },
- app_1 | _redirectCount: 0,
- app_1 | _redirects: [],
- app_1 | _requestBodyLength: 38,
- app_1 | _requestBodyBuffers: [ [Object] ],
- app_1 | _onNativeResponse: [Function],
- app_1 | _currentRequest: ClientRequest {
- app_1 | _events: [Object: null prototype],
- app_1 | _eventsCount: 6,
- app_1 | _maxListeners: undefined,
- app_1 | outputData: [],
- app_1 | outputSize: 0,
- app_1 | writable: true,
- app_1 | _last: true,
- app_1 | chunkedEncoding: false,
- app_1 | shouldKeepAlive: false,
- app_1 | useChunkedEncodingByDefault: true,
- app_1 | sendDate: false,
- app_1 | _removedConnection: false,
- app_1 | _removedContLen: false,
- app_1 | _removedTE: false,
- app_1 | _contentLength: null,
- app_1 | _hasBody: true,
- app_1 | _trailer: '',
- app_1 | finished: false,
- app_1 | _headerSent: true,
- app_1 | socket: [Socket],
- app_1 | connection: [Socket],
- app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
- app_1 | 'Accept: application/json, text/plain, */*\r\n' +
- app_1 | 'Content-Type: application/json\r\n' +
- app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
- app_1 | 'User-Agent: axios/0.19.2\r\n' +
- app_1 | 'Content-Length: 38\r\n' +
- app_1 | 'Host: 84.88.36.153:5443\r\n' +
- app_1 | 'Connection: close\r\n' +
- app_1 | '\r\n',
- app_1 | _onPendingData: [Function: noopPendingOutput],
- app_1 | agent: [Agent],
- app_1 | socketPath: undefined,
- app_1 | method: 'POST',
- app_1 | insecureHTTPParser: undefined,
- app_1 | path: '/api/tokens',
- app_1 | _ended: false,
- app_1 | res: null,
- app_1 | aborted: false,
- app_1 | timeoutCb: null,
- app_1 | upgradeOrConnect: false,
- app_1 | parser: null,
- app_1 | maxHeadersCount: null,
- app_1 | reusedSocket: false,
- app_1 | _redirectable: [Circular],
- app_1 | [Symbol(kCapture)]: false,
- app_1 | [Symbol(kNeedDrain)]: false,
- app_1 | [Symbol(corked)]: 0,
- app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
- app_1 | },
- app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
- app_1 | [Symbol(kCapture)]: false
- app_1 | },
- app_1 | response: undefined,
- app_1 | isAxiosError: true,
- app_1 | toJSON: [Function]
- app_1 | }
- app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
- app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
- app_1 | errno: 'ETIMEDOUT',
- app_1 | code: 'ETIMEDOUT',
- app_1 | syscall: 'connect',
- app_1 | address: '84.88.36.153',
- app_1 | port: 5443,
- app_1 | config: {
- app_1 | url: 'http://84.88.36.153:5443/api/tokens',
- app_1 | method: 'post',
- app_1 | data: '{"session":"collective-gold-lungfish"}',
- app_1 | headers: {
- app_1 | Accept: 'application/json, text/plain, */*',
- app_1 | 'Content-Type': 'application/json',
- app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
- app_1 | 'User-Agent': 'axios/0.19.2',
- app_1 | 'Content-Length': 38
- app_1 | },
- app_1 | transformRequest: [ [Function] ],
- app_1 | transformResponse: [ [Function] ],
- app_1 | timeout: 0,
- app_1 | adapter: [Function],
- app_1 | xsrfCookieName: 'XSRF-TOKEN',
- app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
- app_1 | maxContentLength: -1,
- app_1 | validateStatus: [Function: validateStatus]
- app_1 | },
- app_1 | request: Writable {
- app_1 | _writableState: WritableState {
- app_1 | objectMode: false,
- app_1 | highWaterMark: 16384,
- app_1 | finalCalled: false,
- app_1 | needDrain: false,
- app_1 | ending: false,
- app_1 | ended: false,
- app_1 | finished: false,
- app_1 | destroyed: false,
- app_1 | decodeStrings: true,
- app_1 | defaultEncoding: 'utf8',
- app_1 | length: 0,
- app_1 | writing: false,
- app_1 | corked: 0,
- app_1 | sync: true,
- app_1 | bufferProcessing: false,
- app_1 | onwrite: [Function: bound onwrite],
- app_1 | writecb: null,
- app_1 | writelen: 0,
- app_1 | afterWriteTickInfo: null,
- app_1 | bufferedRequest: null,
- app_1 | lastBufferedRequest: null,
- app_1 | pendingcb: 0,
- app_1 | prefinished: false,
- app_1 | errorEmitted: false,
- app_1 | emitClose: true,
- app_1 | autoDestroy: false,
- app_1 | bufferedRequestCount: 0,
- app_1 | corkedRequestsFree: [Object]
- app_1 | },
- app_1 | writable: true,
- app_1 | _events: [Object: null prototype] {
- app_1 | response: [Function],
- app_1 | error: [Function]
- app_1 | },
- app_1 | _eventsCount: 2,
- app_1 | _maxListeners: undefined,
- app_1 | _options: {
- app_1 | protocol: 'http:',
- app_1 | maxRedirects: 21,
- app_1 | maxBodyLength: 10485760,
- app_1 | path: '/api/tokens',
- app_1 | method: 'POST',
- app_1 | headers: [Object],
- app_1 | agent: undefined,
- app_1 | agents: [Object],
- app_1 | auth: undefined,
- app_1 | hostname: '84.88.36.153',
- app_1 | port: '5443',
- app_1 | nativeProtocols: [Object],
- app_1 | pathname: '/api/tokens'
- app_1 | },
- app_1 | _redirectCount: 0,
- app_1 | _redirects: [],
- app_1 | _requestBodyLength: 38,
- app_1 | _requestBodyBuffers: [ [Object] ],
- app_1 | _onNativeResponse: [Function],
- app_1 | _currentRequest: ClientRequest {
- app_1 | _events: [Object: null prototype],
- app_1 | _eventsCount: 6,
- app_1 | _maxListeners: undefined,
- app_1 | outputData: [],
- app_1 | outputSize: 0,
- app_1 | writable: true,
- app_1 | _last: true,
- app_1 | chunkedEncoding: false,
- app_1 | shouldKeepAlive: false,
- app_1 | useChunkedEncodingByDefault: true,
- app_1 | sendDate: false,
- app_1 | _removedConnection: false,
- app_1 | _removedContLen: false,
- app_1 | _removedTE: false,
- app_1 | _contentLength: null,
- app_1 | _hasBody: true,
- app_1 | _trailer: '',
- app_1 | finished: false,
- app_1 | _headerSent: true,
- app_1 | socket: [Socket],
- app_1 | connection: [Socket],
- app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
- app_1 | 'Accept: application/json, text/plain, */*\r\n' +
- app_1 | 'Content-Type: application/json\r\n' +
- app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
- app_1 | 'User-Agent: axios/0.19.2\r\n' +
- app_1 | 'Content-Length: 38\r\n' +
- app_1 | 'Host: 84.88.36.153:5443\r\n' +
- app_1 | 'Connection: close\r\n' +
- app_1 | '\r\n',
- app_1 | _onPendingData: [Function: noopPendingOutput],
- app_1 | agent: [Agent],
- app_1 | socketPath: undefined,
- app_1 | method: 'POST',
- app_1 | insecureHTTPParser: undefined,
- app_1 | path: '/api/tokens',
- app_1 | _ended: false,
- app_1 | res: null,
- app_1 | aborted: false,
- app_1 | timeoutCb: null,
- app_1 | upgradeOrConnect: false,
- app_1 | parser: null,
- app_1 | maxHeadersCount: null,
- app_1 | reusedSocket: false,
- app_1 | _redirectable: [Circular],
- app_1 | [Symbol(kCapture)]: false,
- app_1 | [Symbol(kNeedDrain)]: false,
- app_1 | [Symbol(corked)]: 0,
- app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
- app_1 | },
- app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
- app_1 | [Symbol(kCapture)]: false
- app_1 | },
- app_1 | response: undefined,
- app_1 | isAxiosError: true,
- app_1 | toJSON: [Function]
- app_1 | }
- app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
- app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
- app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
- app_1 | at write_ (_http_outgoing.js:650:9)
- app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
- app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
- app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
- app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
- app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
- app_1 | (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 15)
- app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
- app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
- app_1 | CALL_OPENVIDU_CERTTYPE owncert
- app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
- app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
- app_1 | errno: 'ETIMEDOUT',
- app_1 | code: 'ETIMEDOUT',
- app_1 | syscall: 'connect',
- app_1 | address: '84.88.36.153',
- app_1 | port: 5443,
- app_1 | config: {
- app_1 | url: 'http://84.88.36.153:5443/api/tokens',
- app_1 | method: 'post',
- app_1 | data: '{"session":"empty-crimson-porcupine"}',
- app_1 | headers: {
- app_1 | Accept: 'application/json, text/plain, */*',
- app_1 | 'Content-Type': 'application/json',
- app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
- app_1 | 'User-Agent': 'axios/0.19.2',
- app_1 | 'Content-Length': 37
- app_1 | },
- app_1 | transformRequest: [ [Function] ],
- app_1 | transformResponse: [ [Function] ],
- app_1 | timeout: 0,
- app_1 | adapter: [Function],
- app_1 | xsrfCookieName: 'XSRF-TOKEN',
- app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
- app_1 | maxContentLength: -1,
- app_1 | validateStatus: [Function: validateStatus]
- app_1 | },
- app_1 | request: Writable {
- app_1 | _writableState: WritableState {
- app_1 | objectMode: false,
- app_1 | highWaterMark: 16384,
- app_1 | finalCalled: false,
- app_1 | needDrain: false,
- app_1 | ending: false,
- app_1 | ended: false,
- app_1 | finished: false,
- app_1 | destroyed: false,
- app_1 | decodeStrings: true,
- app_1 | defaultEncoding: 'utf8',
- app_1 | length: 0,
- app_1 | writing: false,
- app_1 | corked: 0,
- app_1 | sync: true,
- app_1 | bufferProcessing: false,
- app_1 | onwrite: [Function: bound onwrite],
- app_1 | writecb: null,
- app_1 | writelen: 0,
- app_1 | afterWriteTickInfo: null,
- app_1 | bufferedRequest: null,
- app_1 | lastBufferedRequest: null,
- app_1 | pendingcb: 0,
- app_1 | prefinished: false,
- app_1 | errorEmitted: false,
- app_1 | emitClose: true,
- app_1 | autoDestroy: false,
- app_1 | bufferedRequestCount: 0,
- app_1 | corkedRequestsFree: [Object]
- app_1 | },
- app_1 | writable: true,
- app_1 | _events: [Object: null prototype] {
- app_1 | response: [Function],
- app_1 | error: [Function]
- app_1 | },
- app_1 | _eventsCount: 2,
- app_1 | _maxListeners: undefined,
- app_1 | _options: {
- app_1 | protocol: 'http:',
- app_1 | maxRedirects: 21,
- app_1 | maxBodyLength: 10485760,
- app_1 | path: '/api/tokens',
- app_1 | method: 'POST',
- app_1 | headers: [Object],
- app_1 | agent: undefined,
- app_1 | agents: [Object],
- app_1 | auth: undefined,
- app_1 | hostname: '84.88.36.153',
- app_1 | port: '5443',
- app_1 | nativeProtocols: [Object],
- app_1 | pathname: '/api/tokens'
- app_1 | },
- app_1 | _redirectCount: 0,
- app_1 | _redirects: [],
- app_1 | _requestBodyLength: 37,
- app_1 | _requestBodyBuffers: [ [Object] ],
- app_1 | _onNativeResponse: [Function],
- app_1 | _currentRequest: ClientRequest {
- app_1 | _events: [Object: null prototype],
- app_1 | _eventsCount: 6,
- app_1 | _maxListeners: undefined,
- app_1 | outputData: [],
- app_1 | outputSize: 0,
- app_1 | writable: true,
- app_1 | _last: true,
- app_1 | chunkedEncoding: false,
- app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
- app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
- app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
- app_1 | at write_ (_http_outgoing.js:650:9)
- app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
- app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
- app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
- app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
- app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
- app_1 | (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 21)
- app_1 | shouldKeepAlive: false,
- app_1 | useChunkedEncodingByDefault: true,
- app_1 | sendDate: false,
- app_1 | _removedConnection: false,
- app_1 | _removedContLen: false,
- app_1 | _removedTE: false,
- app_1 | _contentLength: null,
- app_1 | _hasBody: true,
- app_1 | _trailer: '',
- app_1 | finished: false,
- app_1 | _headerSent: true,
- app_1 | socket: [Socket],
- app_1 | connection: [Socket],
- app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
- app_1 | 'Accept: application/json, text/plain, */*\r\n' +
- app_1 | 'Content-Type: application/json\r\n' +
- app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
- app_1 | 'User-Agent: axios/0.19.2\r\n' +
- app_1 | 'Content-Length: 37\r\n' +
- app_1 | 'Host: 84.88.36.153:5443\r\n' +
- app_1 | 'Connection: close\r\n' +
- app_1 | '\r\n',
- app_1 | _onPendingData: [Function: noopPendingOutput],
- app_1 | agent: [Agent],
- app_1 | socketPath: undefined,
- app_1 | method: 'POST',
- app_1 | insecureHTTPParser: undefined,
- app_1 | path: '/api/tokens',
- app_1 | _ended: false,
- app_1 | res: null,
- app_1 | aborted: false,
- app_1 | timeoutCb: null,
- app_1 | upgradeOrConnect: false,
- app_1 | parser: null,
- app_1 | maxHeadersCount: null,
- app_1 | reusedSocket: false,
- app_1 | _redirectable: [Circular],
- app_1 | [Symbol(kCapture)]: false,
- app_1 | [Symbol(kNeedDrain)]: false,
- app_1 | [Symbol(corked)]: 0,
- app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
- app_1 | },
- app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
- app_1 | [Symbol(kCapture)]: false
- app_1 | },
- app_1 | response: undefined,
- app_1 | isAxiosError: true,
- app_1 | toJSON: [Function]
- app_1 | }
- app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
- app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
- app_1 | errno: 'ETIMEDOUT',
- app_1 | code: 'ETIMEDOUT',
- app_1 | syscall: 'connect',
- app_1 | address: '84.88.36.153',
- app_1 | port: 5443,
- app_1 | config: {
- app_1 | url: 'http://84.88.36.153:5443/api/tokens',
- app_1 | method: 'post',
- app_1 | data: '{"session":"empty-crimson-porcupine"}',
- app_1 | headers: {
- app_1 | Accept: 'application/json, text/plain, */*',
- app_1 | 'Content-Type': 'application/json',
- app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
- app_1 | 'User-Agent': 'axios/0.19.2',
- app_1 | 'Content-Length': 37
- app_1 | },
- app_1 | transformRequest: [ [Function] ],
- app_1 | transformResponse: [ [Function] ],
- app_1 | timeout: 0,
- app_1 | adapter: [Function],
- app_1 | xsrfCookieName: 'XSRF-TOKEN',
- app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
- app_1 | maxContentLength: -1,
- app_1 | validateStatus: [Function: validateStatus]
- app_1 | },
- app_1 | request: Writable {
- app_1 | _writableState: WritableState {
- app_1 | objectMode: false,
- app_1 | highWaterMark: 16384,
- app_1 | finalCalled: false,
- app_1 | needDrain: false,
- app_1 | ending: false,
- app_1 | ended: false,
- app_1 | finished: false,
- app_1 | destroyed: false,
- app_1 | decodeStrings: true,
- app_1 | defaultEncoding: 'utf8',
- app_1 | length: 0,
- app_1 | writing: false,
- app_1 | corked: 0,
- app_1 | sync: true,
- app_1 | bufferProcessing: false,
- app_1 | onwrite: [Function: bound onwrite],
- app_1 | writecb: null,
- app_1 | writelen: 0,
- app_1 | afterWriteTickInfo: null,
- app_1 | bufferedRequest: null,
- app_1 | lastBufferedRequest: null,
- app_1 | pendingcb: 0,
- app_1 | prefinished: false,
- app_1 | errorEmitted: false,
- app_1 | emitClose: true,
- app_1 | autoDestroy: false,
- app_1 | bufferedRequestCount: 0,
- app_1 | corkedRequestsFree: [Object]
- app_1 | },
- app_1 | writable: true,
- app_1 | _events: [Object: null prototype] {
- app_1 | response: [Function],
- app_1 | error: [Function]
- app_1 | },
- app_1 | _eventsCount: 2,
- app_1 | _maxListeners: undefined,
- app_1 | _options: {
- app_1 | protocol: 'http:',
- app_1 | maxRedirects: 21,
- app_1 | maxBodyLength: 10485760,
- app_1 | path: '/api/tokens',
- app_1 | method: 'POST',
- app_1 | headers: [Object],
- app_1 | agent: undefined,
- app_1 | agents: [Object],
- app_1 | auth: undefined,
- app_1 | hostname: '84.88.36.153',
- app_1 | port: '5443',
- app_1 | nativeProtocols: [Object],
- app_1 | pathname: '/api/tokens'
- app_1 | },
- app_1 | _redirectCount: 0,
- app_1 | _redirects: [],
- app_1 | _requestBodyLength: 37,
- app_1 | _requestBodyBuffers: [ [Object] ],
- app_1 | _onNativeResponse: [Function],
- app_1 | _currentRequest: ClientRequest {
- app_1 | _events: [Object: null prototype],
- app_1 | _eventsCount: 6,
- app_1 | _maxListeners: undefined,
- app_1 | outputData: [],
- app_1 | outputSize: 0,
- app_1 | writable: true,
- app_1 | _last: true,
- app_1 | chunkedEncoding: false,
- app_1 | shouldKeepAlive: false,
- app_1 | useChunkedEncodingByDefault: true,
- app_1 | sendDate: false,
- app_1 | _removedConnection: false,
- app_1 | _removedContLen: false,
- app_1 | _removedTE: false,
- app_1 | _contentLength: null,
- app_1 | _hasBody: true,
- app_1 | _trailer: '',
- app_1 | finished: false,
- app_1 | _headerSent: true,
- app_1 | socket: [Socket],
- app_1 | connection: [Socket],
- app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
- app_1 | 'Accept: application/json, text/plain, */*\r\n' +
- app_1 | 'Content-Type: application/json\r\n' +
- app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
- app_1 | 'User-Agent: axios/0.19.2\r\n' +
- app_1 | 'Content-Length: 37\r\n' +
- app_1 | 'Host: 84.88.36.153:5443\r\n' +
- app_1 | 'Connection: close\r\n' +
- app_1 | '\r\n',
- app_1 | _onPendingData: [Function: noopPendingOutput],
- app_1 | agent: [Agent],
- app_1 | socketPath: undefined,
- app_1 | method: 'POST',
- app_1 | insecureHTTPParser: undefined,
- app_1 | path: '/api/tokens',
- app_1 | _ended: false,
- app_1 | res: null,
- app_1 | aborted: false,
- app_1 | timeoutCb: null,
- app_1 | upgradeOrConnect: false,
- app_1 | parser: null,
- app_1 | maxHeadersCount: null,
- app_1 | reusedSocket: false,
- app_1 | _redirectable: [Circular],
- app_1 | [Symbol(kCapture)]: false,
- app_1 | [Symbol(kNeedDrain)]: false,
- app_1 | [Symbol(corked)]: 0,
- app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
- app_1 | },
- app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
- app_1 | [Symbol(kCapture)]: false
- app_1 | },
- app_1 | response: undefined,
- app_1 | isAxiosError: true,
- app_1 | toJSON: [Function]
- app_1 | }
- app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
- app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
- app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
- app_1 | at write_ (_http_outgoing.js:650:9)
- app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
- app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
- app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
- app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
- app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
- app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
- app_1 | (node:21) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 23)
Advertisement
Add Comment
Please, Sign In to add comment