Advertisement
vliaskov

climateconnect frontend log when accessing /browse

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