From 8cec7220b94d09625d4ebc378079086813467a50 Mon Sep 17 00:00:00 2001 From: CANCI0 Date: Thu, 11 Apr 2024 23:11:20 +0200 Subject: [PATCH] json de prueba borrado --- gatewayservice/error.json | 174 -------------------------------------- 1 file changed, 174 deletions(-) delete mode 100644 gatewayservice/error.json diff --git a/gatewayservice/error.json b/gatewayservice/error.json deleted file mode 100644 index 4bfd8b92..00000000 --- a/gatewayservice/error.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - port: 8001, - address: '127.0.0.1', - syscall: 'connect', - code: 'ECONNREFUSED', - errno: -4078, - config: { - transitional: { - silentJSONParsing: true, - forcedJSONParsing: true, - clarifyTimeoutError: false - }, - adapter: [ 'xhr', 'http' ], - transformRequest: [ [Function: transformRequest] ], - transformResponse: [ [Function: transformResponse] ], - timeout: 0, - xsrfCookieName: 'XSRF-TOKEN', - xsrfHeaderName: 'X-XSRF-TOKEN', - maxContentLength: -1, - maxBodyLength: -1, - env: { FormData: [Function], Blob: null }, - validateStatus: [Function: validateStatus], - headers: Object [AxiosHeaders] { - Accept: 'application/json, text/plain, \*/\*', - 'Content-Type': undefined, - 'User-Agent': 'axios/1.6.5', - 'Accept-Encoding': 'gzip, compress, deflate, br' - }, - params: { username: 'admin' }, - method: 'get', - url: 'http://localhost:8001/users/search', - data: undefined - }, - request: Writable { - _writableState: WritableState { - objectMode: false, - highWaterMark: 16384, - finalCalled: false, - needDrain: false, - ending: false, - ended: false, - finished: false, - destroyed: false, - decodeStrings: true, - defaultEncoding: 'utf8', - length: 0, - writing: false, - corked: 0, - sync: true, - bufferProcessing: false, - onwrite: [Function: bound onwrite], - writecb: null, - writelen: 0, - afterWriteTickInfo: null, - buffered: [], - bufferedIndex: 0, - allBuffers: true, - allNoop: true, - pendingcb: 0, - constructed: true, - prefinished: false, - errorEmitted: false, - emitClose: true, - autoDestroy: true, - errored: null, - closed: false, - closeEmitted: false, - [Symbol(kOnFinished)]: [] - }, - _events: [Object: null prototype] { - response: [Function: handleResponse], - error: [Function: handleRequestError], - socket: [Function: handleRequestSocket] - }, - _eventsCount: 3, - _maxListeners: undefined, - _options: { - maxRedirects: 21, - maxBodyLength: Infinity, - protocol: 'http:', - path: '/users/search?username=admin', - method: 'GET', - headers: [Object: null prototype], - agents: [Object], - auth: undefined, - family: undefined, - beforeRedirect: [Function: dispatchBeforeRedirect], - beforeRedirects: [Object], - hostname: 'localhost', - port: '8001', - agent: undefined, - nativeProtocols: [Object], - pathname: '/users/search', - search: '?username=admin' - }, - _ended: true, - _ending: true, - _redirectCount: 0, - _redirects: [], - _requestBodyLength: 0, - _requestBodyBuffers: [], - _onNativeResponse: [Function (anonymous)], - _currentRequest: ClientRequest { - _events: [Object: null prototype], - _eventsCount: 7, - _maxListeners: undefined, - outputData: [], - outputSize: 0, - writable: true, - destroyed: false, - _last: true, - chunkedEncoding: false, - shouldKeepAlive: false, - maxRequestsOnConnectionReached: false, - _defaultKeepAlive: true, - useChunkedEncodingByDefault: false, - sendDate: false, - _removedConnection: false, - _removedContLen: false, - _removedTE: false, - strictContentLength: false, - _contentLength: 0, - _hasBody: true, - _trailer: '', - finished: true, - _headerSent: true, - _closed: false, - socket: [Socket], - _header: 'GET /users/search?username=admin HTTP/1.1\r\n' + - 'Accept: application/json, text/plain, */*\r\n' + - 'User-Agent: axios/1.6.5\r\n' + - 'Accept-Encoding: gzip, compress, deflate, br\r\n' + - 'Host: localhost:8001\r\n' + - 'Connection: close\r\n' + - '\r\n', - _keepAliveTimeout: 0, - _onPendingData: [Function: nop], - agent: [Agent], - socketPath: undefined, - method: 'GET', - maxHeaderSize: undefined, - insecureHTTPParser: undefined, - path: '/users/search?username=admin', - _ended: false, - res: null, - aborted: false, - timeoutCb: null, - upgradeOrConnect: false, - parser: null, - maxHeadersCount: null, - reusedSocket: false, - host: 'localhost', - protocol: 'http:', - _redirectable: [Circular *1], - [Symbol(kCapture)]: false, - [Symbol(kBytesWritten)]: 0, - [Symbol(kEndCalled)]: true, - [Symbol(kNeedDrain)]: false, - [Symbol(corked)]: 0, - [Symbol(kOutHeaders)]: [Object: null prototype], - [Symbol(kUniqueHeaders)]: null - }, - _currentUrl: 'http://localhost:8001/users/search?username=admin', - [Symbol(kCapture)]: false - }, - cause: Error: connect ECONNREFUSED 127.0.0.1:8001 - at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16) { - errno: -4078, - code: 'ECONNREFUSED', - syscall: 'connect', - address: '127.0.0.1', - port: 8001 - } - }