Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. true
  2. Error: connect ECONNREFUSED 127.0.0.1:80
  3. at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1128:14) {
  4. errno: 'ECONNREFUSED',
  5. code: 'ECONNREFUSED',
  6. syscall: 'connect',
  7. address: '127.0.0.1',
  8. port: 80,
  9. config: {
  10. url: 'undefined/api/client/servers/98b37305/utilization',
  11. method: 'get',
  12. headers: {
  13. Accept: 'Application/vnd.pterodactyl.v1+json',
  14. Authorization: 'Bearer undefined',
  15. 'Content-Type': 'application/json',
  16. 'User-Agent': 'axios/0.19.1'
  17. },
  18. transformRequest: [ [Function: transformRequest] ],
  19. transformResponse: [ [Function: transformResponse] ],
  20. timeout: 0,
  21. adapter: [Function: httpAdapter],
  22. xsrfCookieName: 'XSRF-TOKEN',
  23. xsrfHeaderName: 'X-XSRF-TOKEN',
  24. maxContentLength: -1,
  25. validateStatus: [Function: validateStatus],
  26. maxRedirects: 5,
  27. data: undefined
  28. },
  29. request: Writable {
  30. _writableState: WritableState {
  31. objectMode: false,
  32. highWaterMark: 16384,
  33. finalCalled: false,
  34. needDrain: false,
  35. ending: false,
  36. ended: false,
  37. finished: false,
  38. destroyed: false,
  39. decodeStrings: true,
  40. defaultEncoding: 'utf8',
  41. length: 0,
  42. writing: false,
  43. corked: 0,
  44. sync: true,
  45. bufferProcessing: false,
  46. onwrite: [Function: bound onwrite],
  47. writecb: null,
  48. writelen: 0,
  49. bufferedRequest: null,
  50. lastBufferedRequest: null,
  51. pendingcb: 0,
  52. prefinished: false,
  53. errorEmitted: false,
  54. emitClose: true,
  55. autoDestroy: false,
  56. bufferedRequestCount: 0,
  57. corkedRequestsFree: [Object]
  58. },
  59. writable: true,
  60. _events: [Object: null prototype] {
  61. response: [Function: handleResponse],
  62. error: [Function: handleRequestError]
  63. },
  64. _eventsCount: 2,
  65. _maxListeners: undefined,
  66. _options: {
  67. protocol: 'http:',
  68. maxRedirects: 5,
  69. maxBodyLength: 10485760,
  70. path: 'undefined/api/client/servers/98b37305/utilization',
  71. method: 'GET',
  72. headers: [Object],
  73. agent: undefined,
  74. agents: [Object],
  75. auth: undefined,
  76. hostname: null,
  77. port: null,
  78. nativeProtocols: [Object],
  79. pathname: 'undefined/api/client/servers/98b37305/utilization'
  80. },
  81. _redirectCount: 0,
  82. _redirects: [],
  83. _requestBodyLength: 0,
  84. _requestBodyBuffers: [],
  85. _onNativeResponse: [Function],
  86. _currentRequest: ClientRequest {
  87. _events: [Object: null prototype],
  88. _eventsCount: 6,
  89. _maxListeners: undefined,
  90. outputData: [],
  91. outputSize: 0,
  92. writable: true,
  93. _last: true,
  94. chunkedEncoding: false,
  95. shouldKeepAlive: false,
  96. useChunkedEncodingByDefault: false,
  97. sendDate: false,
  98. _removedConnection: false,
  99. _removedContLen: false,
  100. _removedTE: false,
  101. _contentLength: 0,
  102. _hasBody: true,
  103. _trailer: '',
  104. finished: true,
  105. _headerSent: true,
  106. socket: [Socket],
  107. connection: [Socket],
  108. _header: 'GET undefined/api/client/servers/98b37305/utilization HTTP/1.1\r\n' +
  109. 'Accept: Application/vnd.pterodactyl.v1+json\r\n' +
  110. 'Authorization: Bearer undefined\r\n' +
  111. 'Content-Type: application/json\r\n' +
  112. 'User-Agent: axios/0.19.1\r\n' +
  113. 'Host: localhost\r\n' +
  114. 'Connection: close\r\n' +
  115. '\r\n',
  116. _onPendingData: [Function: noopPendingOutput],
  117. agent: [Agent],
  118. socketPath: undefined,
  119. method: 'GET',
  120. path: 'undefined/api/client/servers/98b37305/utilization',
  121. _ended: false,
  122. res: null,
  123. aborted: false,
  124. timeoutCb: null,
  125. upgradeOrConnect: false,
  126. parser: null,
  127. maxHeadersCount: null,
  128. _redirectable: [Circular],
  129. [Symbol(kNeedDrain)]: false,
  130. [Symbol(isCorked)]: false,
  131. [Symbol(kOutHeaders)]: [Object: null prototype]
  132. },
  133. _currentUrl: 'http:undefined/api/client/servers/98b37305/utilization'
  134. },
  135. response: undefined,
  136. isAxiosError: true,
  137. toJSON: [Function]
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement