Created
March 24, 2020 16:11
-
-
Save martinacostadev/30c02a6272ba2809619d757afbc2676e to your computer and use it in GitHub Desktop.
Error Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: Request failed with status code 404 | |
| at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) | |
| at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:17:12) | |
| at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:236:11) | |
| at IncomingMessage.emit (events.js:323:22) | |
| at endReadableNT (_stream_readable.js:1204:12) | |
| at processTicksAndRejections (internal/process/task_queues.js:84:21) { | |
| config: { | |
| url: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| method: 'get', | |
| headers: { | |
| Accept: 'application/json, text/plain, */*', | |
| 'User-Agent': 'axios/0.19.2' | |
| }, | |
| transformRequest: [ [Function: transformRequest] ], | |
| transformResponse: [ [Function: transformResponse] ], | |
| timeout: 0, | |
| adapter: [Function: httpAdapter], | |
| xsrfCookieName: 'XSRF-TOKEN', | |
| xsrfHeaderName: 'X-XSRF-TOKEN', | |
| maxContentLength: -1, | |
| validateStatus: [Function: validateStatus], | |
| data: undefined | |
| }, | |
| request: ClientRequest { | |
| _events: [Object: null prototype] { | |
| socket: [Function], | |
| abort: [Function], | |
| aborted: [Function], | |
| error: [Function], | |
| timeout: [Function], | |
| prefinish: [Function: requestOnPrefinish] | |
| }, | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: false, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: 'martinacosta.com.ar', | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: 'martinacosta.com.ar', | |
| _readableState: [ReadableState], | |
| readable: true, | |
| _maxListeners: undefined, | |
| _writableState: [WritableState], | |
| writable: false, | |
| allowHalfOpen: false, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: [TLSWrap], | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| [Symbol(res)]: [TLSWrap], | |
| [Symbol(asyncId)]: 358, | |
| [Symbol(kHandle)]: [TLSWrap], | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: null, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(connect-options)]: [Object] | |
| }, | |
| connection: TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: 'martinacosta.com.ar', | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: 'martinacosta.com.ar', | |
| _readableState: [ReadableState], | |
| readable: true, | |
| _maxListeners: undefined, | |
| _writableState: [WritableState], | |
| writable: false, | |
| allowHalfOpen: false, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: [TLSWrap], | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| [Symbol(res)]: [TLSWrap], | |
| [Symbol(asyncId)]: 358, | |
| [Symbol(kHandle)]: [TLSWrap], | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: null, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(connect-options)]: [Object] | |
| }, | |
| _header: 'GET /api/coffees?password=undefined HTTP/1.1\r\n' + | |
| 'Accept: application/json, text/plain, */*\r\n' + | |
| 'User-Agent: axios/0.19.2\r\n' + | |
| 'Host: martinacosta.com.ar\r\n' + | |
| 'Connection: close\r\n' + | |
| '\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: Agent { | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: [Object], | |
| requests: {}, | |
| sockets: [Object], | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: [Object], | |
| [Symbol(kCapture)]: false | |
| }, | |
| socketPath: undefined, | |
| method: 'GET', | |
| insecureHTTPParser: undefined, | |
| path: '/api/coffees?password=undefined', | |
| _ended: true, | |
| res: IncomingMessage { | |
| _readableState: [ReadableState], | |
| readable: false, | |
| _events: [Object: null prototype], | |
| _eventsCount: 3, | |
| _maxListeners: undefined, | |
| socket: [TLSSocket], | |
| connection: [TLSSocket], | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: [Object], | |
| rawHeaders: [Array], | |
| trailers: {}, | |
| rawTrailers: [], | |
| aborted: false, | |
| upgrade: false, | |
| url: '', | |
| method: null, | |
| statusCode: 404, | |
| statusMessage: 'Not Found', | |
| client: [TLSSocket], | |
| _consuming: false, | |
| _dumped: false, | |
| req: [Circular], | |
| responseUrl: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| redirects: [], | |
| [Symbol(kCapture)]: false | |
| }, | |
| aborted: false, | |
| timeoutCb: null, | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| reusedSocket: false, | |
| _redirectable: Writable { | |
| _writableState: [WritableState], | |
| writable: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| _options: [Object], | |
| _redirectCount: 0, | |
| _redirects: [], | |
| _requestBodyLength: 0, | |
| _requestBodyBuffers: [], | |
| _onNativeResponse: [Function], | |
| _currentRequest: [Circular], | |
| _currentUrl: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| [Symbol(kCapture)]: false | |
| }, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] { | |
| accept: [Array], | |
| 'user-agent': [Array], | |
| host: [Array] | |
| } | |
| }, | |
| response: { | |
| status: 404, | |
| statusText: 'Not Found', | |
| headers: { | |
| date: 'Tue, 24 Mar 2020 15:46:22 GMT', | |
| server: 'Apache/2.4.29 (Ubuntu)', | |
| 'content-length': '282', | |
| connection: 'close', | |
| 'content-type': 'text/html; charset=iso-8859-1' | |
| }, | |
| config: { | |
| url: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| method: 'get', | |
| headers: [Object], | |
| transformRequest: [Array], | |
| transformResponse: [Array], | |
| timeout: 0, | |
| adapter: [Function: httpAdapter], | |
| xsrfCookieName: 'XSRF-TOKEN', | |
| xsrfHeaderName: 'X-XSRF-TOKEN', | |
| maxContentLength: -1, | |
| validateStatus: [Function: validateStatus], | |
| data: undefined | |
| }, | |
| request: ClientRequest { | |
| _events: [Object: null prototype], | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: false, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [TLSSocket], | |
| connection: [TLSSocket], | |
| _header: 'GET /api/coffees?password=undefined HTTP/1.1\r\n' + | |
| 'Accept: application/json, text/plain, */*\r\n' + | |
| 'User-Agent: axios/0.19.2\r\n' + | |
| 'Host: martinacosta.com.ar\r\n' + | |
| 'Connection: close\r\n' + | |
| '\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: [Agent], | |
| socketPath: undefined, | |
| method: 'GET', | |
| insecureHTTPParser: undefined, | |
| path: '/api/coffees?password=undefined', | |
| _ended: true, | |
| res: [IncomingMessage], | |
| aborted: false, | |
| timeoutCb: null, | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| reusedSocket: false, | |
| _redirectable: [Writable], | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] | |
| }, | |
| data: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n' + | |
| '<html><head>\n' + | |
| '<title>404 Not Found</title>\n' + | |
| '</head><body>\n' + | |
| '<h1>Not Found</h1>\n' + | |
| '<p>The requested URL was not found on this server.</p>\n' + | |
| '<hr>\n' + | |
| '<address>Apache/2.4.29 (Ubuntu) Server at martinacosta.com.ar Port 443</address>\n' + | |
| '</body></html>\n' | |
| }, | |
| isAxiosError: true, | |
| toJSON: [Function] | |
| } | |
| Error: Request failed with status code 404 | |
| at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) | |
| at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:17:12) | |
| at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:236:11) | |
| at IncomingMessage.emit (events.js:323:22) | |
| at endReadableNT (_stream_readable.js:1204:12) | |
| at processTicksAndRejections (internal/process/task_queues.js:84:21) { | |
| config: { | |
| url: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| method: 'get', | |
| headers: { | |
| Accept: 'application/json, text/plain, */*', | |
| 'User-Agent': 'axios/0.19.2' | |
| }, | |
| transformRequest: [ [Function: transformRequest] ], | |
| transformResponse: [ [Function: transformResponse] ], | |
| timeout: 0, | |
| adapter: [Function: httpAdapter], | |
| xsrfCookieName: 'XSRF-TOKEN', | |
| xsrfHeaderName: 'X-XSRF-TOKEN', | |
| maxContentLength: -1, | |
| validateStatus: [Function: validateStatus], | |
| data: undefined | |
| }, | |
| request: ClientRequest { | |
| _events: [Object: null prototype] { | |
| socket: [Function], | |
| abort: [Function], | |
| aborted: [Function], | |
| error: [Function], | |
| timeout: [Function], | |
| prefinish: [Function: requestOnPrefinish] | |
| }, | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: false, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: 'martinacosta.com.ar', | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: 'martinacosta.com.ar', | |
| _readableState: [ReadableState], | |
| readable: true, | |
| _maxListeners: undefined, | |
| _writableState: [WritableState], | |
| writable: false, | |
| allowHalfOpen: false, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: [TLSWrap], | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| [Symbol(res)]: [TLSWrap], | |
| [Symbol(asyncId)]: 751, | |
| [Symbol(kHandle)]: [TLSWrap], | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: null, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(connect-options)]: [Object] | |
| }, | |
| connection: TLSSocket { | |
| _tlsOptions: [Object], | |
| _secureEstablished: true, | |
| _securePending: false, | |
| _newSessionPending: false, | |
| _controlReleased: true, | |
| _SNICallback: null, | |
| servername: 'martinacosta.com.ar', | |
| alpnProtocol: false, | |
| authorized: true, | |
| authorizationError: null, | |
| encrypted: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 9, | |
| connecting: false, | |
| _hadError: false, | |
| _parent: null, | |
| _host: 'martinacosta.com.ar', | |
| _readableState: [ReadableState], | |
| readable: true, | |
| _maxListeners: undefined, | |
| _writableState: [WritableState], | |
| writable: false, | |
| allowHalfOpen: false, | |
| _sockname: null, | |
| _pendingData: null, | |
| _pendingEncoding: '', | |
| server: undefined, | |
| _server: null, | |
| ssl: [TLSWrap], | |
| _requestCert: true, | |
| _rejectUnauthorized: true, | |
| parser: null, | |
| _httpMessage: [Circular], | |
| [Symbol(res)]: [TLSWrap], | |
| [Symbol(asyncId)]: 751, | |
| [Symbol(kHandle)]: [TLSWrap], | |
| [Symbol(lastWriteQueueSize)]: 0, | |
| [Symbol(timeout)]: null, | |
| [Symbol(kBuffer)]: null, | |
| [Symbol(kBufferCb)]: null, | |
| [Symbol(kBufferGen)]: null, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kBytesRead)]: 0, | |
| [Symbol(kBytesWritten)]: 0, | |
| [Symbol(connect-options)]: [Object] | |
| }, | |
| _header: 'GET /api/coffees?password=undefined HTTP/1.1\r\n' + | |
| 'Accept: application/json, text/plain, */*\r\n' + | |
| 'User-Agent: axios/0.19.2\r\n' + | |
| 'Host: martinacosta.com.ar\r\n' + | |
| 'Connection: close\r\n' + | |
| '\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: Agent { | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| defaultPort: 443, | |
| protocol: 'https:', | |
| options: [Object], | |
| requests: {}, | |
| sockets: [Object], | |
| freeSockets: {}, | |
| keepAliveMsecs: 1000, | |
| keepAlive: false, | |
| maxSockets: Infinity, | |
| maxFreeSockets: 256, | |
| maxCachedSessions: 100, | |
| _sessionCache: [Object], | |
| [Symbol(kCapture)]: false | |
| }, | |
| socketPath: undefined, | |
| method: 'GET', | |
| insecureHTTPParser: undefined, | |
| path: '/api/coffees?password=undefined', | |
| _ended: true, | |
| res: IncomingMessage { | |
| _readableState: [ReadableState], | |
| readable: false, | |
| _events: [Object: null prototype], | |
| _eventsCount: 3, | |
| _maxListeners: undefined, | |
| socket: [TLSSocket], | |
| connection: [TLSSocket], | |
| httpVersionMajor: 1, | |
| httpVersionMinor: 1, | |
| httpVersion: '1.1', | |
| complete: true, | |
| headers: [Object], | |
| rawHeaders: [Array], | |
| trailers: {}, | |
| rawTrailers: [], | |
| aborted: false, | |
| upgrade: false, | |
| url: '', | |
| method: null, | |
| statusCode: 404, | |
| statusMessage: 'Not Found', | |
| client: [TLSSocket], | |
| _consuming: false, | |
| _dumped: false, | |
| req: [Circular], | |
| responseUrl: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| redirects: [], | |
| [Symbol(kCapture)]: false | |
| }, | |
| aborted: false, | |
| timeoutCb: null, | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| reusedSocket: false, | |
| _redirectable: Writable { | |
| _writableState: [WritableState], | |
| writable: true, | |
| _events: [Object: null prototype], | |
| _eventsCount: 2, | |
| _maxListeners: undefined, | |
| _options: [Object], | |
| _redirectCount: 0, | |
| _redirects: [], | |
| _requestBodyLength: 0, | |
| _requestBodyBuffers: [], | |
| _onNativeResponse: [Function], | |
| _currentRequest: [Circular], | |
| _currentUrl: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| [Symbol(kCapture)]: false | |
| }, | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] { | |
| accept: [Array], | |
| 'user-agent': [Array], | |
| host: [Array] | |
| } | |
| }, | |
| response: { | |
| status: 404, | |
| statusText: 'Not Found', | |
| headers: { | |
| date: 'Tue, 24 Mar 2020 15:46:24 GMT', | |
| server: 'Apache/2.4.29 (Ubuntu)', | |
| 'content-length': '282', | |
| connection: 'close', | |
| 'content-type': 'text/html; charset=iso-8859-1' | |
| }, | |
| config: { | |
| url: 'https://martinacosta.com.ar/api/coffees?password=undefined', | |
| method: 'get', | |
| headers: [Object], | |
| transformRequest: [Array], | |
| transformResponse: [Array], | |
| timeout: 0, | |
| adapter: [Function: httpAdapter], | |
| xsrfCookieName: 'XSRF-TOKEN', | |
| xsrfHeaderName: 'X-XSRF-TOKEN', | |
| maxContentLength: -1, | |
| validateStatus: [Function: validateStatus], | |
| data: undefined | |
| }, | |
| request: ClientRequest { | |
| _events: [Object: null prototype], | |
| _eventsCount: 6, | |
| _maxListeners: undefined, | |
| outputData: [], | |
| outputSize: 0, | |
| writable: true, | |
| _last: true, | |
| chunkedEncoding: false, | |
| shouldKeepAlive: false, | |
| useChunkedEncodingByDefault: false, | |
| sendDate: false, | |
| _removedConnection: false, | |
| _removedContLen: false, | |
| _removedTE: false, | |
| _contentLength: 0, | |
| _hasBody: true, | |
| _trailer: '', | |
| finished: true, | |
| _headerSent: true, | |
| socket: [TLSSocket], | |
| connection: [TLSSocket], | |
| _header: 'GET /api/coffees?password=undefined HTTP/1.1\r\n' + | |
| 'Accept: application/json, text/plain, */*\r\n' + | |
| 'User-Agent: axios/0.19.2\r\n' + | |
| 'Host: martinacosta.com.ar\r\n' + | |
| 'Connection: close\r\n' + | |
| '\r\n', | |
| _onPendingData: [Function: noopPendingOutput], | |
| agent: [Agent], | |
| socketPath: undefined, | |
| method: 'GET', | |
| insecureHTTPParser: undefined, | |
| path: '/api/coffees?password=undefined', | |
| _ended: true, | |
| res: [IncomingMessage], | |
| aborted: false, | |
| timeoutCb: null, | |
| upgradeOrConnect: false, | |
| parser: null, | |
| maxHeadersCount: null, | |
| reusedSocket: false, | |
| _redirectable: [Writable], | |
| [Symbol(kCapture)]: false, | |
| [Symbol(kNeedDrain)]: false, | |
| [Symbol(corked)]: 0, | |
| [Symbol(kOutHeaders)]: [Object: null prototype] | |
| }, | |
| data: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n' + | |
| '<html><head>\n' + | |
| '<title>404 Not Found</title>\n' + | |
| '</head><body>\n' + | |
| '<h1>Not Found</h1>\n' + | |
| '<p>The requested URL was not found on this server.</p>\n' + | |
| '<hr>\n' + | |
| '<address>Apache/2.4.29 (Ubuntu) Server at martinacosta.com.ar Port 443</address>\n' + | |
| '</body></html>\n' | |
| }, | |
| isAxiosError: true, | |
| toJSON: [Function] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment