mozilla / build.webmaker.org

Source behind MoFo's project tracking site
https://build.webmaker.org
Mozilla Public License 2.0
6 stars 16 forks source link

GitHub API error #81

Open vazquez opened 8 years ago

vazquez commented 8 years ago

When running gulp liveserve I receive this error:

screenshot 2015-07-28 10 03 55

Does this have something to do with the latest commits you pushed up?

ScottDowne commented 8 years ago

Interesting... Could it be missing github credentials in the .env file?

ScottDowne commented 8 years ago

Try npm start

ScottDowne commented 8 years ago

Yeah, so no idea what gulp liveserve is doing, doesn't work for me, but npm start does for me.

That said, if I remove my github credentials from my .env I get the same error you see, so that's probably it.

I'll add a bit of better handling for this.

ScottDowne commented 8 years ago

This should make it not fail without github creds.

https://github.com/mozilla/build.webmaker.org/pull/82

vazquez commented 8 years ago

Still receive an error when running npm start :/

screenshot 2015-07-28 11 01 58
vazquez commented 8 years ago

Ah cool :)

vazquez commented 8 years ago

I was able to fix the problem by removing the following line from the .env file

export PLAN_GITHUB_TOKEN="xxx"