Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. Error: read ECONNRESET
  3. at TCP.onStreamRead (internal/stream_base_commons.js:201:27)
  4. Emitted 'error' event on Connection instance at:
  5. at Connection._handleProtocolError (/usr/src/app/node_modules/mysql/lib/Connection.js:426:8)
  6. at Protocol.emit (events.js:209:13)
  7. at Protocol._delegateError (/usr/src/app/node_modules/mysql/lib/protocol/Protocol.js:398:10)
  8. at Protocol.handleNetworkError (/usr/src/app/node_modules/mysql/lib/protocol/Protocol.js:371:10)
  9. at Connection._handleNetworkError (/usr/src/app/node_modules/mysql/lib/Connection.js:421:18)
  10. at Socket.emit (events.js:209:13)
  11. at emitErrorNT (internal/streams/destroy.js:91:8)
  12. at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
  13. at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  14. errno: 'ECONNRESET',
  15. code: 'ECONNRESET',
  16. syscall: 'read',
  17. fatal: true
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement