geekshabeka

Untitled

Jun 2nd, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.81 KB | None | 0 0
  1. ubuntu@hl4-pre-instance:/opt/openvidu$ sudo docker-compose logs -f app
  2. Attaching to openvidu_app_1
  3. app_1 | [nodemon] 2.0.3
  4. app_1 | [nodemon] to restart at any time, enter `rs`
  5. app_1 | [nodemon] watching path(s): *.*
  6. app_1 | [nodemon] watching extensions: js,mjs,json
  7. app_1 | [nodemon] starting `node openvidu-call-server.js`
  8. app_1 | ---------------------------------------------------------
  9. app_1 |
  10. app_1 | OPENVIDU URL: http://84.88.36.153:5443
  11. app_1 | OPENVIDU SECRET: i2cat
  12. app_1 | CALL OPENVIDU CERTTYPE: owncert
  13. app_1 | OpenVidu Call Server is listening on port 5000
  14. app_1 |
  15. app_1 | ---------------------------------------------------------
  16. app_1 | Session ID received { sessionId: 'imperial-bronze-orca' }
  17. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  18. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  19. app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
  20. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  21. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  22. app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
  23. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  24. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  25. app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
  26. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  27. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  28. app_1 | Session ID received { sessionId: 'collective-gold-lungfish' }
  29. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  30. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  31. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  32. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  33. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  34. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  35. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  36. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  37. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  38. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  39. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  40. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  41. app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
  42. app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  43. app_1 | errno: 'ETIMEDOUT',
  44. app_1 | code: 'ETIMEDOUT',
  45. app_1 | syscall: 'connect',
  46. app_1 | address: '84.88.36.153',
  47. app_1 | port: 5443,
  48. app_1 | config: {
  49. app_1 | url: 'http://84.88.36.153:5443/api/tokens',
  50. app_1 | method: 'post',
  51. app_1 | data: '{"session":"imperial-bronze-orca"}',
  52. app_1 | headers: {
  53. app_1 | Accept: 'application/json, text/plain, */*',
  54. app_1 | 'Content-Type': 'application/json',
  55. app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  56. app_1 | 'User-Agent': 'axios/0.19.2',
  57. app_1 | 'Content-Length': 34
  58. app_1 | },
  59. app_1 | transformRequest: [ [Function] ],
  60. app_1 | transformResponse: [ [Function] ],
  61. app_1 | timeout: 0,
  62. app_1 | adapter: [Function],
  63. app_1 | xsrfCookieName: 'XSRF-TOKEN',
  64. app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
  65. app_1 | maxContentLength: -1,
  66. app_1 | validateStatus: [Function: validateStatus]
  67. app_1 | },
  68. app_1 | request: Writable {
  69. app_1 | _writableState: WritableState {
  70. app_1 | objectMode: false,
  71. app_1 | highWaterMark: 16384,
  72. app_1 | finalCalled: false,
  73. app_1 | needDrain: false,
  74. app_1 | ending: false,
  75. app_1 | ended: false,
  76. app_1 | finished: false,
  77. app_1 | destroyed: false,
  78. app_1 | decodeStrings: true,
  79. app_1 | defaultEncoding: 'utf8',
  80. app_1 | length: 0,
  81. app_1 | writing: false,
  82. app_1 | corked: 0,
  83. app_1 | sync: true,
  84. app_1 | bufferProcessing: false,
  85. app_1 | onwrite: [Function: bound onwrite],
  86. app_1 | writecb: null,
  87. app_1 | writelen: 0,
  88. app_1 | afterWriteTickInfo: null,
  89. app_1 | bufferedRequest: null,
  90. app_1 | lastBufferedRequest: null,
  91. app_1 | pendingcb: 0,
  92. app_1 | prefinished: false,
  93. app_1 | errorEmitted: false,
  94. app_1 | emitClose: true,
  95. app_1 | autoDestroy: false,
  96. app_1 | bufferedRequestCount: 0,
  97. app_1 | corkedRequestsFree: [Object]
  98. app_1 | },
  99. app_1 | writable: true,
  100. app_1 | _events: [Object: null prototype] {
  101. app_1 | response: [Function],
  102. app_1 | error: [Function]
  103. app_1 | },
  104. app_1 | _eventsCount: 2,
  105. app_1 | _maxListeners: undefined,
  106. app_1 | _options: {
  107. app_1 | protocol: 'http:',
  108. app_1 | maxRedirects: 21,
  109. app_1 | maxBodyLength: 10485760,
  110. app_1 | path: '/api/tokens',
  111. app_1 | method: 'POST',
  112. app_1 | headers: [Object],
  113. app_1 | agent: undefined,
  114. app_1 | agents: [Object],
  115. app_1 | auth: undefined,
  116. app_1 | hostname: '84.88.36.153',
  117. app_1 | port: '5443',
  118. app_1 | nativeProtocols: [Object],
  119. app_1 | pathname: '/api/tokens'
  120. app_1 | },
  121. app_1 | _redirectCount: 0,
  122. app_1 | _redirects: [],
  123. app_1 | _requestBodyLength: 34,
  124. app_1 | _requestBodyBuffers: [ [Object] ],
  125. app_1 | _onNativeResponse: [Function],
  126. app_1 | _currentRequest: ClientRequest {
  127. app_1 | _events: [Object: null prototype],
  128. app_1 | _eventsCount: 6,
  129. app_1 | _maxListeners: undefined,
  130. app_1 | outputData: [],
  131. app_1 | outputSize: 0,
  132. app_1 | writable: true,
  133. app_1 | _last: true,
  134. app_1 | chunkedEncoding: false,
  135. app_1 | shouldKeepAlive: false,
  136. app_1 | useChunkedEncodingByDefault: true,
  137. app_1 | sendDate: false,
  138. app_1 | _removedConnection: false,
  139. app_1 | _removedContLen: false,
  140. app_1 | _removedTE: false,
  141. app_1 | _contentLength: null,
  142. app_1 | _hasBody: true,
  143. app_1 | _trailer: '',
  144. app_1 | finished: false,
  145. app_1 | _headerSent: true,
  146. app_1 | socket: [Socket],
  147. app_1 | connection: [Socket],
  148. app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
  149. app_1 | 'Accept: application/json, text/plain, */*\r\n' +
  150. app_1 | 'Content-Type: application/json\r\n' +
  151. app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  152. app_1 | 'User-Agent: axios/0.19.2\r\n' +
  153. app_1 | 'Content-Length: 34\r\n' +
  154. app_1 | 'Host: 84.88.36.153:5443\r\n' +
  155. app_1 | 'Connection: close\r\n' +
  156. app_1 | '\r\n',
  157. app_1 | _onPendingData: [Function: noopPendingOutput],
  158. app_1 | agent: [Agent],
  159. app_1 | socketPath: undefined,
  160. app_1 | method: 'POST',
  161. app_1 | insecureHTTPParser: undefined,
  162. app_1 | path: '/api/tokens',
  163. app_1 | _ended: false,
  164. app_1 | res: null,
  165. app_1 | aborted: false,
  166. app_1 | timeoutCb: null,
  167. app_1 | upgradeOrConnect: false,
  168. app_1 | parser: null,
  169. app_1 | maxHeadersCount: null,
  170. app_1 | reusedSocket: false,
  171. app_1 | _redirectable: [Circular],
  172. app_1 | [Symbol(kCapture)]: false,
  173. app_1 | [Symbol(kNeedDrain)]: false,
  174. app_1 | [Symbol(corked)]: 0,
  175. app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
  176. app_1 | },
  177. app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
  178. app_1 | [Symbol(kCapture)]: false
  179. app_1 | },
  180. app_1 | response: undefined,
  181. app_1 | isAxiosError: true,
  182. app_1 | toJSON: [Function]
  183. app_1 | }
  184. app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
  185. app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
  186. app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
  187. app_1 | at write_ (_http_outgoing.js:650:9)
  188. app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
  189. app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
  190. app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
  191. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
  192. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
  193. app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
  194. app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
  195. 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)
  196. 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.
  197. app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
  198. app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  199. app_1 | errno: 'ETIMEDOUT',
  200. app_1 | code: 'ETIMEDOUT',
  201. app_1 | syscall: 'connect',
  202. app_1 | address: '84.88.36.153',
  203. app_1 | port: 5443,
  204. app_1 | config: {
  205. app_1 | url: 'http://84.88.36.153:5443/api/tokens',
  206. app_1 | method: 'post',
  207. app_1 | data: '{"session":"collective-gold-lungfish"}',
  208. app_1 | headers: {
  209. app_1 | Accept: 'application/json, text/plain, */*',
  210. app_1 | 'Content-Type': 'application/json',
  211. app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  212. app_1 | 'User-Agent': 'axios/0.19.2',
  213. app_1 | 'Content-Length': 38
  214. app_1 | },
  215. app_1 | transformRequest: [ [Function] ],
  216. app_1 | transformResponse: [ [Function] ],
  217. app_1 | timeout: 0,
  218. app_1 | adapter: [Function],
  219. app_1 | xsrfCookieName: 'XSRF-TOKEN',
  220. app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
  221. app_1 | maxContentLength: -1,
  222. app_1 | validateStatus: [Function: validateStatus]
  223. app_1 | },
  224. app_1 | request: Writable {
  225. app_1 | _writableState: WritableState {
  226. app_1 | objectMode: false,
  227. app_1 | highWaterMark: 16384,
  228. app_1 | finalCalled: false,
  229. app_1 | needDrain: false,
  230. app_1 | ending: false,
  231. app_1 | ended: false,
  232. app_1 | finished: false,
  233. app_1 | destroyed: false,
  234. app_1 | decodeStrings: true,
  235. app_1 | defaultEncoding: 'utf8',
  236. app_1 | length: 0,
  237. app_1 | writing: false,
  238. app_1 | corked: 0,
  239. app_1 | sync: true,
  240. app_1 | bufferProcessing: false,
  241. app_1 | onwrite: [Function: bound onwrite],
  242. app_1 | writecb: null,
  243. app_1 | writelen: 0,
  244. app_1 | afterWriteTickInfo: null,
  245. app_1 | bufferedRequest: null,
  246. app_1 | lastBufferedRequest: null,
  247. app_1 | pendingcb: 0,
  248. app_1 | prefinished: false,
  249. app_1 | errorEmitted: false,
  250. app_1 | emitClose: true,
  251. app_1 | autoDestroy: false,
  252. app_1 | bufferedRequestCount: 0,
  253. app_1 | corkedRequestsFree: [Object]
  254. app_1 | },
  255. app_1 | writable: true,
  256. app_1 | _events: [Object: null prototype] {
  257. app_1 | response: [Function],
  258. app_1 | error: [Function]
  259. app_1 | },
  260. app_1 | _eventsCount: 2,
  261. app_1 | _maxListeners: undefined,
  262. app_1 | _options: {
  263. app_1 | protocol: 'http:',
  264. app_1 | maxRedirects: 21,
  265. app_1 | maxBodyLength: 10485760,
  266. app_1 | path: '/api/tokens',
  267. app_1 | method: 'POST',
  268. app_1 | headers: [Object],
  269. app_1 | agent: undefined,
  270. app_1 | agents: [Object],
  271. app_1 | auth: undefined,
  272. app_1 | hostname: '84.88.36.153',
  273. app_1 | port: '5443',
  274. app_1 | nativeProtocols: [Object],
  275. app_1 | pathname: '/api/tokens'
  276. app_1 | },
  277. app_1 | _redirectCount: 0,
  278. app_1 | _redirects: [],
  279. app_1 | _requestBodyLength: 38,
  280. app_1 | _requestBodyBuffers: [ [Object] ],
  281. app_1 | _onNativeResponse: [Function],
  282. app_1 | _currentRequest: ClientRequest {
  283. app_1 | _events: [Object: null prototype],
  284. app_1 | _eventsCount: 6,
  285. app_1 | _maxListeners: undefined,
  286. app_1 | outputData: [],
  287. app_1 | outputSize: 0,
  288. app_1 | writable: true,
  289. app_1 | _last: true,
  290. app_1 | chunkedEncoding: false,
  291. app_1 | shouldKeepAlive: false,
  292. app_1 | useChunkedEncodingByDefault: true,
  293. app_1 | sendDate: false,
  294. app_1 | _removedConnection: false,
  295. app_1 | _removedContLen: false,
  296. app_1 | _removedTE: false,
  297. app_1 | _contentLength: null,
  298. app_1 | _hasBody: true,
  299. app_1 | _trailer: '',
  300. app_1 | finished: false,
  301. app_1 | _headerSent: true,
  302. app_1 | socket: [Socket],
  303. app_1 | connection: [Socket],
  304. app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
  305. app_1 | 'Accept: application/json, text/plain, */*\r\n' +
  306. app_1 | 'Content-Type: application/json\r\n' +
  307. app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  308. app_1 | 'User-Agent: axios/0.19.2\r\n' +
  309. app_1 | 'Content-Length: 38\r\n' +
  310. app_1 | 'Host: 84.88.36.153:5443\r\n' +
  311. app_1 | 'Connection: close\r\n' +
  312. app_1 | '\r\n',
  313. app_1 | _onPendingData: [Function: noopPendingOutput],
  314. app_1 | agent: [Agent],
  315. app_1 | socketPath: undefined,
  316. app_1 | method: 'POST',
  317. app_1 | insecureHTTPParser: undefined,
  318. app_1 | path: '/api/tokens',
  319. app_1 | _ended: false,
  320. app_1 | res: null,
  321. app_1 | aborted: false,
  322. app_1 | timeoutCb: null,
  323. app_1 | upgradeOrConnect: false,
  324. app_1 | parser: null,
  325. app_1 | maxHeadersCount: null,
  326. app_1 | reusedSocket: false,
  327. app_1 | _redirectable: [Circular],
  328. app_1 | [Symbol(kCapture)]: false,
  329. app_1 | [Symbol(kNeedDrain)]: false,
  330. app_1 | [Symbol(corked)]: 0,
  331. app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
  332. app_1 | },
  333. app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
  334. app_1 | [Symbol(kCapture)]: false
  335. app_1 | },
  336. app_1 | response: undefined,
  337. app_1 | isAxiosError: true,
  338. app_1 | toJSON: [Function]
  339. app_1 | }
  340. app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
  341. app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
  342. app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
  343. app_1 | at write_ (_http_outgoing.js:650:9)
  344. app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
  345. app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
  346. app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
  347. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
  348. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
  349. app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
  350. app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
  351. 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)
  352. app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
  353. app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  354. app_1 | errno: 'ETIMEDOUT',
  355. app_1 | code: 'ETIMEDOUT',
  356. app_1 | syscall: 'connect',
  357. app_1 | address: '84.88.36.153',
  358. app_1 | port: 5443,
  359. app_1 | config: {
  360. app_1 | url: 'http://84.88.36.153:5443/api/tokens',
  361. app_1 | method: 'post',
  362. app_1 | data: '{"session":"collective-gold-lungfish"}',
  363. app_1 | headers: {
  364. app_1 | Accept: 'application/json, text/plain, */*',
  365. app_1 | 'Content-Type': 'application/json',
  366. app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  367. app_1 | 'User-Agent': 'axios/0.19.2',
  368. app_1 | 'Content-Length': 38
  369. app_1 | },
  370. app_1 | transformRequest: [ [Function] ],
  371. app_1 | transformResponse: [ [Function] ],
  372. app_1 | timeout: 0,
  373. app_1 | adapter: [Function],
  374. app_1 | xsrfCookieName: 'XSRF-TOKEN',
  375. app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
  376. app_1 | maxContentLength: -1,
  377. app_1 | validateStatus: [Function: validateStatus]
  378. app_1 | },
  379. app_1 | request: Writable {
  380. app_1 | _writableState: WritableState {
  381. app_1 | objectMode: false,
  382. app_1 | highWaterMark: 16384,
  383. app_1 | finalCalled: false,
  384. app_1 | needDrain: false,
  385. app_1 | ending: false,
  386. app_1 | ended: false,
  387. app_1 | finished: false,
  388. app_1 | destroyed: false,
  389. app_1 | decodeStrings: true,
  390. app_1 | defaultEncoding: 'utf8',
  391. app_1 | length: 0,
  392. app_1 | writing: false,
  393. app_1 | corked: 0,
  394. app_1 | sync: true,
  395. app_1 | bufferProcessing: false,
  396. app_1 | onwrite: [Function: bound onwrite],
  397. app_1 | writecb: null,
  398. app_1 | writelen: 0,
  399. app_1 | afterWriteTickInfo: null,
  400. app_1 | bufferedRequest: null,
  401. app_1 | lastBufferedRequest: null,
  402. app_1 | pendingcb: 0,
  403. app_1 | prefinished: false,
  404. app_1 | errorEmitted: false,
  405. app_1 | emitClose: true,
  406. app_1 | autoDestroy: false,
  407. app_1 | bufferedRequestCount: 0,
  408. app_1 | corkedRequestsFree: [Object]
  409. app_1 | },
  410. app_1 | writable: true,
  411. app_1 | _events: [Object: null prototype] {
  412. app_1 | response: [Function],
  413. app_1 | error: [Function]
  414. app_1 | },
  415. app_1 | _eventsCount: 2,
  416. app_1 | _maxListeners: undefined,
  417. app_1 | _options: {
  418. app_1 | protocol: 'http:',
  419. app_1 | maxRedirects: 21,
  420. app_1 | maxBodyLength: 10485760,
  421. app_1 | path: '/api/tokens',
  422. app_1 | method: 'POST',
  423. app_1 | headers: [Object],
  424. app_1 | agent: undefined,
  425. app_1 | agents: [Object],
  426. app_1 | auth: undefined,
  427. app_1 | hostname: '84.88.36.153',
  428. app_1 | port: '5443',
  429. app_1 | nativeProtocols: [Object],
  430. app_1 | pathname: '/api/tokens'
  431. app_1 | },
  432. app_1 | _redirectCount: 0,
  433. app_1 | _redirects: [],
  434. app_1 | _requestBodyLength: 38,
  435. app_1 | _requestBodyBuffers: [ [Object] ],
  436. app_1 | _onNativeResponse: [Function],
  437. app_1 | _currentRequest: ClientRequest {
  438. app_1 | _events: [Object: null prototype],
  439. app_1 | _eventsCount: 6,
  440. app_1 | _maxListeners: undefined,
  441. app_1 | outputData: [],
  442. app_1 | outputSize: 0,
  443. app_1 | writable: true,
  444. app_1 | _last: true,
  445. app_1 | chunkedEncoding: false,
  446. app_1 | shouldKeepAlive: false,
  447. app_1 | useChunkedEncodingByDefault: true,
  448. app_1 | sendDate: false,
  449. app_1 | _removedConnection: false,
  450. app_1 | _removedContLen: false,
  451. app_1 | _removedTE: false,
  452. app_1 | _contentLength: null,
  453. app_1 | _hasBody: true,
  454. app_1 | _trailer: '',
  455. app_1 | finished: false,
  456. app_1 | _headerSent: true,
  457. app_1 | socket: [Socket],
  458. app_1 | connection: [Socket],
  459. app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
  460. app_1 | 'Accept: application/json, text/plain, */*\r\n' +
  461. app_1 | 'Content-Type: application/json\r\n' +
  462. app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  463. app_1 | 'User-Agent: axios/0.19.2\r\n' +
  464. app_1 | 'Content-Length: 38\r\n' +
  465. app_1 | 'Host: 84.88.36.153:5443\r\n' +
  466. app_1 | 'Connection: close\r\n' +
  467. app_1 | '\r\n',
  468. app_1 | _onPendingData: [Function: noopPendingOutput],
  469. app_1 | agent: [Agent],
  470. app_1 | socketPath: undefined,
  471. app_1 | method: 'POST',
  472. app_1 | insecureHTTPParser: undefined,
  473. app_1 | path: '/api/tokens',
  474. app_1 | _ended: false,
  475. app_1 | res: null,
  476. app_1 | aborted: false,
  477. app_1 | timeoutCb: null,
  478. app_1 | upgradeOrConnect: false,
  479. app_1 | parser: null,
  480. app_1 | maxHeadersCount: null,
  481. app_1 | reusedSocket: false,
  482. app_1 | _redirectable: [Circular],
  483. app_1 | [Symbol(kCapture)]: false,
  484. app_1 | [Symbol(kNeedDrain)]: false,
  485. app_1 | [Symbol(corked)]: 0,
  486. app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
  487. app_1 | },
  488. app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
  489. app_1 | [Symbol(kCapture)]: false
  490. app_1 | },
  491. app_1 | response: undefined,
  492. app_1 | isAxiosError: true,
  493. app_1 | toJSON: [Function]
  494. app_1 | }
  495. app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
  496. app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
  497. app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
  498. app_1 | at write_ (_http_outgoing.js:650:9)
  499. app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
  500. app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
  501. app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
  502. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
  503. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
  504. app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
  505. app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
  506. 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)
  507. app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
  508. app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  509. app_1 | errno: 'ETIMEDOUT',
  510. app_1 | code: 'ETIMEDOUT',
  511. app_1 | syscall: 'connect',
  512. app_1 | address: '84.88.36.153',
  513. app_1 | port: 5443,
  514. app_1 | config: {
  515. app_1 | url: 'http://84.88.36.153:5443/api/tokens',
  516. app_1 | method: 'post',
  517. app_1 | data: '{"session":"collective-gold-lungfish"}',
  518. app_1 | headers: {
  519. app_1 | Accept: 'application/json, text/plain, */*',
  520. app_1 | 'Content-Type': 'application/json',
  521. app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  522. app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
  523. app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
  524. app_1 | 'User-Agent': 'axios/0.19.2',
  525. app_1 | 'Content-Length': 38
  526. app_1 | },
  527. app_1 | transformRequest: [ [Function] ],
  528. app_1 | transformResponse: [ [Function] ],
  529. app_1 | timeout: 0,
  530. app_1 | adapter: [Function],
  531. app_1 | xsrfCookieName: 'XSRF-TOKEN',
  532. app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
  533. app_1 | maxContentLength: -1,
  534. app_1 | validateStatus: [Function: validateStatus]
  535. app_1 | },
  536. app_1 | request: Writable {
  537. app_1 | _writableState: WritableState {
  538. app_1 | objectMode: false,
  539. app_1 | highWaterMark: 16384,
  540. app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
  541. app_1 | at write_ (_http_outgoing.js:650:9)
  542. app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
  543. app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
  544. app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
  545. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
  546. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
  547. app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
  548. app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
  549. 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)
  550. app_1 | finalCalled: false,
  551. app_1 | needDrain: false,
  552. app_1 | ending: false,
  553. app_1 | ended: false,
  554. app_1 | finished: false,
  555. app_1 | destroyed: false,
  556. app_1 | decodeStrings: true,
  557. app_1 | defaultEncoding: 'utf8',
  558. app_1 | length: 0,
  559. app_1 | writing: false,
  560. app_1 | corked: 0,
  561. app_1 | sync: true,
  562. app_1 | bufferProcessing: false,
  563. app_1 | onwrite: [Function: bound onwrite],
  564. app_1 | writecb: null,
  565. app_1 | writelen: 0,
  566. app_1 | afterWriteTickInfo: null,
  567. app_1 | bufferedRequest: null,
  568. app_1 | lastBufferedRequest: null,
  569. app_1 | pendingcb: 0,
  570. app_1 | prefinished: false,
  571. app_1 | errorEmitted: false,
  572. app_1 | emitClose: true,
  573. app_1 | autoDestroy: false,
  574. app_1 | bufferedRequestCount: 0,
  575. app_1 | corkedRequestsFree: [Object]
  576. app_1 | },
  577. app_1 | writable: true,
  578. app_1 | _events: [Object: null prototype] {
  579. app_1 | response: [Function],
  580. app_1 | error: [Function]
  581. app_1 | },
  582. app_1 | _eventsCount: 2,
  583. app_1 | _maxListeners: undefined,
  584. app_1 | _options: {
  585. app_1 | protocol: 'http:',
  586. app_1 | maxRedirects: 21,
  587. app_1 | maxBodyLength: 10485760,
  588. app_1 | path: '/api/tokens',
  589. app_1 | method: 'POST',
  590. app_1 | headers: [Object],
  591. app_1 | agent: undefined,
  592. app_1 | agents: [Object],
  593. app_1 | auth: undefined,
  594. app_1 | hostname: '84.88.36.153',
  595. app_1 | port: '5443',
  596. app_1 | nativeProtocols: [Object],
  597. app_1 | pathname: '/api/tokens'
  598. app_1 | },
  599. app_1 | _redirectCount: 0,
  600. app_1 | _redirects: [],
  601. app_1 | _requestBodyLength: 38,
  602. app_1 | _requestBodyBuffers: [ [Object] ],
  603. app_1 | _onNativeResponse: [Function],
  604. app_1 | _currentRequest: ClientRequest {
  605. app_1 | _events: [Object: null prototype],
  606. app_1 | _eventsCount: 6,
  607. app_1 | _maxListeners: undefined,
  608. app_1 | outputData: [],
  609. app_1 | outputSize: 0,
  610. app_1 | writable: true,
  611. app_1 | _last: true,
  612. app_1 | chunkedEncoding: false,
  613. app_1 | shouldKeepAlive: false,
  614. app_1 | useChunkedEncodingByDefault: true,
  615. app_1 | sendDate: false,
  616. app_1 | _removedConnection: false,
  617. app_1 | _removedContLen: false,
  618. app_1 | _removedTE: false,
  619. app_1 | _contentLength: null,
  620. app_1 | _hasBody: true,
  621. app_1 | _trailer: '',
  622. app_1 | finished: false,
  623. app_1 | _headerSent: true,
  624. app_1 | socket: [Socket],
  625. app_1 | connection: [Socket],
  626. app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
  627. app_1 | 'Accept: application/json, text/plain, */*\r\n' +
  628. app_1 | 'Content-Type: application/json\r\n' +
  629. app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  630. app_1 | 'User-Agent: axios/0.19.2\r\n' +
  631. app_1 | 'Content-Length: 38\r\n' +
  632. app_1 | 'Host: 84.88.36.153:5443\r\n' +
  633. app_1 | 'Connection: close\r\n' +
  634. app_1 | '\r\n',
  635. app_1 | _onPendingData: [Function: noopPendingOutput],
  636. app_1 | agent: [Agent],
  637. app_1 | socketPath: undefined,
  638. app_1 | method: 'POST',
  639. app_1 | insecureHTTPParser: undefined,
  640. app_1 | path: '/api/tokens',
  641. app_1 | _ended: false,
  642. app_1 | res: null,
  643. app_1 | aborted: false,
  644. app_1 | timeoutCb: null,
  645. app_1 | upgradeOrConnect: false,
  646. app_1 | parser: null,
  647. app_1 | maxHeadersCount: null,
  648. app_1 | reusedSocket: false,
  649. app_1 | _redirectable: [Circular],
  650. app_1 | [Symbol(kCapture)]: false,
  651. app_1 | [Symbol(kNeedDrain)]: false,
  652. app_1 | [Symbol(corked)]: 0,
  653. app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
  654. app_1 | },
  655. app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
  656. app_1 | [Symbol(kCapture)]: false
  657. app_1 | },
  658. app_1 | response: undefined,
  659. app_1 | isAxiosError: true,
  660. app_1 | toJSON: [Function]
  661. app_1 | }
  662. app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
  663. app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  664. app_1 | errno: 'ETIMEDOUT',
  665. app_1 | code: 'ETIMEDOUT',
  666. app_1 | syscall: 'connect',
  667. app_1 | address: '84.88.36.153',
  668. app_1 | port: 5443,
  669. app_1 | config: {
  670. app_1 | url: 'http://84.88.36.153:5443/api/tokens',
  671. app_1 | method: 'post',
  672. app_1 | data: '{"session":"collective-gold-lungfish"}',
  673. app_1 | headers: {
  674. app_1 | Accept: 'application/json, text/plain, */*',
  675. app_1 | 'Content-Type': 'application/json',
  676. app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  677. app_1 | 'User-Agent': 'axios/0.19.2',
  678. app_1 | 'Content-Length': 38
  679. app_1 | },
  680. app_1 | transformRequest: [ [Function] ],
  681. app_1 | transformResponse: [ [Function] ],
  682. app_1 | timeout: 0,
  683. app_1 | adapter: [Function],
  684. app_1 | xsrfCookieName: 'XSRF-TOKEN',
  685. app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
  686. app_1 | maxContentLength: -1,
  687. app_1 | validateStatus: [Function: validateStatus]
  688. app_1 | },
  689. app_1 | request: Writable {
  690. app_1 | _writableState: WritableState {
  691. app_1 | objectMode: false,
  692. app_1 | highWaterMark: 16384,
  693. app_1 | finalCalled: false,
  694. app_1 | needDrain: false,
  695. app_1 | ending: false,
  696. app_1 | ended: false,
  697. app_1 | finished: false,
  698. app_1 | destroyed: false,
  699. app_1 | decodeStrings: true,
  700. app_1 | defaultEncoding: 'utf8',
  701. app_1 | length: 0,
  702. app_1 | writing: false,
  703. app_1 | corked: 0,
  704. app_1 | sync: true,
  705. app_1 | bufferProcessing: false,
  706. app_1 | onwrite: [Function: bound onwrite],
  707. app_1 | writecb: null,
  708. app_1 | writelen: 0,
  709. app_1 | afterWriteTickInfo: null,
  710. app_1 | bufferedRequest: null,
  711. app_1 | lastBufferedRequest: null,
  712. app_1 | pendingcb: 0,
  713. app_1 | prefinished: false,
  714. app_1 | errorEmitted: false,
  715. app_1 | emitClose: true,
  716. app_1 | autoDestroy: false,
  717. app_1 | bufferedRequestCount: 0,
  718. app_1 | corkedRequestsFree: [Object]
  719. app_1 | },
  720. app_1 | writable: true,
  721. app_1 | _events: [Object: null prototype] {
  722. app_1 | response: [Function],
  723. app_1 | error: [Function]
  724. app_1 | },
  725. app_1 | _eventsCount: 2,
  726. app_1 | _maxListeners: undefined,
  727. app_1 | _options: {
  728. app_1 | protocol: 'http:',
  729. app_1 | maxRedirects: 21,
  730. app_1 | maxBodyLength: 10485760,
  731. app_1 | path: '/api/tokens',
  732. app_1 | method: 'POST',
  733. app_1 | headers: [Object],
  734. app_1 | agent: undefined,
  735. app_1 | agents: [Object],
  736. app_1 | auth: undefined,
  737. app_1 | hostname: '84.88.36.153',
  738. app_1 | port: '5443',
  739. app_1 | nativeProtocols: [Object],
  740. app_1 | pathname: '/api/tokens'
  741. app_1 | },
  742. app_1 | _redirectCount: 0,
  743. app_1 | _redirects: [],
  744. app_1 | _requestBodyLength: 38,
  745. app_1 | _requestBodyBuffers: [ [Object] ],
  746. app_1 | _onNativeResponse: [Function],
  747. app_1 | _currentRequest: ClientRequest {
  748. app_1 | _events: [Object: null prototype],
  749. app_1 | _eventsCount: 6,
  750. app_1 | _maxListeners: undefined,
  751. app_1 | outputData: [],
  752. app_1 | outputSize: 0,
  753. app_1 | writable: true,
  754. app_1 | _last: true,
  755. app_1 | chunkedEncoding: false,
  756. app_1 | shouldKeepAlive: false,
  757. app_1 | useChunkedEncodingByDefault: true,
  758. app_1 | sendDate: false,
  759. app_1 | _removedConnection: false,
  760. app_1 | _removedContLen: false,
  761. app_1 | _removedTE: false,
  762. app_1 | _contentLength: null,
  763. app_1 | _hasBody: true,
  764. app_1 | _trailer: '',
  765. app_1 | finished: false,
  766. app_1 | _headerSent: true,
  767. app_1 | socket: [Socket],
  768. app_1 | connection: [Socket],
  769. app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
  770. app_1 | 'Accept: application/json, text/plain, */*\r\n' +
  771. app_1 | 'Content-Type: application/json\r\n' +
  772. app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  773. app_1 | 'User-Agent: axios/0.19.2\r\n' +
  774. app_1 | 'Content-Length: 38\r\n' +
  775. app_1 | 'Host: 84.88.36.153:5443\r\n' +
  776. app_1 | 'Connection: close\r\n' +
  777. app_1 | '\r\n',
  778. app_1 | _onPendingData: [Function: noopPendingOutput],
  779. app_1 | agent: [Agent],
  780. app_1 | socketPath: undefined,
  781. app_1 | method: 'POST',
  782. app_1 | insecureHTTPParser: undefined,
  783. app_1 | path: '/api/tokens',
  784. app_1 | _ended: false,
  785. app_1 | res: null,
  786. app_1 | aborted: false,
  787. app_1 | timeoutCb: null,
  788. app_1 | upgradeOrConnect: false,
  789. app_1 | parser: null,
  790. app_1 | maxHeadersCount: null,
  791. app_1 | reusedSocket: false,
  792. app_1 | _redirectable: [Circular],
  793. app_1 | [Symbol(kCapture)]: false,
  794. app_1 | [Symbol(kNeedDrain)]: false,
  795. app_1 | [Symbol(corked)]: 0,
  796. app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
  797. app_1 | },
  798. app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
  799. app_1 | [Symbol(kCapture)]: false
  800. app_1 | },
  801. app_1 | response: undefined,
  802. app_1 | isAxiosError: true,
  803. app_1 | toJSON: [Function]
  804. app_1 | }
  805. app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
  806. app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
  807. app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
  808. app_1 | at write_ (_http_outgoing.js:650:9)
  809. app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
  810. app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
  811. app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
  812. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
  813. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
  814. app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
  815. app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
  816. 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)
  817. app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
  818. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  819. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  820. app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
  821. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  822. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  823. app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
  824. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  825. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  826. app_1 | Session ID received { sessionId: 'empty-crimson-porcupine' }
  827. app_1 | Requesting session to http://84.88.36.153:5443/api/sessions
  828. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  829. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  830. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  831. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  832. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  833. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  834. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  835. app_1 | Requesting token to http://84.88.36.153:5443/api/tokens
  836. app_1 | CALL_OPENVIDU_CERTTYPE owncert
  837. app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
  838. app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  839. app_1 | errno: 'ETIMEDOUT',
  840. app_1 | code: 'ETIMEDOUT',
  841. app_1 | syscall: 'connect',
  842. app_1 | address: '84.88.36.153',
  843. app_1 | port: 5443,
  844. app_1 | config: {
  845. app_1 | url: 'http://84.88.36.153:5443/api/tokens',
  846. app_1 | method: 'post',
  847. app_1 | data: '{"session":"empty-crimson-porcupine"}',
  848. app_1 | headers: {
  849. app_1 | Accept: 'application/json, text/plain, */*',
  850. app_1 | 'Content-Type': 'application/json',
  851. app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  852. app_1 | 'User-Agent': 'axios/0.19.2',
  853. app_1 | 'Content-Length': 37
  854. app_1 | },
  855. app_1 | transformRequest: [ [Function] ],
  856. app_1 | transformResponse: [ [Function] ],
  857. app_1 | timeout: 0,
  858. app_1 | adapter: [Function],
  859. app_1 | xsrfCookieName: 'XSRF-TOKEN',
  860. app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
  861. app_1 | maxContentLength: -1,
  862. app_1 | validateStatus: [Function: validateStatus]
  863. app_1 | },
  864. app_1 | request: Writable {
  865. app_1 | _writableState: WritableState {
  866. app_1 | objectMode: false,
  867. app_1 | highWaterMark: 16384,
  868. app_1 | finalCalled: false,
  869. app_1 | needDrain: false,
  870. app_1 | ending: false,
  871. app_1 | ended: false,
  872. app_1 | finished: false,
  873. app_1 | destroyed: false,
  874. app_1 | decodeStrings: true,
  875. app_1 | defaultEncoding: 'utf8',
  876. app_1 | length: 0,
  877. app_1 | writing: false,
  878. app_1 | corked: 0,
  879. app_1 | sync: true,
  880. app_1 | bufferProcessing: false,
  881. app_1 | onwrite: [Function: bound onwrite],
  882. app_1 | writecb: null,
  883. app_1 | writelen: 0,
  884. app_1 | afterWriteTickInfo: null,
  885. app_1 | bufferedRequest: null,
  886. app_1 | lastBufferedRequest: null,
  887. app_1 | pendingcb: 0,
  888. app_1 | prefinished: false,
  889. app_1 | errorEmitted: false,
  890. app_1 | emitClose: true,
  891. app_1 | autoDestroy: false,
  892. app_1 | bufferedRequestCount: 0,
  893. app_1 | corkedRequestsFree: [Object]
  894. app_1 | },
  895. app_1 | writable: true,
  896. app_1 | _events: [Object: null prototype] {
  897. app_1 | response: [Function],
  898. app_1 | error: [Function]
  899. app_1 | },
  900. app_1 | _eventsCount: 2,
  901. app_1 | _maxListeners: undefined,
  902. app_1 | _options: {
  903. app_1 | protocol: 'http:',
  904. app_1 | maxRedirects: 21,
  905. app_1 | maxBodyLength: 10485760,
  906. app_1 | path: '/api/tokens',
  907. app_1 | method: 'POST',
  908. app_1 | headers: [Object],
  909. app_1 | agent: undefined,
  910. app_1 | agents: [Object],
  911. app_1 | auth: undefined,
  912. app_1 | hostname: '84.88.36.153',
  913. app_1 | port: '5443',
  914. app_1 | nativeProtocols: [Object],
  915. app_1 | pathname: '/api/tokens'
  916. app_1 | },
  917. app_1 | _redirectCount: 0,
  918. app_1 | _redirects: [],
  919. app_1 | _requestBodyLength: 37,
  920. app_1 | _requestBodyBuffers: [ [Object] ],
  921. app_1 | _onNativeResponse: [Function],
  922. app_1 | _currentRequest: ClientRequest {
  923. app_1 | _events: [Object: null prototype],
  924. app_1 | _eventsCount: 6,
  925. app_1 | _maxListeners: undefined,
  926. app_1 | outputData: [],
  927. app_1 | outputSize: 0,
  928. app_1 | writable: true,
  929. app_1 | _last: true,
  930. app_1 | chunkedEncoding: false,
  931. app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
  932. app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
  933. app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
  934. app_1 | at write_ (_http_outgoing.js:650:9)
  935. app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
  936. app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
  937. app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
  938. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
  939. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
  940. app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
  941. app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
  942. 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)
  943. app_1 | shouldKeepAlive: false,
  944. app_1 | useChunkedEncodingByDefault: true,
  945. app_1 | sendDate: false,
  946. app_1 | _removedConnection: false,
  947. app_1 | _removedContLen: false,
  948. app_1 | _removedTE: false,
  949. app_1 | _contentLength: null,
  950. app_1 | _hasBody: true,
  951. app_1 | _trailer: '',
  952. app_1 | finished: false,
  953. app_1 | _headerSent: true,
  954. app_1 | socket: [Socket],
  955. app_1 | connection: [Socket],
  956. app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
  957. app_1 | 'Accept: application/json, text/plain, */*\r\n' +
  958. app_1 | 'Content-Type: application/json\r\n' +
  959. app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  960. app_1 | 'User-Agent: axios/0.19.2\r\n' +
  961. app_1 | 'Content-Length: 37\r\n' +
  962. app_1 | 'Host: 84.88.36.153:5443\r\n' +
  963. app_1 | 'Connection: close\r\n' +
  964. app_1 | '\r\n',
  965. app_1 | _onPendingData: [Function: noopPendingOutput],
  966. app_1 | agent: [Agent],
  967. app_1 | socketPath: undefined,
  968. app_1 | method: 'POST',
  969. app_1 | insecureHTTPParser: undefined,
  970. app_1 | path: '/api/tokens',
  971. app_1 | _ended: false,
  972. app_1 | res: null,
  973. app_1 | aborted: false,
  974. app_1 | timeoutCb: null,
  975. app_1 | upgradeOrConnect: false,
  976. app_1 | parser: null,
  977. app_1 | maxHeadersCount: null,
  978. app_1 | reusedSocket: false,
  979. app_1 | _redirectable: [Circular],
  980. app_1 | [Symbol(kCapture)]: false,
  981. app_1 | [Symbol(kNeedDrain)]: false,
  982. app_1 | [Symbol(corked)]: 0,
  983. app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
  984. app_1 | },
  985. app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
  986. app_1 | [Symbol(kCapture)]: false
  987. app_1 | },
  988. app_1 | response: undefined,
  989. app_1 | isAxiosError: true,
  990. app_1 | toJSON: [Function]
  991. app_1 | }
  992. app_1 | Error: connect ETIMEDOUT 84.88.36.153:5443
  993. app_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  994. app_1 | errno: 'ETIMEDOUT',
  995. app_1 | code: 'ETIMEDOUT',
  996. app_1 | syscall: 'connect',
  997. app_1 | address: '84.88.36.153',
  998. app_1 | port: 5443,
  999. app_1 | config: {
  1000. app_1 | url: 'http://84.88.36.153:5443/api/tokens',
  1001. app_1 | method: 'post',
  1002. app_1 | data: '{"session":"empty-crimson-porcupine"}',
  1003. app_1 | headers: {
  1004. app_1 | Accept: 'application/json, text/plain, */*',
  1005. app_1 | 'Content-Type': 'application/json',
  1006. app_1 | Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  1007. app_1 | 'User-Agent': 'axios/0.19.2',
  1008. app_1 | 'Content-Length': 37
  1009. app_1 | },
  1010. app_1 | transformRequest: [ [Function] ],
  1011. app_1 | transformResponse: [ [Function] ],
  1012. app_1 | timeout: 0,
  1013. app_1 | adapter: [Function],
  1014. app_1 | xsrfCookieName: 'XSRF-TOKEN',
  1015. app_1 | xsrfHeaderName: 'X-XSRF-TOKEN',
  1016. app_1 | maxContentLength: -1,
  1017. app_1 | validateStatus: [Function: validateStatus]
  1018. app_1 | },
  1019. app_1 | request: Writable {
  1020. app_1 | _writableState: WritableState {
  1021. app_1 | objectMode: false,
  1022. app_1 | highWaterMark: 16384,
  1023. app_1 | finalCalled: false,
  1024. app_1 | needDrain: false,
  1025. app_1 | ending: false,
  1026. app_1 | ended: false,
  1027. app_1 | finished: false,
  1028. app_1 | destroyed: false,
  1029. app_1 | decodeStrings: true,
  1030. app_1 | defaultEncoding: 'utf8',
  1031. app_1 | length: 0,
  1032. app_1 | writing: false,
  1033. app_1 | corked: 0,
  1034. app_1 | sync: true,
  1035. app_1 | bufferProcessing: false,
  1036. app_1 | onwrite: [Function: bound onwrite],
  1037. app_1 | writecb: null,
  1038. app_1 | writelen: 0,
  1039. app_1 | afterWriteTickInfo: null,
  1040. app_1 | bufferedRequest: null,
  1041. app_1 | lastBufferedRequest: null,
  1042. app_1 | pendingcb: 0,
  1043. app_1 | prefinished: false,
  1044. app_1 | errorEmitted: false,
  1045. app_1 | emitClose: true,
  1046. app_1 | autoDestroy: false,
  1047. app_1 | bufferedRequestCount: 0,
  1048. app_1 | corkedRequestsFree: [Object]
  1049. app_1 | },
  1050. app_1 | writable: true,
  1051. app_1 | _events: [Object: null prototype] {
  1052. app_1 | response: [Function],
  1053. app_1 | error: [Function]
  1054. app_1 | },
  1055. app_1 | _eventsCount: 2,
  1056. app_1 | _maxListeners: undefined,
  1057. app_1 | _options: {
  1058. app_1 | protocol: 'http:',
  1059. app_1 | maxRedirects: 21,
  1060. app_1 | maxBodyLength: 10485760,
  1061. app_1 | path: '/api/tokens',
  1062. app_1 | method: 'POST',
  1063. app_1 | headers: [Object],
  1064. app_1 | agent: undefined,
  1065. app_1 | agents: [Object],
  1066. app_1 | auth: undefined,
  1067. app_1 | hostname: '84.88.36.153',
  1068. app_1 | port: '5443',
  1069. app_1 | nativeProtocols: [Object],
  1070. app_1 | pathname: '/api/tokens'
  1071. app_1 | },
  1072. app_1 | _redirectCount: 0,
  1073. app_1 | _redirects: [],
  1074. app_1 | _requestBodyLength: 37,
  1075. app_1 | _requestBodyBuffers: [ [Object] ],
  1076. app_1 | _onNativeResponse: [Function],
  1077. app_1 | _currentRequest: ClientRequest {
  1078. app_1 | _events: [Object: null prototype],
  1079. app_1 | _eventsCount: 6,
  1080. app_1 | _maxListeners: undefined,
  1081. app_1 | outputData: [],
  1082. app_1 | outputSize: 0,
  1083. app_1 | writable: true,
  1084. app_1 | _last: true,
  1085. app_1 | chunkedEncoding: false,
  1086. app_1 | shouldKeepAlive: false,
  1087. app_1 | useChunkedEncodingByDefault: true,
  1088. app_1 | sendDate: false,
  1089. app_1 | _removedConnection: false,
  1090. app_1 | _removedContLen: false,
  1091. app_1 | _removedTE: false,
  1092. app_1 | _contentLength: null,
  1093. app_1 | _hasBody: true,
  1094. app_1 | _trailer: '',
  1095. app_1 | finished: false,
  1096. app_1 | _headerSent: true,
  1097. app_1 | socket: [Socket],
  1098. app_1 | connection: [Socket],
  1099. app_1 | _header: 'POST /api/tokens HTTP/1.1\r\n' +
  1100. app_1 | 'Accept: application/json, text/plain, */*\r\n' +
  1101. app_1 | 'Content-Type: application/json\r\n' +
  1102. app_1 | 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  1103. app_1 | 'User-Agent: axios/0.19.2\r\n' +
  1104. app_1 | 'Content-Length: 37\r\n' +
  1105. app_1 | 'Host: 84.88.36.153:5443\r\n' +
  1106. app_1 | 'Connection: close\r\n' +
  1107. app_1 | '\r\n',
  1108. app_1 | _onPendingData: [Function: noopPendingOutput],
  1109. app_1 | agent: [Agent],
  1110. app_1 | socketPath: undefined,
  1111. app_1 | method: 'POST',
  1112. app_1 | insecureHTTPParser: undefined,
  1113. app_1 | path: '/api/tokens',
  1114. app_1 | _ended: false,
  1115. app_1 | res: null,
  1116. app_1 | aborted: false,
  1117. app_1 | timeoutCb: null,
  1118. app_1 | upgradeOrConnect: false,
  1119. app_1 | parser: null,
  1120. app_1 | maxHeadersCount: null,
  1121. app_1 | reusedSocket: false,
  1122. app_1 | _redirectable: [Circular],
  1123. app_1 | [Symbol(kCapture)]: false,
  1124. app_1 | [Symbol(kNeedDrain)]: false,
  1125. app_1 | [Symbol(corked)]: 0,
  1126. app_1 | [Symbol(kOutHeaders)]: [Object: null prototype]
  1127. app_1 | },
  1128. app_1 | _currentUrl: 'http://84.88.36.153:5443/api/tokens',
  1129. app_1 | [Symbol(kCapture)]: false
  1130. app_1 | },
  1131. app_1 | response: undefined,
  1132. app_1 | isAxiosError: true,
  1133. app_1 | toJSON: [Function]
  1134. app_1 | }
  1135. app_1 | (node:21) UnhandledPromiseRejectionWarning: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: undefined
  1136. app_1 | at ServerResponse.writeHead (_http_server.js:248:11)
  1137. app_1 | at ServerResponse._implicitHeader (_http_server.js:239:8)
  1138. app_1 | at write_ (_http_outgoing.js:650:9)
  1139. app_1 | at ServerResponse.end (_http_outgoing.js:761:5)
  1140. app_1 | at ServerResponse.C.send (/opt/openvidu-call/openvidu-call-server.js:302:2782)
  1141. app_1 | at p (/opt/openvidu-call/openvidu-call-server.js:320:3586)
  1142. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:4257
  1143. app_1 | at /opt/openvidu-call/openvidu-call-server.js:320:2946
  1144. app_1 | at Object.throw (/opt/openvidu-call/openvidu-call-server.js:320:3051)
  1145. app_1 | at r (/opt/openvidu-call/openvidu-call-server.js:320:1816)
  1146. 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