github icon indicating copy to clipboard operation
github copied to clipboard

Error when requesting deleted gist

Open rootmeanclaire opened this issue 7 years ago • 0 comments

(node:1653) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'data' of undefined
    at MY_PROJECT/node_modules/github-api/dist/components/Requestable.js:238:29
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:182:7)
(node:1653) 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: 2)
(node:1653) [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.

rootmeanclaire avatar Dec 31 '18 01:12 rootmeanclaire