tessel / tessel.io

The Tessel Website
18 stars 12 forks source link

Blog is not loading #86

Closed Frijol closed 8 years ago

Frijol commented 8 years ago

504 Gateway Timeout. Needs investigation.

Frijol commented 8 years ago

In the meanwhile, all posts can be accessed through http://tesselproject.tumblr.com/

Frijol commented 8 years ago

Debugging, don't think I'll finish while sitting here so taking notes.

in tumblr.js, in promisereq function: Unhandled rejection Error: 401. Empty response (authorization failure).

Maybe the authorization sequence in the tumblr API has changed?

Frijol commented 8 years ago

@tcr perhaps you can help?

reconbot commented 8 years ago

I bet we don't have the api keys loaded.

On Mon, Jun 27, 2016 at 8:02 AM, Kelsey notifications@github.com wrote:

@tcr https://github.com/tcr perhaps you can help?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tessel/tessel.io/issues/86#issuecomment-228726532, or mute the thread https://github.com/notifications/unsubscribe/AABlbiSlK1mk_dqMaRm2db2uuEZEZnLUks5qP7vRgaJpZM4I-6ZV .

Francis Gulotta Director of Web Connected Devices Mobile: 917-805-3079

reconbot commented 8 years ago

Fixed it!

Amazon decommissioned the server with short notice a while back and the api keys were never put on the new box. I think we should throw if the key isn't present on boot as the blog is a core part of the site. Caching the response from tumblr is also a good idea.

Frijol commented 8 years ago

thank you! And, you're right.