componentjs / component

frontend package manager and build tool for modular web applications
https://github.com/componentjs/guide
MIT License
4.55k stars 305 forks source link

Improved github-is-down error messages? #575

Open jasonkuhrt opened 10 years ago

jasonkuhrt commented 10 years ago

I'm looking for better error messaging I think.

These two screenshots are current situation:

screen shot 2014-06-10 at 2 05 25 pm

screen shot 2014-06-10 at 2 06 26 pm

I am assuming component failing above is due to the github outage.

If this is true, slightly better error messaging would help.

For instance we could append this simple text:

...
It appears that Github is experiencing a service outage.
Please check https://status.github.com and try again once service is restored.
jonathanong commented 10 years ago

yeah go ahead and do any of this logging stuff. i haven't bothered with all the logging and such

kevva commented 10 years ago

@jasonkuhrt, https://github.com/component/remotes.js/blob/master/lib/remotes/github.js#L46-L59 in case you want to submit a PR.

jasonkuhrt commented 10 years ago

@kevva @jonathanong cool guys, thanks