Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1. 2019-04-26T11:35:53.109328+00:00 app[api]: Initial release by user t.viutti@gmail.com
  2. 2019-04-26T11:35:53.109328+00:00 app[api]: Release v1 created by user t.viutti@gmail.com
  3. 2019-04-26T11:35:53.197267+00:00 app[api]: Enable Logplex by user t.viutti@gmail.com
  4. 2019-04-26T11:35:53.197267+00:00 app[api]: Release v2 created by user t.viutti@gmail.com
  5. 2019-04-26T11:38:44.757670+00:00 app[api]: Set JSON_TOKEN_SECRET config vars by user t.viutti@gmail.com
  6. 2019-04-26T11:38:44.757670+00:00 app[api]: Release v3 created by user t.viutti@gmail.com
  7. 2019-04-26T11:39:10.724505+00:00 app[api]: Set SENDGRID_API_KEY config vars by user t.viutti@gmail.com
  8. 2019-04-26T11:39:10.724505+00:00 app[api]: Release v4 created by user t.viutti@gmail.com
  9. 2019-04-26T11:40:45.357393+00:00 app[api]: Release v5 created by user t.viutti@gmail.com
  10. 2019-04-26T11:40:45.357393+00:00 app[api]: Set MONGODB_URL config vars by user t.viutti@gmail.com
  11. 2019-04-26T11:42:10.171455+00:00 app[api]: Set MONGODB_URL config vars by user t.viutti@gmail.com
  12. 2019-04-26T11:42:10.171455+00:00 app[api]: Release v6 created by user t.viutti@gmail.com
  13. 2019-04-26T11:43:07.000000+00:00 app[api]: Build started by user t.viutti@gmail.com
  14. 2019-04-26T11:43:38.914650+00:00 app[api]: Deploy 555617c8 by user t.viutti@gmail.com
  15. 2019-04-26T11:43:38.914650+00:00 app[api]: Release v7 created by user t.viutti@gmail.com
  16. 2019-04-26T11:43:38.935895+00:00 app[api]: Scaled to web@1:Free by user t.viutti@gmail.com
  17. 2019-04-26T11:43:41.773487+00:00 heroku[web.1]: Starting process with command `npm start`
  18. 2019-04-26T11:43:41.000000+00:00 app[api]: Build succeeded
  19. 2019-04-26T11:43:43.725003+00:00 app[web.1]:
  20. 2019-04-26T11:43:43.725031+00:00 app[web.1]: > todo@1.0.0 start /app
  21. 2019-04-26T11:43:43.725033+00:00 app[web.1]: > node server/server.js
  22. 2019-04-26T11:43:43.725034+00:00 app[web.1]:
  23. 2019-04-26T11:43:44.534936+00:00 app[web.1]: sendgridAPIKey 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
  24. 2019-04-26T11:43:44.612541+00:00 app[web.1]: (node:23) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/4.x/docs/connections.html#use-mongo-client
  25. 2019-04-26T11:43:44.613264+00:00 app[web.1]: Started listening on port 17251
  26. 2019-04-26T11:43:44.614294+00:00 app[web.1]: (node:23) UnhandledPromiseRejectionWarning: Error: Invalid mongodb uri "mongodb+srv://todoApp:todoPassword@cluster0-ufcpu.mongodb.net/TodoApp?retryWrites=true". Must begin with "mongodb://"
  27. 2019-04-26T11:43:44.614297+00:00 app[web.1]: at muri (/app/node_modules/muri/lib/index.js:28:11)
  28. 2019-04-26T11:43:44.614299+00:00 app[web.1]: at NativeConnection.Connection._handleOpenArgs (/app/node_modules/mongoose/lib/connection.js:199:16)
  29. 2019-04-26T11:43:44.614301+00:00 app[web.1]: at NativeConnection.<anonymous> (/app/node_modules/mongoose/lib/connection.js:309:37)
  30. 2019-04-26T11:43:44.614303+00:00 app[web.1]: at NativeConnection.deprecated [as open] (internal/util.js:66:15)
  31. 2019-04-26T11:43:44.614305+00:00 app[web.1]: at Mongoose.connect (/app/node_modules/mongoose/lib/index.js:268:47)
  32. 2019-04-26T11:43:44.614307+00:00 app[web.1]: at Object.<anonymous> (/app/server/db/mongoose.js:5:10)
  33. 2019-04-26T11:43:44.614309+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:701:30)
  34. 2019-04-26T11:43:44.614311+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
  35. 2019-04-26T11:43:44.614312+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:600:32)
  36. 2019-04-26T11:43:44.614314+00:00 app[web.1]: at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
  37. 2019-04-26T11:43:44.614320+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:531:3)
  38. 2019-04-26T11:43:44.614322+00:00 app[web.1]: at Module.require (internal/modules/cjs/loader.js:637:17)
  39. 2019-04-26T11:43:44.614324+00:00 app[web.1]: at require (internal/modules/cjs/helpers.js:22:18)
  40. 2019-04-26T11:43:44.614326+00:00 app[web.1]: at Object.<anonymous> (/app/server/server.js:4:20)
  41. 2019-04-26T11:43:44.614327+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:701:30)
  42. 2019-04-26T11:43:44.614329+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
  43. 2019-04-26T11:43:44.614352+00:00 app[web.1]: (node:23) 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)
  44. 2019-04-26T11:43:44.614427+00:00 app[web.1]: (node:23) [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.
  45. 2019-04-26T11:43:45.166710+00:00 heroku[web.1]: State changed from starting to up
  46. 2019-04-26T11:43:54.487938+00:00 heroku[router]: at=info method=GET path="/" host=obscure-fjord-37515.herokuapp.com request_id=45ef250e-d00a-4988-8442-4b690a700590 fwd="79.98.57.6" dyno=web.1 connect=0ms service=11ms status=404 bytes=383 protocol=https
  47. 2019-04-26T11:43:54.611664+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=obscure-fjord-37515.herokuapp.com request_id=c2dd4768-ffe5-4270-8a0e-510172e4950c fwd="79.98.57.6" dyno=web.1 connect=0ms service=2ms status=404 bytes=394 protocol=https
  48. 2019-04-26T11:45:22.987182+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/users" host=obscure-fjord-37515.herokuapp.com request_id=aa826406-8752-41d7-841b-709dd1306fc4 fwd="79.98.57.6" dyno=web.1 connect=0ms service=30001ms status=503 bytes=0 protocol=https
  49. 2019-04-26T11:46:17.073146+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/users" host=obscure-fjord-37515.herokuapp.com request_id=25a8ffec-62e5-43a7-9ced-c52cbc005eca fwd="79.98.57.6" dyno=web.1 connect=1ms service=30000ms status=503 bytes=0 protocol=https
  50. 2019-04-26T11:47:05.443097+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/users/me" host=obscure-fjord-37515.herokuapp.com request_id=34b23399-5141-4783-8cf0-a243522dbcb0 fwd="79.98.57.6" dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=https
  51. 2019-04-26T11:47:53.329336+00:00 heroku[router]: at=info method=GET path="/" host=obscure-fjord-37515.herokuapp.com request_id=69483d3b-7c7b-4f3b-ad50-25ef03695745 fwd="79.98.57.6" dyno=web.1 connect=0ms service=2ms status=404 bytes=383 protocol=https
  52. 2019-04-26T11:53:52.932228+00:00 heroku[router]: at=info method=GET path="/" host=obscure-fjord-37515.herokuapp.com request_id=9bdc4a9c-637a-45dc-9898-10e150810cb9 fwd="79.98.57.6" dyno=web.1 connect=1ms service=2ms status=404 bytes=383 protocol=https
  53. 2019-04-26T11:55:11.765824+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/users/me" host=obscure-fjord-37515.herokuapp.com request_id=dae7c307-676d-4af1-8b96-77ef03766377 fwd="79.98.57.6" dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=http
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement