Coder Social home page Coder Social logo

Comments (21)

matt-zhrani avatar matt-zhrani commented on May 10, 2024 1

I just removed the custom settings and reinstalled Live Server.
It works perfectly now! thanks

from vscode-live-server.

rejoanafridi avatar rejoanafridi commented on May 10, 2024 1

VS-code-live-server-problem-solve.. windows 10

Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed?

step 1- open vs code go to extension (ctrl+shift+x) then search live server then go to live server manage / extension setting then + Edit in setting.json
step 2- "liveServer.settings.useBrowserPreview": true, [ if u see that line u need to replace true to false ]. "liveServer.settings.useBrowserPreview": false,
your problem is solved! enjoy vs code :)

from vscode-live-server.

suryauppalapati avatar suryauppalapati commented on May 10, 2024 1

image

This is what i see when i click this the go live option in the bottom bar. However it doesn't trigger the browser preview. Is there a setting i need to add in my json file? What should the jSON file look like for it to work? Please help thanks

Same problem here too. Please provide some solution!

from vscode-live-server.

ritwickdey avatar ritwickdey commented on May 10, 2024

Yep! I've just noticed that it is not working in linux but no such issue in Windows.

Btw, Thanks a lot for report on GitHub repo. :)

from vscode-live-server.

matt-zhrani avatar matt-zhrani commented on May 10, 2024

You are very welcome.
So I updated my installation after you pushed the fix.
This time I am getting this error message: "Server is started at 5500 but failed to open browser. See error on console."

from vscode-live-server.

ritwickdey avatar ritwickdey commented on May 10, 2024

Okay. Let me check.
One workaround : set liveServer.settings.CustomBrowser: chrome .

let me know that after doing so, are you still facing the issue?

from vscode-live-server.

matt-zhrani avatar matt-zhrani commented on May 10, 2024

It works well now!
Thank you for your quick help

from vscode-live-server.

ritwickdey avatar ritwickdey commented on May 10, 2024

Please remove liveServer.settings.CustomBrowser: chrome and Try v1.6.11. Hope it will open system's default browser without giving any error.

Let me know if it works for you or not.

from vscode-live-server.

muhayminul96 avatar muhayminul96 commented on May 10, 2024

Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed?

from vscode-live-server.

patelrohan750 avatar patelrohan750 commented on May 10, 2024

Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed?

from vscode-live-server.

BIRBAHADUR07 avatar BIRBAHADUR07 commented on May 10, 2024

please still getting this problem tried everything

from vscode-live-server.

BrianJ-27 avatar BrianJ-27 commented on May 10, 2024

image

This is what i see when i click this the go live option in the bottom bar. However it doesn't trigger the browser preview. Is there a setting i need to add in my json file? What should the jSON file look like for it to work? Please help thanks

from vscode-live-server.

Sreelayavuyyuru avatar Sreelayavuyyuru commented on May 10, 2024

image
This is what i see when i click this the go live option in the bottom bar. However it doesn't trigger the browser preview. Is there a setting i need to add in my json file? What should the jSON file look like for it to work? Please help thanks

Same problem here too. Please provide some solution!

Same problem!!

from vscode-live-server.

saurabh1505717 avatar saurabh1505717 commented on May 10, 2024

server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error

from vscode-live-server.

BIRBAHADUR07 avatar BIRBAHADUR07 commented on May 10, 2024

server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error

Try starting server at port 80 by that you don't have to type the port number

go to browser and type localhost:5500

from vscode-live-server.

saurabh1505717 avatar saurabh1505717 commented on May 10, 2024

server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error

Try starting server at port 80 by that you don't have to type the port number

go to browser and type localhost:5500

So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.

from vscode-live-server.

BIRBAHADUR07 avatar BIRBAHADUR07 commented on May 10, 2024

server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error

Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500

So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.

There may be other way but I am telling you the easy way to save time 1. change port to 80 OR 2. type localhost:5500 on your browser search bar

from vscode-live-server.

BIRBAHADUR07 avatar BIRBAHADUR07 commented on May 10, 2024

server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error

Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500

So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.

There may be other way but I am telling you the easy way to save time 1. change port to 80 OR 2. type localhost:5500 on your browser search bar

https://stackoverflow.com/questions/55429643/where-to-set-value-of-liveserver-settings-port-in-live-server-extension-of-visua

This is also a way to solve your problem.

from vscode-live-server.

saurabh1505717 avatar saurabh1505717 commented on May 10, 2024

server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error

Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500

So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.

There may be other way but I am telling you the easy way to save time 1. change port to 80 OR 2. type localhost:5500 on your browser search bar

https://stackoverflow.com/questions/55429643/where-to-set-value-of-liveserver-settings-port-in-live-server-extension-of-visua

This is also a way to solve your problem.

This solution is Not working. .... I changed the port number but after searching the same u instructed to search...... Giving me a blank. Page as output.
Please help.

from vscode-live-server.

shamim-islam-bd avatar shamim-islam-bd commented on May 10, 2024

VS-code-live-server-problem-solve.. windows 10

Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed?

step 1- open vs code go to extension (ctrl+shift+x) then search live server then go to live server manage / extension setting then + Edit in setting.json
step 2- "liveServer.settings.useBrowserPreview": true, [ if u see that line u need to replace true to false ]. "liveServer.settings.useBrowserPreview": false,
your problem is solved! enjoy vs code :)

it's working, thanks bro!

from vscode-live-server.

ashribad9871 avatar ashribad9871 commented on May 10, 2024

please bro help am facing the same issue

from vscode-live-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.