Advertisement
Guest User

Untitled

a guest
Feb 27th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. [ERROR] [MySQL] [es_extended] An error happens on MySQL for query "[object Object]": ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
  2. Error: (node:8900) UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]: unexpected PromiseRejectEvent
  3. at process.<anonymous> (internal/process/promises.js:27:25)
  4. at <anonymous>
  5. at Query.db.query [as _callback] (mysql-async.js:4973:13)
  6. at Query.Sequence.end (mysql-async.js:280:24)
  7. at mysql-async.js:4734:13
  8. at Handshake.onConnect [as _callback] (mysql-async.js:4587:9)
  9. at Handshake.Sequence.end (mysql-async.js:280:24)
  10. at Handshake.ErrorPacket (mysql-async.js:12836:8)
  11. at Protocol._parsePacket (mysql-async.js:5941:23)
  12. at Parser.write (mysql-async.js:6198:12)
  13. Error: (node:8900) 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. Error: (node:8900) [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.
  15. Error: (node:8900) UnhandledPromiseRejectionWarning: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
  16. at Handshake.Sequence._packetToError (mysql-async.js:244:14)
  17. at Handshake.ErrorPacket (mysql-async.js:12834:18)
  18. at Protocol._parsePacket (mysql-async.js:5941:23)
  19. at Parser.write (mysql-async.js:6198:12)
  20. at Protocol.write (mysql-async.js:5701:16)
  21. at Socket.<anonymous> (mysql-async.js:693:28)
  22. at emitOne (events.js:116:13)
  23. at Socket.emit (events.js:211:7)
  24. at addChunk (_stream_readable.js:263:12)
  25. at readableAddChunk (_stream_readable.js:250:11)
  26. --------------------
  27. at Protocol._enqueue (mysql-async.js:5807:48)
  28. at Protocol.handshake (mysql-async.js:5714:23)
  29. at PoolConnection.connect (mysql-async.js:720:18)
  30. at Pool.getConnection (mysql-async.js:4577:16)
  31. at Pool.query (mysql-async.js:4731:8)
  32. at Promise (mysql-async.js:4970:12)
  33. at new Promise (<anonymous>)
  34. at execute (mysql-async.js:4967:26)
  35. at Object.global.exports [as callback] (mysql-async.js:4993:5)
  36. at citizen:/scripting/v8/main.js:87:41
  37. Error: (node:8900) 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