Advertisement
Guest User

PJ spewing up

a guest
Apr 24th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. (node:9872) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'find' of undefined
  2. at Client.index_1.default.on (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\src\controllers\channel\image-channels.ts:23:52)
  3. at Client.emit (events.js:202:15)
  4. at Client.EventEmitter.emit (domain.js:439:20)
  5. at MessageCreateHandler.handle (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  6. at WebSocketPacketManager.handle (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  7. at WebSocketConnection.onPacket (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  8. at WebSocketConnection.onMessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  9. at WebSocket.onMessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\event-target.js:120:16)
  10. at WebSocket.emit (events.js:197:13)
  11. at WebSocket.EventEmitter.emit (domain.js:439:20)
  12. at Receiver._receiver.onmessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\websocket.js:137:47)
  13. at Receiver.dataMessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:409:14)
  14. at Receiver.getData (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:347:12)
  15. at Receiver.startLoop (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:143:16)
  16. at Receiver.add (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:117:10)
  17. at TLSSocket.emit (events.js:197:13)
  18. (node:9872) 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)
  19. (node:9872) [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.
  20. (node:9872) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'find' of undefined
  21. at Client.index_1.default.on (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\src\controllers\channel\timed-channels.ts:27:52)
  22. at Client.emit (events.js:202:15)
  23. at Client.EventEmitter.emit (domain.js:439:20)
  24. at MessageCreateHandler.handle (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\packets\handlers\MessageCreate.js:9:34)
  25. at WebSocketPacketManager.handle (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\packets\WebSocketPacketManager.js:103:65)
  26. at WebSocketConnection.onPacket (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:333:35)
  27. at WebSocketConnection.onMessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:296:17)
  28. at WebSocket.onMessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\event-target.js:120:16)
  29. at WebSocket.emit (events.js:197:13)
  30. at WebSocket.EventEmitter.emit (domain.js:439:20)
  31. at Receiver._receiver.onmessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\websocket.js:137:47)
  32. at Receiver.dataMessage (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:409:14)
  33. at Receiver.getData (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:347:12)
  34. at Receiver.startLoop (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:143:16)
  35. at Receiver.add (C:\Users\tdmla\OneDrive\Desktop\TNR\other\Pirate-Jim\node_modules\ws\lib\receiver.js:117:10)
  36. at TLSSocket.emit (events.js:197:13)
  37. (node:9872) 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement