Advertisement
Guest User

error

a guest
Oct 21st, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. (c) 2019 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\isabe\OneDrive\my discord music bot>node .
  5. Ready!
  6. ^C
  7. C:\Users\isabe\OneDrive\my discord music bot>node .
  8. Ready!
  9. (node:13240) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received type undefined
  10.     at validateString (internal/validators.js:112:11)
  11.     at Url.parse (url.js:155:3)
  12.     at Object.urlParse [as parse] (url.js:150:13)
  13.     at Object.exports.getURLVideoID (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\util.js:273:22)
  14.     at Object.exports.getVideoID (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\util.js:304:20)
  15.     at Object.exports.<computed> [as getFullInfo] (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\info.js:362:21)
  16.     at C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\info.js:355:24
  17.     at new Promise (<anonymous>)
  18.     at Function.exports.<computed> [as getInfo] (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\info.js:354:14)
  19.     at execute (C:\Users\isabe\OneDrive\my discord music bot\index.js:54:30)
  20. (node:13240) 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)
  21. (node:13240) [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.
  22. (node:13240) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "url" argument must be of type string. Received type undefined
  23.     at validateString (internal/validators.js:112:11)
  24.     at Url.parse (url.js:155:3)
  25.     at Object.urlParse [as parse] (url.js:150:13)
  26.     at Object.exports.getURLVideoID (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\util.js:273:22)
  27.     at Object.exports.getVideoID (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\util.js:304:20)
  28.     at Object.exports.<computed> [as getFullInfo] (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\info.js:362:21)
  29.     at C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\info.js:355:24
  30.     at new Promise (<anonymous>)
  31.     at Function.exports.<computed> [as getInfo] (C:\Users\isabe\OneDrive\my discord music bot\node_modules\ytdl-core\lib\info.js:354:14)
  32.     at execute (C:\Users\isabe\OneDrive\my discord music bot\index.js:54:30)
  33. (node:13240) 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: 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement