Advertisement
geekshabeka

Untitled

Jun 2nd, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. New session bubble
  2. <ref *2> Writable {
  3. _writableState: WritableState {
  4. objectMode: false,
  5. highWaterMark: 16384,
  6. finalCalled: false,
  7. needDrain: false,
  8. ending: false,
  9. ended: false,
  10. finished: false,
  11. destroyed: false,
  12. decodeStrings: true,
  13. defaultEncoding: 'utf8',
  14. length: 0,
  15. writing: false,
  16. corked: 0,
  17. sync: true,
  18. bufferProcessing: false,
  19. onwrite: [Function: bound onwrite],
  20. writecb: null,
  21. writelen: 0,
  22. afterWriteTickInfo: null,
  23. bufferedRequest: null,
  24. lastBufferedRequest: null,
  25. pendingcb: 0,
  26. prefinished: false,
  27. errorEmitted: false,
  28. emitClose: true,
  29. autoDestroy: false,
  30. errored: false,
  31. bufferedRequestCount: 0,
  32. corkedRequestsFree: {
  33. next: null,
  34. entry: null,
  35. finish: [Function: bound onCorkedFinish]
  36. }
  37. },
  38. writable: true,
  39. _events: [Object: null prototype] {
  40. response: [Function: handleResponse],
  41. error: [Function: handleRequestError]
  42. },
  43. _eventsCount: 2,
  44. _maxListeners: undefined,
  45. _options: {
  46. protocol: 'https:',
  47. maxRedirects: 21,
  48. maxBodyLength: 10485760,
  49. path: '/api/sessions',
  50. method: 'POST',
  51. headers: {
  52. Accept: 'application/json, text/plain, */*',
  53. 'Content-Type': 'application/json',
  54. Authorization: 'Basic T1BFTlZJRFVBUFA6aTJjYXQ=',
  55. 'User-Agent': 'axios/0.19.0',
  56. 'Content-Length': 166
  57. },
  58. agent: undefined,
  59. auth: undefined,
  60. hostname: 'hl4devel.i2cat.net',
  61. port: '4443',
  62. nativeProtocols: { 'http:': [Object], 'https:': [Object] },
  63. pathname: '/api/sessions'
  64. },
  65. _redirectCount: 0,
  66. _redirects: [],
  67. _requestBodyLength: 166,
  68. _requestBodyBuffers: [
  69. {
  70. data: <Buffer 7b 22 6d 65 64 69 61 4d 6f 64 65 22 3a 22 52 4f 55 54 45 44 22 2c 22 72 65 63 6f 72 64 69 6e 67 4d 6f 64 65 22 3a 22 4d 41 4e 55 41 4c 22 2c 22 64 65 ... 116 more bytes>,
  71. encoding: undefined
  72. }
  73. ],
  74. _onNativeResponse: [Function (anonymous)],
  75. _currentRequest: <ref *1> ClientRequest {
  76. _events: [Object: null prototype] {
  77. response: [Function],
  78. socket: [Function (anonymous)],
  79. abort: [Function (anonymous)],
  80. aborted: [Function (anonymous)],
  81. error: [Function (anonymous)],
  82. timeout: [Function (anonymous)]
  83. },
  84. _eventsCount: 6,
  85. _maxListeners: undefined,
  86. outputData: [],
  87. outputSize: 0,
  88. writable: true,
  89. _last: true,
  90. chunkedEncoding: false,
  91. shouldKeepAlive: false,
  92. useChunkedEncodingByDefault: true,
  93. sendDate: false,
  94. _removedConnection: false,
  95. _removedContLen: false,
  96. _removedTE: false,
  97. _contentLength: null,
  98. _hasBody: true,
  99. _trailer: '',
  100. finished: false,
  101. _headerSent: true,
  102. socket: TLSSocket {
  103. _tlsOptions: [Object],
  104. _secureEstablished: false,
  105. _securePending: false,
  106. _newSessionPending: false,
  107. _controlReleased: true,
  108. _SNICallback: null,
  109. servername: null,
  110. alpnProtocol: null,
  111. authorized: false,
  112. authorizationError: null,
  113. encrypted: true,
  114. _events: [Object: null prototype],
  115. _eventsCount: 11,
  116. connecting: false,
  117. _hadError: true,
  118. _parent: null,
  119. _host: 'hl4devel.i2cat.net',
  120. _readableState: [ReadableState],
  121. readable: false,
  122. _maxListeners: undefined,
  123. _writableState: [WritableState],
  124. writable: false,
  125. allowHalfOpen: false,
  126. _sockname: null,
  127. _pendingData: [Array],
  128. _pendingEncoding: '',
  129. server: undefined,
  130. _server: null,
  131. ssl: null,
  132. _requestCert: true,
  133. _rejectUnauthorized: false,
  134. parser: null,
  135. _httpMessage: [Circular *1],
  136. [Symbol(res)]: [TLSWrap],
  137. [Symbol(asyncId)]: 306,
  138. [Symbol(kHandle)]: null,
  139. [Symbol(kSetNoDelay)]: false,
  140. [Symbol(lastWriteQueueSize)]: 0,
  141. [Symbol(timeout)]: null,
  142. [Symbol(kBuffer)]: null,
  143. [Symbol(kBufferCb)]: null,
  144. [Symbol(kBufferGen)]: null,
  145. [Symbol(kCapture)]: false,
  146. [Symbol(kBytesRead)]: 0,
  147. [Symbol(kBytesWritten)]: 0,
  148. [Symbol(connect-options)]: [Object]
  149. },
  150. _header: 'POST /api/sessions HTTP/1.1\r\n' +
  151. 'Accept: application/json, text/plain, */*\r\n' +
  152. 'Content-Type: application/json\r\n' +
  153. 'Authorization: Basic T1BFTlZJRFVBUFA6aTJjYXQ=\r\n' +
  154. 'User-Agent: axios/0.19.0\r\n' +
  155. 'Content-Length: 166\r\n' +
  156. 'Host: hl4devel.i2cat.net:4443\r\n' +
  157. 'Connection: close\r\n' +
  158. '\r\n',
  159. _onPendingData: [Function: noopPendingOutput],
  160. agent: Agent {
  161. _events: [Object: null prototype],
  162. _eventsCount: 2,
  163. _maxListeners: undefined,
  164. defaultPort: 443,
  165. protocol: 'https:',
  166. options: [Object],
  167. requests: {},
  168. sockets: [Object],
  169. freeSockets: {},
  170. keepAliveMsecs: 1000,
  171. keepAlive: false,
  172. maxSockets: Infinity,
  173. maxFreeSockets: 256,
  174. maxCachedSessions: 100,
  175. _sessionCache: [Object],
  176. [Symbol(kCapture)]: false
  177. },
  178. socketPath: undefined,
  179. method: 'POST',
  180. maxHeaderSize: undefined,
  181. insecureHTTPParser: undefined,
  182. path: '/api/sessions',
  183. _ended: false,
  184. res: null,
  185. aborted: false,
  186. timeoutCb: null,
  187. upgradeOrConnect: false,
  188. parser: null,
  189. maxHeadersCount: null,
  190. reusedSocket: false,
  191. _redirectable: [Circular *2],
  192. [Symbol(kCapture)]: false,
  193. [Symbol(kNeedDrain)]: false,
  194. [Symbol(corked)]: 0,
  195. [Symbol(kOutHeaders)]: [Object: null prototype] {
  196. accept: [Array],
  197. 'content-type': [Array],
  198. authorization: [Array],
  199. 'user-agent': [Array],
  200. 'content-length': [Array],
  201. host: [Array]
  202. }
  203. },
  204. _currentUrl: 'https://hl4devel.i2cat.net:4443/api/sessions',
  205. [Symbol(kCapture)]: false
  206. }
  207. Error: [object Object]
  208. at /home/geeksha/VĂ­deos/vcnton/server/node_modules/openvidu-node-client/lib/Session.js:421:28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement