Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Jossdz/ccec27af3da77380fa5ad22bbcbed8ac to your computer and use it in GitHub Desktop.
Save Jossdz/ccec27af3da77380fa5ad22bbcbed8ac to your computer and use it in GitHub Desktop.
2018-05-05T18:51:46.238398+00:00 app[web.1]: > node index.js
2018-05-05T18:51:46.238400+00:00 app[web.1]:
2018-05-05T18:51:47.009503+00:00 app[web.1]: running
2018-05-05T18:51:47.027422+00:00 app[web.1]: (node:20) UnhandledPromiseRejectionWarning: Error: Username contains an illegal unescaped character
2018-05-05T18:51:47.027426+00:00 app[web.1]: at parseConnectionString (/app/node_modules/mongodb/lib/url_parser.js:290:11)
2018-05-05T18:51:47.027428+00:00 app[web.1]: at parseHandler (/app/node_modules/mongodb/lib/url_parser.js:129:14)
2018-05-05T18:51:47.027430+00:00 app[web.1]: at module.exports (/app/node_modules/mongodb/lib/url_parser.js:25:12)
2018-05-05T18:51:47.027436+00:00 app[web.1]: at connect (/app/node_modules/mongodb/lib/mongo_client.js:878:3)
2018-05-05T18:51:47.027438+00:00 app[web.1]: at connectOp (/app/node_modules/mongodb/lib/mongo_client.js:268:3)
2018-05-05T18:51:47.027440+00:00 app[web.1]: at executeOperation (/app/node_modules/mongodb/lib/utils.js:420:24)
2018-05-05T18:51:47.027442+00:00 app[web.1]: at MongoClient.connect (/app/node_modules/mongodb/lib/mongo_client.js:259:10)
2018-05-05T18:51:47.027444+00:00 app[web.1]: at Promise (/app/node_modules/mongoose/lib/connection.js:427:12)
2018-05-05T18:51:47.027446+00:00 app[web.1]: at new Promise (<anonymous>)
2018-05-05T18:51:47.027448+00:00 app[web.1]: at NativeConnection.Connection.openUri (/app/node_modules/mongoose/lib/connection.js:424:19)
2018-05-05T18:51:47.027450+00:00 app[web.1]: at Mongoose.connect (/app/node_modules/mongoose/lib/index.js:207:15)
2018-05-05T18:51:47.027452+00:00 app[web.1]: at Object.<anonymous> (/app/index.js:11:10)
2018-05-05T18:51:47.027454+00:00 app[web.1]: at Module._compile (module.js:652:30)
2018-05-05T18:51:47.027459+00:00 app[web.1]: at Module.load (module.js:565:32)
2018-05-05T18:51:47.027457+00:00 app[web.1]: at Object.Module._extensions..js (module.js:663:10)
2018-05-05T18:51:47.027461+00:00 app[web.1]: at tryModuleLoad (module.js:505:12)
2018-05-05T18:51:47.027642+00:00 app[web.1]: (node:20) 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)
2018-05-05T18:51:47.027764+00:00 app[web.1]: (node:20) [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.
2018-05-05T18:51:47.313063+00:00 heroku[web.1]: State changed from starting to up
2018-05-05T18:53:29.000000+00:00 app[api]: Build started by user carloscorrea.dev@gmail.com
2018-05-05T18:53:54.898690+00:00 app[api]: Deploy 643cce1b by user carloscorrea.dev@gmail.com
2018-05-05T18:53:54.898690+00:00 app[api]: Release v17 created by user carloscorrea.dev@gmail.com
2018-05-05T18:53:55.442431+00:00 heroku[web.1]: Restarting
2018-05-05T18:53:55.443185+00:00 heroku[web.1]: State changed from up to starting
2018-05-05T18:53:29.000000+00:00 app[api]: Build succeeded
2018-05-05T18:53:56.352506+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2018-05-05T18:53:56.460725+00:00 heroku[web.1]: Process exited with status 143
2018-05-05T18:53:58.909877+00:00 heroku[web.1]: Starting process with command `npm start`
2018-05-05T18:54:01.371012+00:00 app[web.1]:
2018-05-05T18:54:01.371042+00:00 app[web.1]: > server@1.0.0 start /app
2018-05-05T18:54:01.371044+00:00 app[web.1]: > node index.js
2018-05-05T18:54:01.371046+00:00 app[web.1]:
2018-05-05T18:54:02.140914+00:00 app[web.1]: running
2018-05-05T18:54:02.158360+00:00 app[web.1]: (node:20) UnhandledPromiseRejectionWarning: Error: Username contains an illegal unescaped character
2018-05-05T18:54:02.158364+00:00 app[web.1]: at parseConnectionString (/app/node_modules/mongodb/lib/url_parser.js:290:11)
2018-05-05T18:54:02.158366+00:00 app[web.1]: at parseHandler (/app/node_modules/mongodb/lib/url_parser.js:129:14)
2018-05-05T18:54:02.158368+00:00 app[web.1]: at module.exports (/app/node_modules/mongodb/lib/url_parser.js:25:12)
2018-05-05T18:54:02.158370+00:00 app[web.1]: at connect (/app/node_modules/mongodb/lib/mongo_client.js:878:3)
2018-05-05T18:54:02.158372+00:00 app[web.1]: at connectOp (/app/node_modules/mongodb/lib/mongo_client.js:268:3)
2018-05-05T18:54:02.158374+00:00 app[web.1]: at executeOperation (/app/node_modules/mongodb/lib/utils.js:420:24)
2018-05-05T18:54:02.158376+00:00 app[web.1]: at MongoClient.connect (/app/node_modules/mongodb/lib/mongo_client.js:259:10)
2018-05-05T18:54:02.158378+00:00 app[web.1]: at Promise (/app/node_modules/mongoose/lib/connection.js:427:12)
2018-05-05T18:54:02.158380+00:00 app[web.1]: at new Promise (<anonymous>)
2018-05-05T18:54:02.158382+00:00 app[web.1]: at NativeConnection.Connection.openUri (/app/node_modules/mongoose/lib/connection.js:424:19)
2018-05-05T18:54:02.158384+00:00 app[web.1]: at Mongoose.connect (/app/node_modules/mongoose/lib/index.js:207:15)
2018-05-05T18:54:02.158386+00:00 app[web.1]: at Object.<anonymous> (/app/index.js:11:10)
2018-05-05T18:54:02.158388+00:00 app[web.1]: at Module._compile (module.js:652:30)
2018-05-05T18:54:02.158390+00:00 app[web.1]: at Object.Module._extensions..js (module.js:663:10)
2018-05-05T18:54:02.158392+00:00 app[web.1]: at Module.load (module.js:565:32)
2018-05-05T18:54:02.158393+00:00 app[web.1]: at tryModuleLoad (module.js:505:12)
2018-05-05T18:54:02.158638+00:00 app[web.1]: (node:20) 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)
2018-05-05T18:54:02.158794+00:00 app[web.1]: (node:20) [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.
2018-05-05T18:54:02.387691+00:00 heroku[web.1]: State changed from starting to up
2018-05-05T18:54:16.148735+00:00 heroku[router]: at=info method=GET path="/" host=ancient-eyrie-87919.herokuapp.com request_id=bcd12164-59be-4fe3-8851-01106d7bb894 fwd="201.149.78.218" dyno=web.1 connect=1ms service=120ms status=304 bytes=181 protocol=https
2018-05-05T18:54:16.552819+00:00 heroku[router]: at=info method=GET path="/robots.txt" host=ancient-eyrie-87919.herokuapp.com request_id=acaa3b18-cae5-42fe-8660-71dc015dd646 fwd="201.149.78.218" dyno=web.1 connect=1ms service=23ms status=404 bytes=425 protocol=https
2018-05-05T18:54:18.904850+00:00 heroku[router]: at=info method=GET path="/auth/google" host=ancient-eyrie-87919.herokuapp.com request_id=c88d5f18-101d-4272-a0fc-32d1a76c0c31 fwd="201.149.78.218" dyno=web.1 connect=1ms service=78ms status=302 bytes=419 protocol=https
2018-05-05T18:54:52.888534+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/auth/google/callback?code=4/AACkMX1C7yKj3OE2WjOGf1X6EFg5iP1_0eVnDjSGEIsbiDCHsCpjuP5R-ZSqXO7y2tJfwAY88nDYq4Lb_8rw5pM" host=ancient-eyrie-87919.herokuapp.com request_id=d7b22369-2b31-4a54-8c56-6717343239e0 fwd="201.149.78.218" dyno=web.1 connect=1ms service=30000ms status=503 bytes=0 protocol=https
2018-05-05T19:29:37.571058+00:00 heroku[web.1]: Idling
2018-05-05T19:29:37.571607+00:00 heroku[web.1]: State changed from up to down
2018-05-05T19:29:38.497581+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2018-05-05T19:29:38.616440+00:00 heroku[web.1]: Process exited with status 143
2018-05-07T15:35:33.950099+00:00 heroku[web.1]: Unidling
2018-05-07T15:35:33.951437+00:00 heroku[web.1]: State changed from down to starting
2018-05-07T15:35:36.203818+00:00 heroku[web.1]: Starting process with command `npm start`
2018-05-07T15:35:37.876316+00:00 app[web.1]: > server@1.0.0 start /app
2018-05-07T15:35:37.876318+00:00 app[web.1]: > node index.js
2018-05-07T15:35:37.876297+00:00 app[web.1]:
2018-05-07T15:35:37.876320+00:00 app[web.1]:
2018-05-07T15:35:38.383111+00:00 app[web.1]: running
2018-05-07T15:35:38.401326+00:00 app[web.1]: (node:20) UnhandledPromiseRejectionWarning: Error: Username contains an illegal unescaped character
2018-05-07T15:35:38.401330+00:00 app[web.1]: at parseConnectionString (/app/node_modules/mongodb/lib/url_parser.js:290:11)
2018-05-07T15:35:38.401335+00:00 app[web.1]: at parseHandler (/app/node_modules/mongodb/lib/url_parser.js:129:14)
2018-05-07T15:35:38.401337+00:00 app[web.1]: at module.exports (/app/node_modules/mongodb/lib/url_parser.js:25:12)
2018-05-07T15:35:38.401354+00:00 app[web.1]: at Module._compile (module.js:652:30)
2018-05-07T15:35:38.401339+00:00 app[web.1]: at connect (/app/node_modules/mongodb/lib/mongo_client.js:878:3)
2018-05-07T15:35:38.401356+00:00 app[web.1]: at Object.Module._extensions..js (module.js:663:10)
2018-05-07T15:35:38.401341+00:00 app[web.1]: at connectOp (/app/node_modules/mongodb/lib/mongo_client.js:268:3)
2018-05-07T15:35:38.401357+00:00 app[web.1]: at Module.load (module.js:565:32)
2018-05-07T15:35:38.401343+00:00 app[web.1]: at executeOperation (/app/node_modules/mongodb/lib/utils.js:420:24)
2018-05-07T15:35:38.401344+00:00 app[web.1]: at MongoClient.connect (/app/node_modules/mongodb/lib/mongo_client.js:259:10)
2018-05-07T15:35:38.401346+00:00 app[web.1]: at Promise (/app/node_modules/mongoose/lib/connection.js:427:12)
2018-05-07T15:35:38.401349+00:00 app[web.1]: at new Promise (<anonymous>)
2018-05-07T15:35:38.401350+00:00 app[web.1]: at NativeConnection.Connection.openUri (/app/node_modules/mongoose/lib/connection.js:424:19)
2018-05-07T15:35:38.401352+00:00 app[web.1]: at Mongoose.connect (/app/node_modules/mongoose/lib/index.js:207:15)
2018-05-07T15:35:38.401353+00:00 app[web.1]: at Object.<anonymous> (/app/index.js:11:10)
2018-05-07T15:35:38.401359+00:00 app[web.1]: at tryModuleLoad (module.js:505:12)
2018-05-07T15:35:38.401478+00:00 app[web.1]: (node:20) 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)
2018-05-07T15:35:38.401594+00:00 app[web.1]: (node:20) [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.
2018-05-07T15:35:38.577180+00:00 heroku[web.1]: State changed from starting to up
2018-05-07T15:35:39.125592+00:00 heroku[router]: at=info method=GET path="/auth/google" host=ancient-eyrie-87919.herokuapp.com request_id=ac6eff07-5213-46c0-831c-a1b324829d38 fwd="205.169.173.50" dyno=web.1 connect=1ms service=14ms status=302 bytes=419 protocol=https
2018-05-07T15:36:14.386389+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/auth/google/callback?code=4/AADg7iG49l66cQuH4PJx8FHTEZFmVrAL_CqYIIe8AGPdIGr9JG98sSSv0t6ngpuUiKJsdYeJY5JnEO1IKnPRcjU" host=ancient-eyrie-87919.herokuapp.com request_id=8aa714e1-a970-40be-8390-b063f979860a fwd="205.169.173.50" dyno=web.1 connect=0ms service=30000ms status=503 bytes=0 protocol=https
2018-05-07T15:36:16.569518+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=ancient-eyrie-87919.herokuapp.com request_id=4c0427a1-576d-45eb-b443-544847a1fa85 fwd="205.169.173.50" dyno=web.1 connect=1ms service=5ms status=404 bytes=426 protocol=https
2018-05-07T16:11:57.443636+00:00 heroku[web.1]: Idling
2018-05-07T16:11:57.444386+00:00 heroku[web.1]: State changed from up to down
2018-05-07T16:11:58.428156+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2018-05-07T16:11:58.553144+00:00 heroku[web.1]: Process exited with status 143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment