Advertisement
Guest User

Untitled

a guest
Aug 19th, 2022
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1. node:internal/process/promises:265
  2. triggerUncaughtException(err, true /* fromPromise */);
  3. ^
  4. AxiosError: connect ECONNREFUSED 0.0.0.0:443
  5. at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) {
  6. port: 443,
  7. address: '0.0.0.0',
  8. syscall: 'connect',
  9. code: 'ECONNREFUSED',
  10. errno: -111,
  11. config: {
  12. transitional: {
  13. silentJSONParsing: true,
  14. forcedJSONParsing: true,
  15. clarifyTimeoutError: false
  16. },
  17. adapter: [Function: httpAdapter],
  18. transformRequest: [ [Function (anonymous)] ],
  19. transformResponse: [ [Function: transformResponse] ],
  20. timeout: 0,
  21. xsrfCookieName: 'XSRF-TOKEN',
  22. xsrfHeaderName: 'X-XSRF-TOKEN',
  23. maxContentLength: -1,
  24. maxBodyLength: -1,
  25. env: {
  26. FormData: [Function: FormData] {
  27. LINE_BREAK: '\r\n',
  28. DEFAULT_CONTENT_TYPE: 'application/octet-stream'
  29. }
  30. },
  31. validateStatus: [Function: validateStatus],
  32. headers: {
  33. Accept: 'application/json, text/plain, */*',
  34. 'Content-Type': 'application/json',
  35. 'user-agent': 'analytics-node/6.2.0',
  36. 'Content-Length': 814
  37. },
  38. auth: { username: 'ePJM5UVxZGUxLP9dH2wGDvUE7hC2MbTX' },
  39. method: 'post',
  40. url: 'https://api.segment.io/v1/batch',
  41. data: '{"batch":[{"userId":"902a73ef-3df7-4e93-bea6-6dceeee04387","event":"event_id_shell_deploy_end","properties":{"distinct_id":"902a73ef-3df7-4e93-bea6-6dceeee04387","near_cli_version":"3.4.2","user_country":"IN","os":"linux","network_id":"testnet","node_url":"https://rpc.testnet.near.org","wallet_url":"https://wallet.testnet.near.org","is_gitpod":false,"timestamp":"2022-08-19T13:09:40.561Z","success":true,"code_hash":"DAJux6s7ijTKu8XdtBAcNFrjUjpve6HRxTMuRpqgTxDH","is_same_contract":true},"type":"track","context":{"library":{"name":"analytics-node","version":"6.2.0"}},"_metadata":{"nodeVersion":"16.14.0"},"timestamp":"2022-08-19T13:09:40.561Z","messageId":"node-a16b016842a85acbdbabe33e7efeaaa9-a8a3fbfc-9a3b-492c-9a09-553176a3254c"}],"timestamp":"2022-08-19T13:09:40.563Z","sentAt":"2022-08-19T13:09:40.563Z"}',
  42. 'axios-retry': { retryCount: 3, lastRequestTime: 1660914582183 }
  43. },
  44. request: <ref *3> Writable {
  45. _writableState: WritableState {
  46. objectMode: false,
  47. highWaterMark: 16384,
  48. finalCalled: false,
  49. needDrain: false,
  50. ending: false,
  51. ended: false,
  52. finished: false,
  53. destroyed: false,
  54. decodeStrings: true,
  55. defaultEncoding: 'utf8',
  56. length: 0,
  57. writing: false,
  58. corked: 0,
  59. sync: true,
  60. bufferProcessing: false,
  61. onwrite: [Function: bound onwrite],
  62. writecb: null,
  63. writelen: 0,
  64. afterWriteTickInfo: null,
  65. buffered: [],
  66. bufferedIndex: 0,
  67. allBuffers: true,
  68. allNoop: true,
  69. pendingcb: 0,
  70. constructed: true,
  71. prefinished: false,
  72. errorEmitted: false,
  73. emitClose: true,
  74. autoDestroy: true,
  75. errored: null,
  76. closed: false,
  77. closeEmitted: false,
  78. [Symbol(kOnFinished)]: []
  79. },
  80. _events: [Object: null prototype] {
  81. response: [Function: handleResponse],
  82. error: [Function: handleRequestError],
  83. socket: [Function: handleRequestSocket]
  84. },
  85. _eventsCount: 3,
  86. _maxListeners: undefined,
  87. _options: {
  88. maxRedirects: 21,
  89. maxBodyLength: 10485760,
  90. protocol: 'https:',
  91. path: '/v1/batch',
  92. method: 'POST',
  93. headers: {
  94. Accept: 'application/json, text/plain, */*',
  95. 'Content-Type': 'application/json',
  96. 'user-agent': 'analytics-node/6.2.0',
  97. 'Content-Length': 814
  98. },
  99. agent: undefined,
  100. agents: { http: undefined, https: undefined },
  101. auth: 'ePJM5UVxZGUxLP9dH2wGDvUE7hC2MbTX:',
  102. hostname: 'api.segment.io',
  103. port: null,
  104. nativeProtocols: {
  105. 'http:': {
  106. _connectionListener: [Function: connectionListener],
  107. METHODS: [
  108. 'ACL', 'BIND', 'CHECKOUT',
  109. 'CONNECT', 'COPY', 'DELETE',
  110. 'GET', 'HEAD', 'LINK',
  111. 'LOCK', 'M-SEARCH', 'MERGE',
  112. 'MKACTIVITY', 'MKCALENDAR', 'MKCOL',
  113. 'MOVE', 'NOTIFY', 'OPTIONS',
  114. 'PATCH', 'POST', 'PROPFIND',
  115. 'PROPPATCH', 'PURGE', 'PUT',
  116. 'REBIND', 'REPORT', 'SEARCH',
  117. 'SOURCE', 'SUBSCRIBE', 'TRACE',
  118. 'UNBIND', 'UNLINK', 'UNLOCK',
  119. 'UNSUBSCRIBE'
  120. ],
  121. STATUS_CODES: {
  122. '100': 'Continue',
  123. '101': 'Switching Protocols',
  124. '102': 'Processing',
  125. '103': 'Early Hints',
  126. '200': 'OK',
  127. '201': 'Created',
  128. '202': 'Accepted',
  129. '203': 'Non-Authoritative Information',
  130. '204': 'No Content',
  131. '205': 'Reset Content',
  132. '206': 'Partial Content',
  133. '207': 'Multi-Status',
  134. '208': 'Already Reported',
  135. '226': 'IM Used',
  136. '300': 'Multiple Choices',
  137. '301': 'Moved Permanently',
  138. '302': 'Found',
  139. '303': 'See Other',
  140. '304': 'Not Modified',
  141. '305': 'Use Proxy',
  142. '307': 'Temporary Redirect',
  143. '308': 'Permanent Redirect',
  144. '400': 'Bad Request',
  145. '401': 'Unauthorized',
  146. '402': 'Payment Required',
  147. '403': 'Forbidden',
  148. '404': 'Not Found',
  149. '405': 'Method Not Allowed',
  150. '406': 'Not Acceptable',
  151. '407': 'Proxy Authentication Required',
  152. '408': 'Request Timeout',
  153. '409': 'Conflict',
  154. '410': 'Gone',
  155. '411': 'Length Required',
  156. '412': 'Precondition Failed',
  157. '413': 'Payload Too Large',
  158. '414': 'URI Too Long',
  159. '415': 'Unsupported Media Type',
  160. '416': 'Range Not Satisfiable',
  161. '417': 'Expectation Failed',
  162. '418': "I'm a Teapot",
  163. '421': 'Misdirected Request',
  164. '422': 'Unprocessable Entity',
  165. '423': 'Locked',
  166. '424': 'Failed Dependency',
  167. '425': 'Too Early',
  168. '426': 'Upgrade Required',
  169. '428': 'Precondition Required',
  170. '429': 'Too Many Requests',
  171. '431': 'Request Header Fields Too Large',
  172. '451': 'Unavailable For Legal Reasons',
  173. '500': 'Internal Server Error',
  174. '501': 'Not Implemented',
  175. '502': 'Bad Gateway',
  176. '503': 'Service Unavailable',
  177. '504': 'Gateway Timeout',
  178. '505': 'HTTP Version Not Supported',
  179. '506': 'Variant Also Negotiates',
  180. '507': 'Insufficient Storage',
  181. '508': 'Loop Detected',
  182. '509': 'Bandwidth Limit Exceeded',
  183. '510': 'Not Extended',
  184. '511': 'Network Authentication Required'
  185. },
  186. Agent: [Function: Agent] { defaultMaxSockets: Infinity },
  187. ClientRequest: [Function: ClientRequest],
  188. IncomingMessage: [Function: IncomingMessage],
  189. OutgoingMessage: [Function: OutgoingMessage],
  190. Server: [Function: Server],
  191. ServerResponse: [Function: ServerResponse],
  192. createServer: [Function: createServer],
  193. validateHeaderName: [Function: __node_internal_],
  194. validateHeaderValue: [Function: __node_internal_],
  195. get: [Function: get],
  196. request: [Function: request],
  197. maxHeaderSize: [Getter],
  198. globalAgent: [Getter/Setter]
  199. },
  200. 'https:': {
  201. Agent: [Function: Agent],
  202. globalAgent: Agent {
  203. _events: [Object: null prototype],
  204. _eventsCount: 2,
  205. _maxListeners: undefined,
  206. defaultPort: 443,
  207. protocol: 'https:',
  208. options: [Object: null prototype],
  209. requests: [Object: null prototype] {},
  210. sockets: [Object: null prototype],
  211. freeSockets: [Object: null prototype] {},
  212. keepAliveMsecs: 1000,
  213. keepAlive: false,
  214. maxSockets: Infinity,
  215. maxFreeSockets: 256,
  216. scheduling: 'lifo',
  217. maxTotalSockets: Infinity,
  218. totalSocketCount: 1,
  219. maxCachedSessions: 100,
  220. _sessionCache: [Object],
  221. [Symbol(kCapture)]: false
  222. },
  223. Server: [Function: Server],
  224. createServer: [Function: createServer],
  225. get: [Function: get],
  226. request: [Function: request]
  227. }
  228. },
  229. pathname: '/v1/batch'
  230. },
  231. _ended: false,
  232. _ending: true,
  233. _redirectCount: 0,
  234. _redirects: [],
  235. _requestBodyLength: 814,
  236. _requestBodyBuffers: [
  237. {
  238. data: Buffer(814) [Uint8Array] [
  239. 123, 34, 98, 97, 116, 99, 104, 34, 58, 91, 123, 34,
  240. 117, 115, 101, 114, 73, 100, 34, 58, 34, 57, 48, 50,
  241. 97, 55, 51, 101, 102, 45, 51, 100, 102, 55, 45, 52,
  242. 101, 57, 51, 45, 98, 101, 97, 54, 45, 54, 100, 99,
  243. 101, 101, 101, 101, 48, 52, 51, 56, 55, 34, 44, 34,
  244. 101, 118, 101, 110, 116, 34, 58, 34, 101, 118, 101, 110,
  245. 116, 95, 105, 100, 95, 115, 104, 101, 108, 108, 95, 100,
  246. 101, 112, 108, 111, 121, 95, 101, 110, 100, 34, 44, 34,
  247. 112, 114, 111, 112,
  248. ... 714 more items
  249. ],
  250. encoding: undefined
  251. }
  252. ],
  253. _onNativeResponse: [Function (anonymous)],
  254. _currentRequest: <ref *1> ClientRequest {
  255. _events: [Object: null prototype] {
  256. response: [Function: bound onceWrapper] {
  257. listener: [Function (anonymous)]
  258. },
  259. abort: [Function (anonymous)],
  260. aborted: [Function (anonymous)],
  261. connect: [Function (anonymous)],
  262. error: [Function (anonymous)],
  263. socket: [Function (anonymous)],
  264. timeout: [Function (anonymous)]
  265. },
  266. _eventsCount: 7,
  267. _maxListeners: undefined,
  268. outputData: [],
  269. outputSize: 0,
  270. writable: true,
  271. destroyed: false,
  272. _last: true,
  273. chunkedEncoding: false,
  274. shouldKeepAlive: false,
  275. maxRequestsOnConnectionReached: false,
  276. _defaultKeepAlive: true,
  277. useChunkedEncodingByDefault: true,
  278. sendDate: false,
  279. _removedConnection: false,
  280. _removedContLen: false,
  281. _removedTE: false,
  282. _contentLength: null,
  283. _hasBody: true,
  284. _trailer: '',
  285. finished: false,
  286. _headerSent: true,
  287. _closed: false,
  288. socket: <ref *2> TLSSocket {
  289. _tlsOptions: {
  290. allowHalfOpen: undefined,
  291. pipe: false,
  292. secureContext: SecureContext { context: SecureContext {} },
  293. isServer: false,
  294. requestCert: true,
  295. rejectUnauthorized: true,
  296. session: undefined,
  297. ALPNProtocols: undefined,
  298. requestOCSP: undefined,
  299. enableTrace: undefined,
  300. pskCallback: undefined,
  301. highWaterMark: undefined,
  302. onread: undefined,
  303. signal: undefined
  304. },
  305. _secureEstablished: false,
  306. _securePending: false,
  307. _newSessionPending: false,
  308. _controlReleased: true,
  309. secureConnecting: true,
  310. _SNICallback: null,
  311. servername: null,
  312. alpnProtocol: null,
  313. authorized: false,
  314. authorizationError: null,
  315. encrypted: true,
  316. _events: [Object: null prototype] {
  317. close: [
  318. [Function: onSocketCloseDestroySSL],
  319. [Function],
  320. [Function: onClose],
  321. [Function: socketCloseListener]
  322. ],
  323. end: [ [Function: onConnectEnd], [Function: onReadableStreamEnd] ],
  324. newListener: [Function: keylogNewListener],
  325. connect: [ [Function], [Function], [Function] ],
  326. secure: [Function: onConnectSecure],
  327. session: [Function (anonymous)],
  328. free: [Function: onFree],
  329. timeout: [Function: onTimeout],
  330. agentRemove: [Function: onRemove],
  331. error: [Function: socketErrorListener],
  332. drain: [Function: ondrain]
  333. },
  334. _eventsCount: 11,
  335. connecting: false,
  336. _hadError: true,
  337. _parent: null,
  338. _host: 'api.segment.io',
  339. _readableState: ReadableState {
  340. objectMode: false,
  341. highWaterMark: 16384,
  342. buffer: BufferList { head: null, tail: null, length: 0 },
  343. length: 0,
  344. pipes: [],
  345. flowing: true,
  346. ended: false,
  347. endEmitted: false,
  348. reading: true,
  349. constructed: true,
  350. sync: false,
  351. needReadable: true,
  352. emittedReadable: false,
  353. readableListening: false,
  354. resumeScheduled: false,
  355. errorEmitted: true,
  356. emitClose: false,
  357. autoDestroy: true,
  358. destroyed: true,
  359. errored: Error: connect ECONNREFUSED 0.0.0.0:443
  360. at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) {
  361. errno: -111,
  362. code: 'ECONNREFUSED',
  363. syscall: 'connect',
  364. address: '0.0.0.0',
  365. port: 443
  366. },
  367. closed: true,
  368. closeEmitted: true,
  369. defaultEncoding: 'utf8',
  370. awaitDrainWriters: null,
  371. multiAwaitDrain: false,
  372. readingMore: false,
  373. dataEmitted: false,
  374. decoder: null,
  375. encoding: null,
  376. [Symbol(kPaused)]: false
  377. },
  378. _maxListeners: undefined,
  379. _writableState: WritableState {
  380. objectMode: false,
  381. highWaterMark: 16384,
  382. finalCalled: false,
  383. needDrain: false,
  384. ending: false,
  385. ended: false,
  386. finished: false,
  387. destroyed: true,
  388. decodeStrings: false,
  389. defaultEncoding: 'utf8',
  390. length: 1079,
  391. writing: true,
  392. corked: 0,
  393. sync: false,
  394. bufferProcessing: false,
  395. onwrite: [Function: bound onwrite],
  396. writecb: [Function (anonymous)],
  397. writelen: 1079,
  398. afterWriteTickInfo: null,
  399. buffered: [],
  400. bufferedIndex: 0,
  401. allBuffers: true,
  402. allNoop: true,
  403. pendingcb: 1,
  404. constructed: true,
  405. prefinished: false,
  406. errorEmitted: true,
  407. emitClose: false,
  408. autoDestroy: true,
  409. errored: Error: connect ECONNREFUSED 0.0.0.0:443
  410. at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) {
  411. errno: -111,
  412. code: 'ECONNREFUSED',
  413. syscall: 'connect',
  414. address: '0.0.0.0',
  415. port: 443
  416. },
  417. closed: true,
  418. closeEmitted: true,
  419. [Symbol(kOnFinished)]: []
  420. },
  421. allowHalfOpen: false,
  422. _sockname: null,
  423. _pendingData: [
  424. {
  425. chunk: 'POST /v1/batch HTTP/1.1\r\n' +
  426. 'Accept: application/json, text/plain, */*\r\n' +
  427. 'Content-Type: application/json\r\n' +
  428. 'user-agent: analytics-node/6.2.0\r\n' +
  429. 'Content-Length: 814\r\n' +
  430. 'Host: api.segment.io\r\n' +
  431. 'Authorization: Basic ZVBKTTVVVnhaR1V4TFA5ZEgyd0dEdlVFN2hDMk1iVFg6\r\n' +
  432. 'Connection: close\r\n' +
  433. '\r\n',
  434. encoding: 'latin1',
  435. callback: [Function: nop]
  436. },
  437. {
  438. chunk: [Buffer [Uint8Array]],
  439. encoding: 'buffer',
  440. callback: [Function (anonymous)]
  441. },
  442. allBuffers: false
  443. ],
  444. _pendingEncoding: '',
  445. server: undefined,
  446. _server: null,
  447. ssl: null,
  448. _requestCert: true,
  449. _rejectUnauthorized: true,
  450. parser: null,
  451. _httpMessage: [Circular *1],
  452. [Symbol(res)]: TLSWrap {
  453. _parent: TCP {
  454. reading: [Getter/Setter],
  455. onconnection: null,
  456. [Symbol(owner_symbol)]: [Circular *2],
  457. [Symbol(handle_onclose)]: [Function: done]
  458. },
  459. _parentWrap: undefined,
  460. _secureContext: SecureContext { context: SecureContext {} },
  461. reading: false,
  462. onkeylog: [Function: onkeylog],
  463. onhandshakestart: {},
  464. onhandshakedone: [Function (anonymous)],
  465. onocspresponse: [Function: onocspresponse],
  466. onnewsession: [Function: onnewsessionclient],
  467. onerror: [Function: onerror],
  468. [Symbol(owner_symbol)]: [Circular *2]
  469. },
  470. [Symbol(verified)]: false,
  471. [Symbol(pendingSession)]: null,
  472. [Symbol(async_id_symbol)]: 291,
  473. [Symbol(kHandle)]: null,
  474. [Symbol(kSetNoDelay)]: false,
  475. [Symbol(lastWriteQueueSize)]: 0,
  476. [Symbol(timeout)]: null,
  477. [Symbol(kBuffer)]: null,
  478. [Symbol(kBufferCb)]: null,
  479. [Symbol(kBufferGen)]: null,
  480. [Symbol(kCapture)]: false,
  481. [Symbol(kBytesRead)]: 0,
  482. [Symbol(kBytesWritten)]: 0,
  483. [Symbol(connect-options)]: {
  484. rejectUnauthorized: true,
  485. ciphers: 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA',
  486. checkServerIdentity: [Function: checkServerIdentity],
  487. minDHSize: 1024,
  488. maxRedirects: 21,
  489. maxBodyLength: 10485760,
  490. protocol: 'https:',
  491. path: null,
  492. method: 'POST',
  493. headers: {
  494. Accept: 'application/json, text/plain, */*',
  495. 'Content-Type': 'application/json',
  496. 'user-agent': 'analytics-node/6.2.0',
  497. 'Content-Length': 814
  498. },
  499. agent: undefined,
  500. agents: { http: undefined, https: undefined },
  501. auth: 'ePJM5UVxZGUxLP9dH2wGDvUE7hC2MbTX:',
  502. hostname: 'api.segment.io',
  503. port: 443,
  504. nativeProtocols: { 'http:': [Object], 'https:': [Object] },
  505. pathname: '/v1/batch',
  506. _defaultAgent: Agent {
  507. _events: [Object: null prototype],
  508. _eventsCount: 2,
  509. _maxListeners: undefined,
  510. defaultPort: 443,
  511. protocol: 'https:',
  512. options: [Object: null prototype],
  513. requests: [Object: null prototype] {},
  514. sockets: [Object: null prototype],
  515. freeSockets: [Object: null prototype] {},
  516. keepAliveMsecs: 1000,
  517. keepAlive: false,
  518. maxSockets: Infinity,
  519. maxFreeSockets: 256,
  520. scheduling: 'lifo',
  521. maxTotalSockets: Infinity,
  522. totalSocketCount: 1,
  523. maxCachedSessions: 100,
  524. _sessionCache: [Object],
  525. [Symbol(kCapture)]: false
  526. },
  527. host: 'api.segment.io',
  528. servername: 'api.segment.io',
  529. _agentKey: 'api.segment.io:443:::::::::::::::::::::',
  530. encoding: null,
  531. singleUse: true
  532. }
  533. },
  534. _header: 'POST /v1/batch HTTP/1.1\r\n' +
  535. 'Accept: application/json, text/plain, */*\r\n' +
  536. 'Content-Type: application/json\r\n' +
  537. 'user-agent: analytics-node/6.2.0\r\n' +
  538. 'Content-Length: 814\r\n' +
  539. 'Host: api.segment.io\r\n' +
  540. 'Authorization: Basic ZVBKTTVVVnhaR1V4TFA5ZEgyd0dEdlVFN2hDMk1iVFg6\r\n' +
  541. 'Connection: close\r\n' +
  542. '\r\n',
  543. _keepAliveTimeout: 0,
  544. _onPendingData: [Function: nop],
  545. agent: Agent {
  546. _events: [Object: null prototype] {
  547. free: [Function (anonymous)],
  548. newListener: [Function: maybeEnableKeylog]
  549. },
  550. _eventsCount: 2,
  551. _maxListeners: undefined,
  552. defaultPort: 443,
  553. protocol: 'https:',
  554. options: [Object: null prototype] { path: null },
  555. requests: [Object: null prototype] {},
  556. sockets: [Object: null prototype] {
  557. 'api.segment.io:443:::::::::::::::::::::': [ [TLSSocket] ]
  558. },
  559. freeSockets: [Object: null prototype] {},
  560. keepAliveMsecs: 1000,
  561. keepAlive: false,
  562. maxSockets: Infinity,
  563. maxFreeSockets: 256,
  564. scheduling: 'lifo',
  565. maxTotalSockets: Infinity,
  566. totalSocketCount: 1,
  567. maxCachedSessions: 100,
  568. _sessionCache: { map: {}, list: [] },
  569. [Symbol(kCapture)]: false
  570. },
  571. socketPath: undefined,
  572. method: 'POST',
  573. maxHeaderSize: undefined,
  574. insecureHTTPParser: undefined,
  575. path: '/v1/batch',
  576. _ended: false,
  577. res: null,
  578. aborted: false,
  579. timeoutCb: null,
  580. upgradeOrConnect: false,
  581. parser: null,
  582. maxHeadersCount: null,
  583. reusedSocket: false,
  584. host: 'api.segment.io',
  585. protocol: 'https:',
  586. _redirectable: [Circular *3],
  587. [Symbol(kCapture)]: false,
  588. [Symbol(kNeedDrain)]: false,
  589. [Symbol(corked)]: 0,
  590. [Symbol(kOutHeaders)]: [Object: null prototype] {
  591. accept: [ 'Accept', 'application/json, text/plain, */*' ],
  592. 'content-type': [ 'Content-Type', 'application/json' ],
  593. 'user-agent': [ 'user-agent', 'analytics-node/6.2.0' ],
  594. 'content-length': [ 'Content-Length', 814 ],
  595. host: [ 'Host', 'api.segment.io' ],
  596. authorization: [
  597. 'Authorization',
  598. 'Basic ZVBKTTVVVnhaR1V4TFA5ZEgyd0dEdlVFN2hDMk1iVFg6'
  599. ]
  600. }
  601. },
  602. _currentUrl: 'https://ePJM5UVxZGUxLP9dH2wGDvUE7hC2MbTX:@api.segment.io/v1/batch',
  603. [Symbol(kCapture)]: false
  604. }
  605. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement