Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. (node:9228) DeprecationWarning: ClientUser#setGame: use ClientUser#setActivity instead
  2. (node:9228) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received type object
  3. at validateString (internal/validators.js:125:11)
  4. at normalizeSpawnArguments (child_process.js:399:3)
  5. at Object.spawn (child_process.js:532:38)
  6. at new FfmpegProcess (C:\Users\OctavianAdv\Desktop\discordba\node_modules\prism-media\src\transcoders\ffmpeg\FfmpegProcess.js:14:33)
  7. at FfmpegTranscoder.transcode (C:\Users\OctavianAdv\Desktop\discordba\node_modules\prism-media\src\transcoders\ffmpeg\Ffmpeg.js:34:18)
  8. at MediaTranscoder.transcode (C:\Users\OctavianAdv\Desktop\discordba\node_modules\prism-media\src\transcoders\MediaTranscoder.js:27:31)
  9. at Prism.transcode (C:\Users\OctavianAdv\Desktop\discordba\node_modules\prism-media\src\Prism.js:13:28)
  10. at AudioPlayer.playUnknownStream (C:\Users\OctavianAdv\Desktop\discordba\node_modules\discord.js\src\client\voice\player\AudioPlayer.js:97:35)
  11. at VoiceConnection.playStream (C:\Users\OctavianAdv\Desktop\discordba\node_modules\discord.js\src\client\voice\VoiceConnection.js:478:24)
  12. at play (C:\Users\OctavianAdv\Desktop\discordba\index.js:28:36)
  13. (node:9228) 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: 1)
  14. (node:9228) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with
  15. a non-zero exit code.
  16. events.js:174
  17. throw er; // Unhandled 'error' event
  18. ^
  19.  
  20. Error: Status code: 403
  21. at ClientRequest.httpLib.get (C:\Users\OctavianAdv\Desktop\discordba\node_modules\miniget\lib\index.js:123:19)
  22. at Object.onceWrapper (events.js:277:13)
  23. at ClientRequest.emit (events.js:189:13)
  24. at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:556:21)
  25. at HTTPParser.parserOnHeadersComplete (_http_common.js:109:17)
  26. at TLSSocket.socketOnData (_http_client.js:442:20)
  27. at TLSSocket.emit (events.js:189:13)
  28. at addChunk (_stream_readable.js:284:12)
  29. at readableAddChunk (_stream_readable.js:265:11)
  30. at TLSSocket.Readable.push (_stream_readable.js:220:10)
  31. Emitted 'error' event at:
  32. at PassThrough.onerror (_stream_readable.js:713:12)
  33. at PassThrough.emit (events.js:189:13)
  34. at PassThrough.req.on (C:\Users\OctavianAdv\Desktop\discordba\node_modules\ytdl-core\lib\index.js:118:39)
  35. at PassThrough.emit (events.js:189:13)
  36. at ClientRequest.httpLib.get (C:\Users\OctavianAdv\Desktop\discordba\node_modules\miniget\lib\index.js:127:18)
  37. at Object.onceWrapper (events.js:277:13)
  38. [... lines matching original stack trace ...]
  39. at TLSSocket.socketOnData (_http_client.js:442:20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement