brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Brackets live preview not working #10128

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by JartOfDeath Sunday Sep 13, 2015 at 04:31 GMT Originally opened as https://github.com/adobe/brackets/issues/11694


When I open the live preview it will often give me an error saying"Unable to load live preview page" my chrome browser and brackets are both most current versions, I'm not using a local server, and there are no html errors/live preview isn't red. And when it does open it doesn't change as I type only if i ex out of it save my file and then it might update changes but still not live.

core-ai-bot commented 3 years ago

Comment by prafulVaishnav Monday Sep 14, 2015 at 11:35 GMT


@JartOfDeath Can you tell Brackets version and how many files you have in your project?

core-ai-bot commented 3 years ago

Comment by JartOfDeath Tuesday Sep 15, 2015 at 00:00 GMT


@prafulVaishnav version 1.4 and theres only one file in the project

core-ai-bot commented 3 years ago

Comment by abose Tuesday Sep 15, 2015 at 09:13 GMT


Could you go to debug>show developer tools> console and comment the error here?

core-ai-bot commented 3 years ago

Comment by JartOfDeath Thursday Sep 17, 2015 at 02:41 GMT


@abose Max connection attempts reached (anonymous function) Failed to load resource: net::ERR_CONNECTION_REFUSED

core-ai-bot commented 3 years ago

Comment by abose Saturday Sep 19, 2015 at 19:27 GMT


How many files are in your project? Could you copy the full call stack here?

core-ai-bot commented 3 years ago

Comment by JartOfDeath Saturday Sep 19, 2015 at 19:40 GMT


There's only one file in my project and it doesn't work with the getting started page that brackets opens up to either

core-ai-bot commented 3 years ago

Comment by abose Saturday Sep 19, 2015 at 19:52 GMT


would it be possible to share the call stack, or any specifics on which port is issuing a net::ERR_CONNECTION_REFUSED Which os are you on? Do you have google chrome installed?

core-ai-bot commented 3 years ago

Comment by yohanes-ai Friday Aug 24, 2018 at 09:04 GMT


If you are using Windows, try run brackets as administrator. It worked for me

core-ai-bot commented 3 years ago

Comment by sahidbk Thursday Jun 04, 2020 at 14:55 GMT


For everyone, this problem can be resolved by following steps:-

  1. On menu bar, go to File --> Open Folder (folder which have your html file for live preview)

  2. Select Folder

  3. Select your html file from left side bar for live preview

  4. Click on bolt icon on right (preview button)

All it melts down to the fact, that you need that folder(which have your file) selected to view your output in live preview. Let me know, if it helps someone. :)