From 6e50e04308a9305031589cf4f9c480b44b820dfe Mon Sep 17 00:00:00 2001 From: Leif Hao Date: Sat, 30 Jul 2016 08:07:08 -0700 Subject: [PATCH] Update README.md (#127) Several users complained about this. I guess it happens when you have some dated cache data in browser. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a0a47a7..725b4ba 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,8 @@ $ python -m SimpleHTTPServer This will enable you to view your page on [http://localhost:8000](http://localhost:8000) +## Troubleshooting +1. If you have the latest code of both web and bot project and start the web server correctly, however you see a blank page when hit localhost:8000: clear your browser history data/cookie and try again. For Chrome user, try to open a Incognito window. + ## Contributing If you would like to contribute please review OpenPoGo's [contributing](https://github.com/OpenPoGo/OpenPoGoBot/blob/master/CONTRIBUTING.md) guidelines and submit a pull request.