You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2020. It is now read-only.
Is this still working? These are the errors I've received recently.
TypeError: Cannot read property 'status' of undefined
at axios.interceptors.response.use.err
(/Users/Sparks/Downloads/front-export-master/lib/api.js:23:15)
at process._tickCallback (internal/process/next_tick.js:68:7)
and then this one
(node:4131) UnhandledPromiseRejectionWarning: Error: Request failed with status code 502
at createError (/Users/Sparks/Downloads/front-export-master/node_modules/axios/lib/core/createError.js:16:15)
at settle (/Users/Sparks/Downloads/front-export-master/node_modules/axios/lib/core/settle.js:18:12)
at IncomingMessage.handleStreamEnd (/Users/Sparks/Downloads/front-export-master/node_modules/axios/lib/adapters/http.js:191:11)
at IncomingMessage.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1094:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
(node:4131) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1418)
(node:4131) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Is this still working? These are the errors I've received recently.
TypeError: Cannot read property 'status' of undefined
at axios.interceptors.response.use.err
(/Users/Sparks/Downloads/front-export-master/lib/api.js:23:15)
at process._tickCallback (internal/process/next_tick.js:68:7)
and then this one
(node:4131) UnhandledPromiseRejectionWarning: Error: Request failed with status code 502
(node:4131) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1418)
(node:4131) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.