Advertisement
Guest User

tymbre deployment herkou error

a guest
Jan 29th, 2019
6,990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. $ heroku logs --tail
  2. 2019-01-29T06:41:17.202965+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2019-01-29T06_41_17_190Z-debug.log
  3. 2019-01-29T06:41:17.292122+00:00 heroku[web.1]: State changed from starting to crashed
  4. 2019-01-29T06:41:19.673045+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=guarded-brushlands-89686.herokuapp.com request_id=95b29eeb-ef0b-451a-9805-5afa099d0109 fwd="73.183.153.171" dyno= connect= service= status=503 bytes= protocol=https
  5. 2019-01-29T06:43:17.279786+00:00 app[api]: Release v6 created by user leanthony104@yahoo.com
  6. 2019-01-29T06:43:17.279786+00:00 app[api]: Set REACT_APP_SPOTIFY_ID config vars by user leanthony104@yahoo.com
  7. 2019-01-29T06:43:30.111842+00:00 app[api]: Release v7 created by user leanthony104@yahoo.com
  8. 2019-01-29T06:43:30.111842+00:00 app[api]: Set REACT_APP_SPOTIFY_SECRET config vars by user leanthony104@yahoo.com
  9. 2019-01-29T06:43:36.312215+00:00 heroku[web.1]: Starting process with command `npm start`
  10. 2019-01-29T06:43:40.577771+00:00 app[web.1]:
  11. 2019-01-29T06:43:40.577792+00:00 app[web.1]: > tymbre@1.0.0 start /app
  12. 2019-01-29T06:43:40.577794+00:00 app[web.1]: > if-env NODE_ENV=production && npm run start:prod || npm run start:dev
  13. 2019-01-29T06:43:40.577796+00:00 app[web.1]:
  14. 2019-01-29T06:43:42.815058+00:00 app[web.1]: Spotify Keys Loaded
  15. 2019-01-29T06:43:42.815726+00:00 app[web.1]: dd2058f7713e4e608f72988d0f9c8868
  16. 2019-01-29T06:43:42.816383+00:00 app[web.1]: /app/node_modules/node-spotify-api/dist/index.js:1
  17. 2019-01-29T06:43:42.816387+00:00 app[web.1]: (function (exports, require, module, __filename, __dirname) { "use strict";Object.defineProperty(exports,"__esModule",{value:true});var rp=require("request-promise");var TOKEN_URI="https://accounts.spotify.com/api/token";var SEARCH_URI="https://api.spotify.com/v1/search?type=";var Spotify=function(){function Spotify(credentials){this.credentials=credentials;if(!credentials||!credentials.id||!credentials.secret){throw new Error('Could not initialize Spotify client. You must supply an object containing your Spotify client "id" and "secret".')}this.credentials={id:credentials.id,secret:credentials.secret};this.token}Spotify.prototype.search=function(search,cb){var _this=this;var request;var opts={method:"GET",uri:SEARCH_URI+search.type+"&q="+search.query+"&limit="+(search.limit||"20"),json:true};if(!search||!search.type||!search.query){throw new Error("You must specify a type and query for your search.")}if(!this.token||!this.token.expires_in||!this.token.expi
  18. 2019-01-29T06:43:42.816389+00:00 app[web.1]:
  19. 2019-01-29T06:43:42.816392+00:00 app[web.1]: Error: Could not initialize Spotify client. You must supply an object containing your Spotify client "id" and "secret".
  20. 2019-01-29T06:43:42.816394+00:00 app[web.1]: at new Spotify (/app/node_modules/node-spotify-api/dist/index.js:1:422)
  21. 2019-01-29T06:43:42.816396+00:00 app[web.1]: at Object.<anonymous> (/app/controllers/spotifyController.js:4:17)
  22. 2019-01-29T06:43:42.816398+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:689:30)
  23. 2019-01-29T06:43:42.816399+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  24. 2019-01-29T06:43:42.816401+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:599:32)
  25. 2019-01-29T06:43:42.816402+00:00 app[web.1]: at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  26. 2019-01-29T06:43:42.816404+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:530:3)
  27. 2019-01-29T06:43:42.816406+00:00 app[web.1]: at Module.require (internal/modules/cjs/loader.js:637:17)
  28. 2019-01-29T06:43:42.816407+00:00 app[web.1]: at require (internal/modules/cjs/helpers.js:22:18)
  29. 2019-01-29T06:43:42.816409+00:00 app[web.1]: at Object.<anonymous> (/app/routes/api/spotify.js:2:27)
  30. 2019-01-29T06:43:42.816410+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:689:30)
  31. 2019-01-29T06:43:42.816412+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  32. 2019-01-29T06:43:42.816413+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:599:32)
  33. 2019-01-29T06:43:42.816415+00:00 app[web.1]: at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  34. 2019-01-29T06:43:42.816416+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:530:3)
  35. 2019-01-29T06:43:42.816418+00:00 app[web.1]: at Module.require (internal/modules/cjs/loader.js:637:17)
  36. 2019-01-29T06:43:42.816420+00:00 app[web.1]: at require (internal/modules/cjs/helpers.js:22:18)
  37. 2019-01-29T06:43:42.816421+00:00 app[web.1]: at Object.<anonymous> (/app/routes/api/index.js:4:23)
  38. 2019-01-29T06:43:42.816423+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:689:30)
  39. 2019-01-29T06:43:42.816424+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
  40. 2019-01-29T06:43:42.816426+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:599:32)
  41. 2019-01-29T06:43:42.816427+00:00 app[web.1]: at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
  42. 2019-01-29T06:43:42.825085+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  43. 2019-01-29T06:43:42.825653+00:00 app[web.1]: npm ERR! errno 1
  44. 2019-01-29T06:43:42.826822+00:00 app[web.1]: npm ERR! tymbre@1.0.0 start:prod: `node server.js`
  45. 2019-01-29T06:43:42.827006+00:00 app[web.1]: npm ERR! Exit status 1
  46. 2019-01-29T06:43:42.827285+00:00 app[web.1]: npm ERR!
  47. 2019-01-29T06:43:42.827482+00:00 app[web.1]: npm ERR! Failed at the tymbre@1.0.0 start:prod script.
  48. 2019-01-29T06:43:42.831075+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  49. 2019-01-29T06:43:42.838705+00:00 app[web.1]:
  50. 2019-01-29T06:43:42.839112+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  51. 2019-01-29T06:43:42.839365+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2019-01-29T06_43_42_829Z-debug.log
  52. 2019-01-29T06:43:43.310856+00:00 app[web.1]:
  53. 2019-01-29T06:43:43.310879+00:00 app[web.1]: > tymbre@1.0.0 start:dev /app
  54. 2019-01-29T06:43:43.310882+00:00 app[web.1]: > concurrently "nodemon --ignore 'client/*'" "npm run client"
  55. 2019-01-29T06:43:43.310884+00:00 app[web.1]:
  56. 2019-01-29T06:43:43.322190+00:00 app[web.1]: sh: 1: concurrently: not found
  57. 2019-01-29T06:43:43.331562+00:00 app[web.1]: npm ERR! file sh
  58. 2019-01-29T06:43:43.336922+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  59. 2019-01-29T06:43:43.337273+00:00 app[web.1]: npm ERR! errno ENOENT
  60. 2019-01-29T06:43:43.337642+00:00 app[web.1]: npm ERR! syscall spawn
  61. 2019-01-29T06:43:43.339460+00:00 app[web.1]: npm ERR! tymbre@1.0.0 start:dev: `concurrently "nodemon --ignore 'client/*'" "npm run client"`
  62. 2019-01-29T06:43:43.339706+00:00 app[web.1]: npm ERR! spawn ENOENT
  63. 2019-01-29T06:43:43.340066+00:00 app[web.1]: npm ERR!
  64. 2019-01-29T06:43:43.340317+00:00 app[web.1]: npm ERR! Failed at the tymbre@1.0.0 start:dev script.
  65. 2019-01-29T06:43:43.340562+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  66. 2019-01-29T06:43:43.361896+00:00 app[web.1]:
  67. 2019-01-29T06:43:43.362379+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  68. 2019-01-29T06:43:43.362717+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2019-01-29T06_43_43_342Z-debug.log
  69. 2019-01-29T06:43:43.381166+00:00 app[web.1]: npm ERR! code ELIFECYCLE
  70. 2019-01-29T06:43:43.381839+00:00 app[web.1]: npm ERR! errno 1
  71. 2019-01-29T06:43:43.383933+00:00 app[web.1]: npm ERR! tymbre@1.0.0 start: `if-env NODE_ENV=production && npm run start:prod || npm run start:dev`
  72. 2019-01-29T06:43:43.384228+00:00 app[web.1]: npm ERR! Exit status 1
  73. 2019-01-29T06:43:43.384671+00:00 app[web.1]: npm ERR!
  74. 2019-01-29T06:43:43.384941+00:00 app[web.1]: npm ERR! Failed at the tymbre@1.0.0 start script.
  75. 2019-01-29T06:43:43.385264+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  76. 2019-01-29T06:43:43.404550+00:00 app[web.1]:
  77. 2019-01-29T06:43:43.406237+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
  78. 2019-01-29T06:43:43.407110+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2019-01-29T06_43_43_387Z-debug.log
  79. 2019-01-29T06:43:43.508367+00:00 heroku[web.1]: Starting process with command `npm start`
  80. 2019-01-29T06:43:47.162265+00:00 app[web.1]: Spotify Keys Loaded
  81. 2019-01-29T06:43:47.162974+00:00 app[web.1]: dd2058f7713e4e608f72988d0f9c8868
  82. 2019-01-29T06:43:47.202073+00:00 app[web.1]: (node:42) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
  83. 2019-01-29T06:43:47.202841+00:00 app[web.1]: � ==> API Server now listening on PORT 20985!
  84. 2019-01-29T06:43:47.859344+00:00 heroku[web.1]: State changed from starting to up
  85. 2019-01-29T06:53:46.229124+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  86. 2019-01-29T06:53:46.315936+00:00 heroku[web.1]: Process exited with status 143
  87. 2019-01-29T06:53:48.000000+00:00 app[api]: Build succeeded
  88. 2019-01-29T06:53:56.626971+00:00 heroku[web.1]: Starting process with command `npm start`
  89. 2019-01-29T06:53:59.080072+00:00 app[web.1]:
  90. 2019-01-29T06:53:59.080109+00:00 app[web.1]: > tymbre@1.0.0 start /app
  91. 2019-01-29T06:53:59.080112+00:00 app[web.1]: > if-env NODE_ENV=production && npm run start:prod || npm run start:dev
  92. 2019-01-29T06:53:59.080113+00:00 app[web.1]:
  93. 2019-01-29T06:53:59.802916+00:00 app[web.1]:
  94. 2019-01-29T06:53:59.802944+00:00 app[web.1]: > tymbre@1.0.0 start:prod /app
  95. 2019-01-29T06:53:59.802946+00:00 app[web.1]: > node server.js
  96. 2019-01-29T06:53:59.802948+00:00 app[web.1]:
  97. 2019-01-29T06:54:00.821420+00:00 app[web.1]: Spotify Keys Loaded
  98. 2019-01-29T06:54:00.822318+00:00 app[web.1]: dd2058f7713e4e608f72988d0f9c8868
  99. 2019-01-29T06:54:00.875129+00:00 app[web.1]: (node:42) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
  100. 2019-01-29T06:54:00.875838+00:00 app[web.1]: � ==> API Server now listening on PORT 34927!
  101. 2019-01-29T06:54:01.270297+00:00 heroku[web.1]: State changed from starting to up
  102. 2019-01-29T07:26:25.667372+00:00 heroku[web.1]: Idling
  103. 2019-01-29T07:26:25.673432+00:00 heroku[web.1]: State changed from up to down
  104. 2019-01-29T07:26:26.747256+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  105. 2019-01-29T07:26:26.837096+00:00 heroku[web.1]: Process exited with status 143
  106. ! Log stream timed out. Please try again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement