Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loader seems to fail at random, but frequently when serving from localhost #218

Closed
wiltzius opened this issue Jul 25, 2013 · 2 comments
Closed
Assignees

Comments

@wiltzius
Copy link

With a recent Polymer checkout of the stable branch, I ran a local webserver with the following:

$ cd /path/to/polymer-all/..
$ python -m SimpleHTTPServer

then try to run examples like:

localhost:8000/polymer-all/polymer-ui-elements/polmer-ui-menu/

in Chrome Canary (30.0.1574.0 Mac).

This works great if I'm online. If I disable WiFi, suddenly I get frequent (but different) errors where loader.js fails to GET various resources (and then nothing works right). Example:

GET http://localhost:8000/polymer-all/PointerEvents/src/touch-action.js

In the Network tab of Dev Tools it just says "failed" as the status.

This is super confusing. Shouldn't it all work locally, without net access?

I realize this sounds like a web server bug, but the Python server is very well tested and I've never seen it behave this way before.

@sjmiles
Copy link
Contributor

sjmiles commented Jul 25, 2013

I agree this is confusing, but that network access is not anything Polymer can affect.

Your issue is either server, browser, or OS related.

@ghost ghost assigned dfreedm Sep 25, 2013
@dfreedm
Copy link
Member

dfreedm commented Aug 12, 2014

This is a very old bug that is probably not reproducible anymore. Please re-open if this is still an issue.

@dfreedm dfreedm closed this as completed Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants