Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sapiens-sapide/9bca01a287c2371b6be510d9b9f00a1b to your computer and use it in GitHub Desktop.
Save sapiens-sapide/9bca01a287c2371b6be510d9b9f00a1b to your computer and use it in GitHub Desktop.
log express
HTTP Failure in Axios { Error: getaddrinfo ENOTFOUND notyetimplemented notyetimplemented:80
at errnoException (dns.js:28:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'notyetimplemented',
host: 'notyetimplemented',
port: 80,
config:
{ adapter: [Function: httpAdapter],
transformRequest: { '0': [Function: transformRequest] },
transformResponse: { '0': [Function: transformResponse] },
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
validateStatus: [Function: validateStatus],
headers:
{ Accept: 'application/json, text/plain, */*',
'X-Caliopen-PI': '0;100',
'X-Caliopen-IL': '0;100',
'User-Agent': 'axios/0.16.1' },
baseURL: 'http://notYetImplemented/api',
responseType: 'json',
method: 'get',
url: 'http://notYetImplemented/api/v2/identities/locals',
reduxSourceAction:
{ type: 'co/local-identity/REQUEST_LOCAL_IDENTITIES',
payload: [Object] },
data: undefined },
response: undefined }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment