joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.45k stars 423 forks source link

Internal server error #271

Open KevinBurton opened 6 years ago

KevinBurton commented 6 years ago

I issue a command 'grip README.md' and I get a response

* Running on http://localhost:6419

When I use Chrome to go to that URL I get a error 500. Internal server error.

I look at the terminal window where I invoked the 'grip' command and I see a lot of output but most significantly I see:

UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 0: invalid start byte

From the output this appears to be in python2.7/codecs.py self._buffer_decode method.

Thank you.