Advertisement
Guest User

Untitled

a guest
Jan 6th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Error: (node:6868) UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]: unexpected PromiseRejectEvent
  2. at process.<anonymous> (internal/process/promises.js:27:25)
  3. at <anonymous>
  4. at Query.db.query [as _callback] (mysql-async.js:4973:13)
  5. at Query.Sequence.end (mysql-async.js:280:24)
  6. at Query.ErrorPacket (mysql-async.js:2122:8)
  7. at Protocol._parsePacket (mysql-async.js:5941:23)
  8. at Parser.write (mysql-async.js:6198:12)
  9. at Protocol.write (mysql-async.js:5701:16)
  10. at Socket.<anonymous> (mysql-async.js:693:28)
  11. at emitOne (events.js:116:13)
  12. Error: (node:6868) 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)
  13. Error: (node:6868) [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.
  14. Error: (node:6868) UnhandledPromiseRejectionWarning: Error: ER_BAD_FIELD_ERROR: Unknown column 'stored' in 'where clause'
  15. at Query.Sequence._packetToError (mysql-async.js:244:14)
  16. at Query.ErrorPacket (mysql-async.js:2109:18)
  17. at Protocol._parsePacket (mysql-async.js:5941:23)
  18. at Parser.write (mysql-async.js:6198:12)
  19. at Protocol.write (mysql-async.js:5701:16)
  20. at Socket.<anonymous> (mysql-async.js:693:28)
  21. at emitOne (events.js:116:13)
  22. at Socket.emit (events.js:211:7)
  23. at addChunk (_stream_readable.js:263:12)
  24. at readableAddChunk (_stream_readable.js:250:11)
  25. --------------------
  26. at Pool.query (mysql-async.js:4728:23)
  27. at Promise (mysql-async.js:4970:12)
  28. at new Promise (<anonymous>)
  29. at execute (mysql-async.js:4967:26)
  30. at Object.global.exports [as callback] (mysql-async.js:4985:5)
  31. at citizen:/scripting/v8/main.js:87:41
  32. at window.TriggerEventInternal (citizen:/scripting/v8/natives_server.js:463:9)
  33. at global.emit.args (citizen:/scripting/v8/main.js:141:3)
  34. at global.on (mysql-async.js:5075:16)
  35. at citizen:/scripting/v8/main.js:193:28
  36. Error: (node:6868) 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