-
Notifications
You must be signed in to change notification settings - Fork 182
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
LivePreview not opening in Chrome because there is a "space" in my User Account name on my PC. #268
Comments
@SunilSuresh5260 Thanks for reporting the issue, Release with the fix will be available in a few days. |
Release with the fix is now available: https://github.com/brackets-cont/brackets/releases/tag/v2.2.1 |
Thanks for the quick update. I've downloaded the updated exe. But when I run it, the setup says it cannot continue because another version of the product is already installed. Is there some command line option I can use to tell it to upgrade/update the existing installation? I don't want to uninstall the existing installation because I think that will remove my existing configuration settings and add-ons. |
Uninstalling will not remove any settings or configuration from your machine. Its safe to do so. Future versions based on phvode will be upgradable. |
still same problems persist |
Prerequisites
Debug -> Reload Without Extensions
? (I didn't do this since the problem is because of the space in my User folder name on my PC.)For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
I am unable to open Live Preview after updating to Brackets 2.2
If I enable the "Experimental Live Preview" feature and then try opening Live Preview, it says "Open an HTML file or make sure there is an index.html file in your project in order to launch live preview." I think this requirement is RIDICULOUS. Suppose I'm just editing a single file (say, "contact us.html")? Why can't I do a live preview of just that file?
Steps to Reproduce
Expected behavior: Obviously, I should be able to see a Live Preview of the file that was open in Brackets.
Actual behavior:
a) I get an error message in Brackets -- "Failed to Create Directory: Google Chrome cannot read and write to its data directory: C\Users\Sunil" -- Chrome obviously cannot read/write to this folder because my user folder is "Sunil Suresh", not "Sunil".
b) In my browser, a new tab opens with "http://suresh/AppData/Roaming/lp" which obviously doesn't load since there is no folder called "suresh" on my PC
c) And of course, the LivePreview does not load.
Please see the attached files.
So, I think there is a bug in the program in that it is not considering the "space" in my Users folder name.
Versions
Windows 10 Home 21H2 (build 19044.2728)
Brackets v.2.2.0-17942
Chrome 64-bit, v.111.0.5563.65
The text was updated successfully, but these errors were encountered: