Skip to content

Instantly share code, notes, and snippets.

@vfulco
Created January 5, 2016 11:41
Show Gist options
  • Save vfulco/6f121b18cd623edd4721 to your computer and use it in GitHub Desktop.
Save vfulco/6f121b18cd623edd4721 to your computer and use it in GitHub Desktop.
URL states:
http://localhost:5000/?url=realpython.com
CLI returns:
127.0.0.1 - - [05/Jan/2016 19:07:36] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [05/Jan/2016 19:07:38] "GET /static/main.js HTTP/1.1" 200 -
127.0.0.1 - - [05/Jan/2016 19:07:54] "GET /?url=www.realpython.com HTTP/1.1" 200 -
127.0.0.1 - - [05/Jan/2016 19:37:06] "GET /?url=realpython.com HTTP/1.1" 200 -
127.0.0.1 - - [05/Jan/2016 19:37:07] "GET /static/main.js HTTP/1.1" 304 -
127.0.0.1 - - [05/Jan/2016 19:37:08] "GET /favicon.ico HTTP/1.1" 404 -
Error in Goog Chrome:
main.js:24 Uncaught SyntaxError: Unexpected end of input
ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.min.js:35 Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.3.13/$injector/modulerr?p0=WordcountApp&p1=Er…gleapis.com%2Fajax%2Flibs%2Fangularjs%2F1.3.13%2Fangular.min.js%3A17%3A381)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment