Guest User

Untitled

a guest
Mar 20th, 2018
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.63 KB | None | 0 0
  1. [$ heroku logs
  2. 2018-03-19T11:40:48.090391+00:00 app[web.1]: headers: [Object],
  3. 2018-03-19T11:40:48.090392+00:00 app[web.1]: config: [Object],
  4. 2018-03-19T11:40:48.090394+00:00 app[web.1]: request: [Object],
  5. 2018-03-19T11:40:48.090396+00:00 app[web.1]: data: [Object] } } }
  6. 2018-03-19T11:41:17.678669+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/callback" host=ciecho.herokuapp.com request_id=4ff26185-f921-4af8-928c-53a9c05a1142 fwd="203.104.146.153" dyno=web.1 connect=0ms service=30001ms status=503 bytes=0 protocol=https
  7. 2018-03-19T11:42:22.000000+00:00 app[api]: Build started by user xxx@gmail.com
  8. 2018-03-19T11:42:48.333058+00:00 app[api]: Deploy 096014ce by user xxx@gmail.com
  9. 2018-03-19T11:42:48.333058+00:00 app[api]: Release v152 created by user xxx@gmail.com
  10. 2018-03-19T11:42:22.000000+00:00 app[api]: Build succeeded
  11. 2018-03-19T11:42:49.235277+00:00 heroku[web.1]: Restarting
  12. 2018-03-19T11:42:49.236384+00:00 heroku[web.1]: State changed from up to starting
  13. 2018-03-19T11:42:50.364974+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  14. 2018-03-19T11:42:50.435324+00:00 heroku[web.1]: Process exited with status 143
  15. 2018-03-19T11:42:54.908997+00:00 heroku[web.1]: Starting process with command `node index.js`
  16. 2018-03-19T11:42:57.963816+00:00 app[web.1]: Node app is running
  17. 2018-03-19T11:42:58.711373+00:00 heroku[web.1]: State changed from starting to up
  18. 2018-03-19T11:43:15.632079+00:00 app[web.1]: req.headers is: SB9MLEAATN0YtWS/Q0tVTWb1WagzlQcqKWVwXGzxgKQ=
  19. 2018-03-19T11:43:15.633614+00:00 app[web.1]: 2 done
  20. 2018-03-19T11:43:15.635680+00:00 app[web.1]: 1 done
  21. 2018-03-19T11:43:15.633226+00:00 app[web.1]: validating result: true
  22. 2018-03-19T11:43:15.632340+00:00 app[web.1]: req.body is: [object Object]
  23. 2018-03-19T11:43:16.227644+00:00 app[web.1]: { Error: Request failed with status code 403
  24. 2018-03-19T11:43:16.227656+00:00 app[web.1]: at wrapError (/app/node_modules/@line/bot-sdk/dist/http.js:10:15)
  25. 2018-03-19T11:43:16.227659+00:00 app[web.1]: at <anonymous>
  26. 2018-03-19T11:43:16.227660+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:188:7)
  27. 2018-03-19T11:43:16.227662+00:00 app[web.1]: statusCode: 403,
  28. 2018-03-19T11:43:16.227664+00:00 app[web.1]: statusMessage: 'Forbidden',
  29. 2018-03-19T11:43:16.227665+00:00 app[web.1]: originalError:
  30. 2018-03-19T11:43:16.227667+00:00 app[web.1]: { Error: Request failed with status code 403
  31. 2018-03-19T11:43:16.227668+00:00 app[web.1]: at createError (/app/node_modules/axios/lib/core/createError.js:16:15)
  32. 2018-03-19T11:43:16.227670+00:00 app[web.1]: at settle (/app/node_modules/axios/lib/core/settle.js:18:12)
  33. 2018-03-19T11:43:16.227690+00:00 app[web.1]: at IncomingMessage.handleStreamEnd (/app/node_modules/axios/lib/adapters/http.js:191:11)
  34. 2018-03-19T11:43:16.227692+00:00 app[web.1]: at emitNone (events.js:111:20)
  35. 2018-03-19T11:43:16.227694+00:00 app[web.1]: at IncomingMessage.emit (events.js:208:7)
  36. 2018-03-19T11:43:16.227698+00:00 app[web.1]: at _combinedTickCallback (internal/process/next_tick.js:138:11)
  37. 2018-03-19T11:43:16.227696+00:00 app[web.1]: at endReadableNT (_stream_readable.js:1056:12)
  38. 2018-03-19T11:43:16.227700+00:00 app[web.1]: at process._tickCallback (internal/process/next_tick.js:180:9)
  39. 2018-03-19T11:43:16.227703+00:00 app[web.1]: config:
  40. 2018-03-19T11:43:16.227704+00:00 app[web.1]: { adapter: [Function: httpAdapter],
  41. 2018-03-19T11:43:16.227706+00:00 app[web.1]: transformRequest: [Object],
  42. 2018-03-19T11:43:16.227708+00:00 app[web.1]: transformResponse: [Object],
  43. 2018-03-19T11:43:16.227709+00:00 app[web.1]: timeout: 0,
  44. 2018-03-19T11:43:16.227711+00:00 app[web.1]: xsrfCookieName: 'XSRF-TOKEN',
  45. 2018-03-19T11:43:16.227712+00:00 app[web.1]: xsrfHeaderName: 'X-XSRF-TOKEN',
  46. 2018-03-19T11:43:16.227714+00:00 app[web.1]: maxContentLength: -1,
  47. 2018-03-19T11:43:16.227715+00:00 app[web.1]: validateStatus: [Function: validateStatus],
  48. 2018-03-19T11:43:16.227717+00:00 app[web.1]: headers: [Object],
  49. 2018-03-19T11:43:16.227719+00:00 app[web.1]: method: 'post',
  50. 2018-03-19T11:43:16.227720+00:00 app[web.1]: url: 'https://api.line.me/v2/bot/message/reply',
  51. 2018-03-19T11:43:16.227729+00:00 app[web.1]: data: '{"messages":[{"replyToken":"f0e97d20499e4520be90046fb6541d8c","type":"template","altText":"this is a buttons template","template":{"type":"buttons","title":"Spotifyにログインをお願いします。","text":"login","actions":[{"type":"uri","label":"はーい","uri":"https://accounts.spotify.com/authorize"},{"type":"postback","label":"やめとく","data":"action=cancel&selectId=2"}]}}],"replyToken":"f0e97d20499e4520be90046fb6541d8c"}' },
  52. 2018-03-19T11:43:16.227731+00:00 app[web.1]: request:
  53. 2018-03-19T11:43:16.227733+00:00 app[web.1]: ClientRequest {
  54. 2018-03-19T11:43:16.227734+00:00 app[web.1]: domain: null,
  55. 2018-03-19T11:43:16.227736+00:00 app[web.1]: _events: [Object],
  56. 2018-03-19T11:43:16.227738+00:00 app[web.1]: _eventsCount: 6,
  57. 2018-03-19T11:43:16.227740+00:00 app[web.1]: _maxListeners: undefined,
  58. 2018-03-19T11:43:16.227741+00:00 app[web.1]: output: [],
  59. 2018-03-19T11:43:16.227743+00:00 app[web.1]: outputEncodings: [],
  60. 2018-03-19T11:43:16.227744+00:00 app[web.1]: outputCallbacks: [],
  61. 2018-03-19T11:43:16.227746+00:00 app[web.1]: outputSize: 0,
  62. 2018-03-19T11:43:16.227748+00:00 app[web.1]: writable: true,
  63. 2018-03-19T11:43:16.227749+00:00 app[web.1]: _last: true,
  64. 2018-03-19T11:43:16.227751+00:00 app[web.1]: upgrading: false,
  65. 2018-03-19T11:43:16.227752+00:00 app[web.1]: chunkedEncoding: false,
  66. 2018-03-19T11:43:16.227754+00:00 app[web.1]: shouldKeepAlive: false,
  67. 2018-03-19T11:43:16.227755+00:00 app[web.1]: useChunkedEncodingByDefault: true,
  68. 2018-03-19T11:43:16.227757+00:00 app[web.1]: sendDate: false,
  69. 2018-03-19T11:43:16.227759+00:00 app[web.1]: _removedConnection: false,
  70. 2018-03-19T11:43:16.227760+00:00 app[web.1]: _removedContLen: false,
  71. 2018-03-19T11:43:16.227762+00:00 app[web.1]: _removedTE: false,
  72. 2018-03-19T11:43:16.227764+00:00 app[web.1]: _contentLength: null,
  73. 2018-03-19T11:43:16.227765+00:00 app[web.1]: _hasBody: true,
  74. 2018-03-19T11:43:16.227767+00:00 app[web.1]: _trailer: '',
  75. 2018-03-19T11:43:16.227768+00:00 app[web.1]: finished: true,
  76. 2018-03-19T11:43:16.227770+00:00 app[web.1]: _headerSent: true,
  77. 2018-03-19T11:43:16.227771+00:00 app[web.1]: socket: [Object],
  78. 2018-03-19T11:43:16.227773+00:00 app[web.1]: connection: [Object],
  79. 2018-03-19T11:43:16.227776+00:00 app[web.1]: _header: 'POST /v2/bot/message/reply HTTP/1.1rnAccept: application/json, text/plain, */*rnContent-Type: application/jsonrnAuthorization: Bearer mGKjMIpknOpyCQ7VdpNWjOw1jjwCJJxM0qRuojibKdChbfusZlUl/2DcCbS3A6cX4QWQ58yGZrKcH8pxXjmPwHMTKavxKhXGjIT3vFh5Z1NL8kUGnznrEM7QPCSQrPq+17OQgzIDWnUW/mP5abzpSgdB04t89/1O/w1cDnyilFU=rnUser-Agent: @line/bot-sdk/5.2.0rnContent-Length: 442rnHost: api.line.mernConnection: closernrn',
  80. 2018-03-19T11:43:16.227778+00:00 app[web.1]: _onPendingData: [Function: noopPendingOutput],
  81. 2018-03-19T11:43:16.227779+00:00 app[web.1]: agent: [Object],
  82. 2018-03-19T11:43:16.227781+00:00 app[web.1]: socketPath: undefined,
  83. 2018-03-19T11:43:16.227782+00:00 app[web.1]: timeout: undefined,
  84. 2018-03-19T11:43:16.227784+00:00 app[web.1]: method: 'POST',
  85. 2018-03-19T11:43:16.227786+00:00 app[web.1]: path: '/v2/bot/message/reply',
  86. 2018-03-19T11:43:16.227787+00:00 app[web.1]: _ended: true,
  87. 2018-03-19T11:43:16.227789+00:00 app[web.1]: res: [Object],
  88. 2018-03-19T11:43:16.227790+00:00 app[web.1]: aborted: undefined,
  89. 2018-03-19T11:43:16.227792+00:00 app[web.1]: timeoutCb: null,
  90. 2018-03-19T11:43:16.227794+00:00 app[web.1]: upgradeOrConnect: false,
  91. 2018-03-19T11:43:16.227795+00:00 app[web.1]: parser: null,
  92. 2018-03-19T11:43:16.227798+00:00 app[web.1]: _redirectable: [Object],
  93. 2018-03-19T11:43:16.227797+00:00 app[web.1]: maxHeadersCount: null,
  94. 2018-03-19T11:43:16.227800+00:00 app[web.1]: [Symbol(outHeadersKey)]: [Object] },
  95. 2018-03-19T11:43:16.227802+00:00 app[web.1]: response:
  96. 2018-03-19T11:43:16.227803+00:00 app[web.1]: { status: 403,
  97. 2018-03-19T11:43:16.227805+00:00 app[web.1]: statusText: 'Forbidden',
  98. 2018-03-19T11:43:16.227806+00:00 app[web.1]: headers: [Object],
  99. 2018-03-19T11:43:16.227808+00:00 app[web.1]: config: [Object],
  100. 2018-03-19T11:43:16.227810+00:00 app[web.1]: request: [Object],
  101. 2018-03-19T11:43:16.227811+00:00 app[web.1]: data: [Object] } } }
Add Comment
Please, Sign In to add comment