Created
January 5, 2016 11:41
-
-
Save vfulco/6f121b18cd623edd4721 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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