Advertisement
c4181

Untitled

Mar 25th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. C:\Users\Christopher\Documents\Vatsim Thing>node parsePilotData.js
  2. Found pilot in pilot table with cid: 1003218
  3. Found pilot in pilot table with cid: 945008
  4. Found pilot in pilot table with cid: 1247706
  5. Found pilot in pilot table with cid: 1423637
  6. Found pilot in pilot table with cid: 954207
  7. Found pilot in pilot table with cid: 1296060
  8. Found pilot in pilot table with cid: 1433706
  9. Found pilot in pilot table with cid: 1418315
  10. Did not find pilot in pilots table with cid: 1313940
  11. Did not find pilot in pilots table with cid: 1250947
  12. Did not find pilot in pilots table with cid: 1164354
  13. Did not find pilot in pilots table with cid: 1358619
  14. Did not find pilot in pilots table with cid: 1275200
  15. Did not find pilot in pilots table with cid: 929395
  16. Did not find pilot in pilots table with cid: 1088010
  17. Did not find pilot in pilots table with cid: 1271734
  18. Did not find pilot in pilots table with cid: 1230002
  19. Did not find pilot in pilots table with cid: 835480
  20. Did not find pilot in pilots table with cid: 1366708
  21. Did not find pilot in pilots table with cid: 1363768
  22. Did not find pilot in pilots table with cid: 1371791
  23. Did not find pilot in pilots table with cid: 1343003
  24. Did not find pilot in pilots table with cid: 1428776
  25. Did not find pilot in pilots table with cid: 879984
  26. Did not find pilot in pilots table with cid: 834358
  27. Did not find pilot in pilots table with cid: 1426951
  28. Did not find pilot in pilots table with cid: 1000930
  29. Did not find pilot in pilots table with cid: 1439191
  30. Did not find pilot in pilots table with cid: 1327529
  31. Did not find pilot in pilots table with cid: 1328576
  32. Did not find pilot in pilots table with cid: 895653
  33. Did not find pilot in pilots table with cid: 963226
  34. Did not find pilot in pilots table with cid: 814119
  35. Did not find pilot in pilots table with cid: 1084361
  36. Did not find pilot in pilots table with cid: 1120381
  37. Did not find pilot in pilots table with cid: 1376186
  38. Successfully inserted pilot into pilots table with cid: 1313940
  39. Successfully inserted pilot into pilots table with cid: 1250947
  40. events.js:174
  41. throw er; // Unhandled 'error' event
  42. ^
  43.  
  44. Error: Cannot enqueue Quit after invoking quit.
  45. at Protocol._validateEnqueue (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\Protocol.js:203:16)
  46. at Protocol._enqueue (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\Protocol.js:138:13)
  47. at Protocol.quit (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\Protocol.js:91:23)
  48. at Connection.end (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\Connection.js:241:18)
  49. at Query.con.query (C:\Users\Christopher\Documents\Vatsim Thing\parsePilotData.js:105:13)
  50. at Query.<anonymous> (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\Connection.js:502:10)
  51. at Query._callback (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\Connection.js:468:16)
  52. at Query.Sequence.end (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\sequences\Sequence.js:83:24)
  53. at Query._handleFinalResultPacket (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\sequences\Query.js:139:8)
  54. at Query.OkPacket (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\sequences\Query.js:72:10)
  55. Emitted 'error' event at:
  56. at Connection._handleProtocolError (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\Connection.js:425:8)
  57. at Protocol.emit (events.js:189:13)
  58. at Protocol._delegateError (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\Protocol.js:390:10)
  59. at Quit.<anonymous> (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\Protocol.js:220:10)
  60. at Quit.emit (events.js:189:13)
  61. at Quit.Sequence.end (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\sequences\Sequence.js:78:12)
  62. at Quit.end (C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\sequences\Quit.js:24:28)
  63. at C:\Users\Christopher\Documents\Vatsim Thing\node_modules\mysql\lib\protocol\Protocol.js:224:14
  64. at process._tickCallback (internal/process/next_tick.js:61:11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement