-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Live Preview with user-specified base url fails with Chrome 27 #3402
Comments
Steps to repro:
Expected: Live development works normally. Actual: The correct url (http://localhost:8080/index.html) does open in the browser. However, the live dev connection never fully connects. The lightning bolt stayed half-colored for awhile, then goes to grey. When I switch to a CSS file, the lightning bolt turns fully solid yellow. However, it doesn't seem to actually be connected (changes do not affect the browser). Additionally, the following errors appear in the console: |
Investigating now. If I follow @joelrbrandt's 5 steps, then open dev tools, I see 2
@joelrbrandt do you have the experimental flag enabled for LiveDevelopment? I haven't been able to reliably reproduce the tail end of your error log with |
@jasonsanjose This is high priority, but we think the risk of a release before the end of next sprint is considerably low, see: http://www.chromium.org/getting-involved/dev-channel. "Beta channel: If you are interested in seeing what's next, with minimal risk, Beta channel is the place to be. It's updated every week roughly, with major updates coming every six weeks, more than a month before the Stable channel will get them." |
Sounds good. I'll stop investigating for now. I did notice that in LiveDevelopment I've only been able to reproduce this bug by specifying a base URL. It seems odd that it doesn't reproduce with the static server. So far, I'm guessing this is a timing problem with the remote debugging connection and it shouldn't make a difference what URL we're requesting. |
On my Mac with Chrome 27.0.1453.47 beta, I can't get Live Development to work even with the static server whether Chrome is closed or open; the tab opens properly, but the lightning bolt stays stuck halfway, and eventually turns off. If I start it with Chrome closed, it looks like it can't read |
I've narrowed this down. The Live Preview connection doesn't complete because agents are failing to load. Investigating. |
@joelrbrandt Can you retest with my branch |
I'm having a problem in Chrome Version 26.0.1410.64 m (not 27 beta). CSS updates correctly while typing and I can update (and save) HTML, but only once. After that non of my HTML edits are reflected in Chrome (but CSS still updates). This happens with both builtin node js server and Base Url (with local wamp server). In console, I am seeing lots of errors: |
@jasonsanjose Ooops. Yes, I'm running you branch. I meant to put this comment in the pull request. |
@jasonsanjose reported and fixed it, and @joelrbrandt isn't around this sprint, so closing. |
Description TBD. Based on Joel's report here #3372 (comment)
The text was updated successfully, but these errors were encountered: