Skip to content

Instantly share code, notes, and snippets.

@i8ramin
Created July 12, 2018 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i8ramin/75209bf8ceaf7567fe49d94b646d5f2d to your computer and use it in GitHub Desktop.
Save i8ramin/75209bf8ceaf7567fe49d94b646d5f2d to your computer and use it in GitHub Desktop.
2018-07-12T17:37:49.760472+00:00 app[web.1]: INFO [2018-07-12 17:37:49] "GET /content/ghost/api/v0.1/slugs/post/%5BTest%5D%20This%20is%20a%20test/" 200 43ms
2018-07-12T17:37:50.249423+00:00 app[web.1]: INFO [2018-07-12 17:37:50] "POST /content/ghost/api/v0.1/posts/?include=authors,tags,authors.roles" 201 270ms
2018-07-12T17:37:50.254782+00:00 heroku[router]: at=info method=POST path= "/content/ghost/api/v0.1/posts/?include=authors,tags,authors.roles" host=labs-blog.wework.com request_id=c6eaf035-1262-43fa-96ed-615fa2b3d9f1 fwd="65.202.157.234, 127.0.0.1,54.93.227.245" dyno=web.1 connect=0ms service=276ms status=201 bytes=1363 protocol=https
2018-07-12T17:38:02.532924+00:00 heroku[router]: at=info method=PUT path= "/content/ghost/api/v0.1/posts/5b4791eed832fc001a4c5380/?include=authors,tags,authors.roles" host=labs-blog.wework.com request_id=3d57f3d5-3353-4359-843a-fb3d25f09e00 fwd="65.202.157.234, 127.0.0.1,54.93.227.245" dyno=web.1 connect=0ms service=406ms status=200 bytes=1281 protocol=https
2018-07-12T17:38:02.530681+00:00 app[web.1]: INFO [2018-07-12 17:38:02] "PUT /content/ghost/api/v0.1/posts/5b4791eed832fc001a4c5380/?include=authors,tags,authors.roles" 200 400ms
2018-07-12T17:38:02.556835+00:00 app[web.1]: [2018-07-12 17:38:02] ERROR
2018-07-12T17:38:02.556844+00:00 app[web.1]: MESSAGE: Response code 405 (Method Not Allowed)
2018-07-12T17:38:02.556840+00:00 app[web.1]:
2018-07-12T17:38:02.556842+00:00 app[web.1]: NAME: InternalServerError
2018-07-12T17:38:02.556850+00:00 app[web.1]:
2018-07-12T17:38:02.556846+00:00 app[web.1]:
2018-07-12T17:38:02.556848+00:00 app[web.1]: level:normal
2018-07-12T17:38:02.556854+00:00 app[web.1]: If you get this error repeatedly, please seek help on http://docs.ghost.org.
2018-07-12T17:38:02.556852+00:00 app[web.1]: The xmlrpc service was unable to send a ping request, your blog will continue to function.
2018-07-12T17:38:02.556857+00:00 app[web.1]: InternalServerError: Response code 405 (Method Not Allowed)
2018-07-12T17:38:02.556858+00:00 app[web.1]: at new GhostError (/app/node_modules/ghost/core/server/lib/common/errors.js:9:26)
2018-07-12T17:38:02.556863+00:00 app[web.1]: at Promise._settlePromiseFromHandler (/app/node_modules/bluebird/js/release/promise.js:512:31)
2018-07-12T17:38:02.556860+00:00 app[web.1]: at /app/node_modules/ghost/core/server/services/xmlrpc.js:75:38
2018-07-12T17:38:02.556861+00:00 app[web.1]: at tryCatcher (/app/node_modules/bluebird/js/release/util.js:16:23)
2018-07-12T17:38:02.556864+00:00 app[web.1]: at Promise._settlePromise (/app/node_modules/bluebird/js/release/promise.js:569:18)
2018-07-12T17:38:02.556866+00:00 app[web.1]: at Promise._settlePromise0 (/app/node_modules/bluebird/js/release/promise.js:614:10)
2018-07-12T17:38:02.556869+00:00 app[web.1]: at Async._drainQueue (/app/node_modules/bluebird/js/release/async.js:133:16)
2018-07-12T17:38:02.556867+00:00 app[web.1]: at Promise._settlePromises (/app/node_modules/bluebird/js/release/promise.js:689:18)
2018-07-12T17:38:02.556870+00:00 app[web.1]: at Async._drainQueues (/app/node_modules/bluebird/js/release/async.js:143:10)
2018-07-12T17:38:02.556874+00:00 app[web.1]: at runCallback (timers.js:810:20)
2018-07-12T17:38:02.556872+00:00 app[web.1]: at Immediate.Async.drainQueues (/app/node_modules/bluebird/js/release/async.js:17:14)
2018-07-12T17:38:02.556877+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:745:5)
2018-07-12T17:38:02.556879+00:00 app[web.1]:
2018-07-12T17:38:02.556875+00:00 app[web.1]: at tryOnImmediate (timers.js:768:5)
2018-07-12T17:38:02.556880+00:00 app[web.1]: HTTPError: Response code 405 (Method Not Allowed)
2018-07-12T17:38:02.556885+00:00 app[web.1]: at Promise._settlePromiseFromHandler (/app/node_modules/bluebird/js/release/promise.js:512:31)
2018-07-12T17:38:02.556886+00:00 app[web.1]: at Promise._settlePromise (/app/node_modules/bluebird/js/release/promise.js:569:18)
2018-07-12T17:38:02.556882+00:00 app[web.1]: at stream.catch.then.data (/app/node_modules/got/index.js:182:13)
2018-07-12T17:38:02.556884+00:00 app[web.1]: at tryCatcher (/app/node_modules/bluebird/js/release/util.js:16:23)
2018-07-12T17:38:02.556906+00:00 app[web.1]: at Promise._settlePromises (/app/node_modules/bluebird/js/release/promise.js:693:18)
2018-07-12T17:38:02.556888+00:00 app[web.1]: at Promise._settlePromise0 (/app/node_modules/bluebird/js/release/promise.js:614:10)
2018-07-12T17:38:02.556910+00:00 app[web.1]: at Async._drainQueues (/app/node_modules/bluebird/js/release/async.js:143:10)
2018-07-12T17:38:02.556912+00:00 app[web.1]: at Immediate.Async.drainQueues (/app/node_modules/bluebird/js/release/async.js:17:14)
2018-07-12T17:38:02.556909+00:00 app[web.1]: at Async._drainQueue (/app/node_modules/bluebird/js/release/async.js:133:16)
2018-07-12T17:38:02.556913+00:00 app[web.1]: at runCallback (timers.js:810:20)
2018-07-12T17:38:02.556918+00:00 app[web.1]:
2018-07-12T17:38:02.556915+00:00 app[web.1]: at tryOnImmediate (timers.js:768:5)
2018-07-12T17:38:02.556916+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:745:5)
2018-07-12T17:38:02.988310+00:00 heroku[router]: at=info method=GET path="/content/favicon.ico" host=labs-blog.wework.com request_id=18c331b2-1480-492e-a7b8-cd3c020cdc85 fwd="54.234.37.47, 127.0.0.1,35.170.55.198" dyno=web.1 connect=0ms service=10ms status=200 bytes=15365 protocol=https
2018-07-12T17:38:03.949364+00:00 heroku[router]: at=info method=GET path="/content/2018/07/12/test-this-is-a-test/" host=labs-blog.wework.com request_id=1d81785c-6a10-443f-a3fa-874ecae2c7f4 fwd="52.72.111.29, 127.0.0.1,167.99.231.242" dyno=web.1 connect=1ms service=350ms status=200 bytes=4967 protocol=https
2018-07-12T17:38:03.947470+00:00 app[web.1]: INFO [2018-07-12 17:38:03] "GET /content/2018/07/12/test-this-is-a-test/" 200 334ms
2018-07-12T17:38:04.111311+00:00 heroku[router]: at=info method=GET path="/content/favicon.ico" host=labs-blog.wework.com request_id=2261e69b-798a-482f-a266-ff9bed52e779 fwd="52.207.53.149, 127.0.0.1,35.170.55.198" dyno=web.1 connect=0ms service=8ms status=304 bytes=238 protocol=https
2018-07-12T17:38:12.517213+00:00 heroku[router]: at=info method=GET path="/content/favicon.ico" host=labs-blog.wework.com request_id=fa61d4b8-3e2f-45d3-81a9-71bb5ec45a0b fwd="54.167.90.27, 127.0.0.1,67.207.94.142" dyno=web.1 connect=0ms service=5ms status=304 bytes=238 protocol=https
2018-07-12T17:38:22.890969+00:00 heroku[router]: at=info method=GET path="/content/2018/07/12/test-this-is-a-test/" host=labs-blog.wework.com request_id=fa0a47a6-b1a1-4d64-a2e8-7ab38d50c75f fwd="65.202.157.234, 127.0.0.1,54.93.227.245" dyno=web.1 connect=0ms service=107ms status=500 bytes=989 protocol=https
2018-07-12T17:38:22.885715+00:00 app[web.1]: ERROR [2018-07-12 17:38:22] "GET /content/2018/07/12/test-this-is-a-test/" 500 100ms
2018-07-12T17:38:22.885732+00:00 app[web.1]:
2018-07-12T17:38:22.885735+00:00 app[web.1]: NAME: InternalServerError
2018-07-12T17:38:22.885737+00:00 app[web.1]: CODE: URLSERVICE_RESOURCE_NOT_FOUND
2018-07-12T17:38:22.885740+00:00 app[web.1]: MESSAGE: Resource not found.
2018-07-12T17:38:22.885742+00:00 app[web.1]:
2018-07-12T17:38:22.885744+00:00 app[web.1]: level:critical
2018-07-12T17:38:22.885746+00:00 app[web.1]:
2018-07-12T17:38:22.885747+00:00 app[web.1]: InternalServerError: Resource not found.
2018-07-12T17:38:22.885749+00:00 app[web.1]: at new InternalServerError (/app/node_modules/ghost/node_modules/ghost-ignition/lib/errors/index.js:71:23)
2018-07-12T17:38:22.885751+00:00 app[web.1]: at UrlService.getResourceById (/app/node_modules/ghost/core/server/services/url/UrlService.js:132:19)
2018-07-12T17:38:22.885754+00:00 app[web.1]: at then (/app/node_modules/ghost/core/server/services/routing/controllers/entry.js:53:28)
2018-07-12T17:38:22.885757+00:00 app[web.1]: at tryCatcher (/app/node_modules/bluebird/js/release/util.js:16:23)
2018-07-12T17:38:22.885759+00:00 app[web.1]: at Promise._settlePromiseFromHandler (/app/node_modules/bluebird/js/release/promise.js:512:31)
2018-07-12T17:38:22.885761+00:00 app[web.1]: at Promise._settlePromise (/app/node_modules/bluebird/js/release/promise.js:569:18)
2018-07-12T17:38:22.885763+00:00 app[web.1]: at Promise._settlePromise0 (/app/node_modules/bluebird/js/release/promise.js:614:10)
2018-07-12T17:38:22.885764+00:00 app[web.1]: at Promise._settlePromises (/app/node_modules/bluebird/js/release/promise.js:693:18)
2018-07-12T17:38:22.885766+00:00 app[web.1]: at Async._drainQueue (/app/node_modules/bluebird/js/release/async.js:133:16)
2018-07-12T17:38:22.885768+00:00 app[web.1]: at Async._drainQueues (/app/node_modules/bluebird/js/release/async.js:143:10)
2018-07-12T17:38:22.885769+00:00 app[web.1]: at Immediate.Async.drainQueues (/app/node_modules/bluebird/js/release/async.js:17:14)
2018-07-12T17:38:22.885771+00:00 app[web.1]: at runCallback (timers.js:810:20)
2018-07-12T17:38:22.885773+00:00 app[web.1]: at tryOnImmediate (timers.js:768:5)
2018-07-12T17:38:22.885775+00:00 app[web.1]: at processImmediate [as _immediateCallback] (timers.js:745:5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment