Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. 2020-02-22T10:16:07.066650+00:00 heroku[web.1]: State changed from crashed to starting
  2. 2020-02-22T10:16:08.935023+00:00 heroku[web.1]: Starting process with command `npm start`
  3. 2020-02-22T10:16:10.756360+00:00 app[web.1]:
  4. 2020-02-22T10:16:10.756376+00:00 app[web.1]: > discord-bot@1.0.0 start /app
  5. 2020-02-22T10:16:10.756376+00:00 app[web.1]: > node index.js
  6. 2020-02-22T10:16:10.756377+00:00 app[web.1]:
  7. 2020-02-22T10:16:11.194961+00:00 heroku[web.1]: State changed from crashed to starting
  8. 2020-02-22T10:16:11.104679+00:00 app[web.1]: (node:23) UnhandledPromiseRejectionWarning: Error: Incorrect login details were provided.
  9. 2020-02-22T10:16:11.104682+00:00 app[web.1]: at WebSocketConnection.<anonymous> (/app/node_modules/discord.js/src/client/ClientManager.js:48:41)
  10. 2020-02-22T10:16:11.104683+00:00 app[web.1]: at Object.onceWrapper (events.js:418:26)
  11. 2020-02-22T10:16:11.104684+00:00 app[web.1]: at WebSocketConnection.emit (events.js:311:20)
  12. 2020-02-22T10:16:11.104766+00:00 app[web.1]: at WebSocketConnection.onClose (/app/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:390:10)
  13. 2020-02-22T10:16:11.104768+00:00 app[web.1]: at WebSocket.onClose (/app/node_modules/ws/lib/event-target.js:124:16)
  14. 2020-02-22T10:16:11.104768+00:00 app[web.1]: at WebSocket.emit (events.js:311:20)
  15. 2020-02-22T10:16:11.104769+00:00 app[web.1]: at WebSocket.emitClose (/app/node_modules/ws/lib/websocket.js:191:10)
  16. 2020-02-22T10:16:11.104769+00:00 app[web.1]: at TLSSocket.socketOnClose (/app/node_modules/ws/lib/websocket.js:850:15)
  17. 2020-02-22T10:16:11.104769+00:00 app[web.1]: at TLSSocket.emit (events.js:323:22)
  18. 2020-02-22T10:16:11.104771+00:00 app[web.1]: at net.js:668:12
  19. 2020-02-22T10:16:11.104810+00:00 app[web.1]: (node:23) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
  20. 2020-02-22T10:16:11.104899+00:00 app[web.1]: (node:23) [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.
  21. 2020-02-22T10:16:11.191290+00:00 heroku[web.1]: State changed from starting to crashed
  22. 2020-02-22T10:16:11.170033+00:00 heroku[web.1]: Process exited with status 0
  23. 2020-02-22T10:16:13.746585+00:00 heroku[web.1]: Starting process with command `npm start`
  24. 2020-02-22T10:16:17.349873+00:00 app[web.1]:
  25. 2020-02-22T10:16:17.349909+00:00 app[web.1]: > discord-bot@1.0.0 start /app
  26. 2020-02-22T10:16:17.349910+00:00 app[web.1]: > node index.js
  27. 2020-02-22T10:16:17.349910+00:00 app[web.1]:
  28. 2020-02-22T10:16:18.079783+00:00 app[web.1]: (node:23) UnhandledPromiseRejectionWarning: Error: Incorrect login details were provided.
  29. 2020-02-22T10:16:18.079812+00:00 app[web.1]: at WebSocketConnection.<anonymous> (/app/node_modules/discord.js/src/client/ClientManager.js:48:41)
  30. 2020-02-22T10:16:18.079813+00:00 app[web.1]: at Object.onceWrapper (events.js:418:26)
  31. 2020-02-22T10:16:18.079815+00:00 app[web.1]: at WebSocketConnection.emit (events.js:311:20)
  32. 2020-02-22T10:16:18.079815+00:00 app[web.1]: at WebSocketConnection.onClose (/app/node_modules/discord.js/src/client/websocket/WebSocketConnection.js:390:10)
  33. 2020-02-22T10:16:18.079816+00:00 app[web.1]: at WebSocket.onClose (/app/node_modules/ws/lib/event-target.js:124:16)
  34. 2020-02-22T10:16:18.079817+00:00 app[web.1]: at WebSocket.emit (events.js:311:20)
  35. 2020-02-22T10:16:18.079817+00:00 app[web.1]: at WebSocket.emitClose (/app/node_modules/ws/lib/websocket.js:191:10)
  36. 2020-02-22T10:16:18.079818+00:00 app[web.1]: at TLSSocket.socketOnClose (/app/node_modules/ws/lib/websocket.js:850:15)
  37. 2020-02-22T10:16:18.079818+00:00 app[web.1]: at TLSSocket.emit (events.js:323:22)
  38. 2020-02-22T10:16:18.079819+00:00 app[web.1]: at net.js:668:12
  39. 2020-02-22T10:16:18.079921+00:00 app[web.1]: (node:23) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
  40. 2020-02-22T10:16:18.080025+00:00 app[web.1]: (node:23) [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.
  41. 2020-02-22T10:16:18.235677+00:00 heroku[web.1]: State changed from starting to crashed
  42. 2020-02-22T10:16:18.221033+00:00 heroku[web.1]: Process exited with status 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement