Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. web | Server running at: http://b5ac2e76dc2a:3001
  2. web | { method: 'select',
  3. web | options: {},
  4. web | timeout: false,
  5. web | cancelOnTimeout: false,
  6. web | bindings: [ 'martinhelou@gmail.com', 1 ],
  7. web | __knexQueryUid: '909caa24-09ac-4e22-8c6c-90c306777111',
  8. web | sql: 'select "users".* from "users" where "users"."email" = ? limit ?' }
  9. web | { method: 'select',
  10. web | options: {},
  11. web | timeout: false,
  12. web | cancelOnTimeout: false,
  13. web | bindings: [ 'martinhelou@gmail.com', 1 ],
  14. web | __knexQueryUid: '83bec473-85d9-427d-8031-c6abfaaa1589',
  15. web | sql: 'select "users".* from "users" where "users"."email" = ? limit ?' }
  16. web | { method: 'insert',
  17. web | options: {},
  18. web | timeout: false,
  19. web | cancelOnTimeout: false,
  20. web | bindings:
  21. web | [ 2017-05-23T14:34:19.647Z,
  22. web | '1985-10-10T04:00:00.000Z',
  23. web | 'martinhelou@gmail.com',
  24. web | 'Martin',
  25. web | '20ea6b55-0652-4a77-b619-f4156a1d9ddc',
  26. web | 'Helou',
  27. web | 'argentinean',
  28. web | '123132',
  29. web | '$2a$10$9x5kCpg5z/B4RgGeNrpzXO.KHeTYoThB3lviAObL1/bvHkNLETdqG',
  30. web | '9545624043',
  31. web | 2017-05-23T14:34:19.647Z ],
  32. web | __knexQueryUid: 'ef98806f-cd97-4cd3-9b44-b9b81f23c762',
  33. web | sql: 'insert into "users" ("created_at", "dob", "email", "firstname", "id", "lastname", "nationality", "passport_number", "password", "phone", "updated_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id"',
  34. web | returning: 'id' }
  35. web | Debug: internal, implementation, error
  36. web | SendGridError: Response error
  37. web | at /usr/src/app/node_modules/sendgrid/lib/sendgrid.js:123:19
  38. web | at IncomingMessage.<anonymous> (/usr/src/app/node_modules/sendgrid-rest/lib/client.js:108:9)
  39. web | at emitNone (events.js:91:20)
  40. web | at IncomingMessage.emit (events.js:188:7)
  41. web | at endReadableNT (_stream_readable.js:975:12)
  42. web | at _combinedTickCallback (internal/process/next_tick.js:80:11)
  43. web | at process._tickDomainCallback (internal/process/next_tick.js:128:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement