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

[CLOSED] Ext. Installation Failed -Unknown internal error #11020

Open
core-ai-bot opened this issue Aug 30, 2021 · 14 comments
Open

[CLOSED] Ext. Installation Failed -Unknown internal error #11020

core-ai-bot opened this issue Aug 30, 2021 · 14 comments

Comments

@core-ai-bot
Copy link
Member

Issue by TilakMaddy
Tuesday Nov 29, 2016 at 08:32 GMT
Originally opened as adobe/brackets#12953


Ext. Installation Failed -Unknown internal error during installing an extension called lorem ipsum

@core-ai-bot
Copy link
Member Author

Comment by petetnt
Tuesday Nov 29, 2016 at 10:29 GMT


Hi@TilakMaddy,

can you see any errors in the Developer Tools console (Debug -> Show Developer Tools -> Console)? Most likely this is an firewall issue.

@core-ai-bot
Copy link
Member Author

Comment by TilakMaddy
Wednesday Nov 30, 2016 at 08:05 GMT


I haven;t even opened the browser, i just tried to install extensions using the box button beneath the launch button- after browsing i clicked install and the above is literally the message popup
I am not telling "unknown" thats what the ide is telling.

@core-ai-bot
Copy link
Member Author

Comment by petetnt
Thursday Dec 01, 2016 at 14:53 GMT


@TilakMaddy Brackets has it's own set of developer tools (same as those in Chrome) that should show some extra errors along with the "Unknown internal error" message that the UI shows. You should also check the network tab for any additional internet errors.

@core-ai-bot
Copy link
Member Author

Comment by ficristo
Thursday Dec 01, 2016 at 18:58 GMT


If you run on a 32 bit Windows platform, you can try this adobe/brackets#12918 (comment)
Otherwise, do you mind running from source and try this PR: adobe/brackets#12933

@core-ai-bot
Copy link
Member Author

Comment by doige
Tuesday Dec 13, 2016 at 10:50 GMT


Same problem here. With 1.7 works all fine. With 1.8 (windows 10, office behind firewall) brackets can't install or update any extension. Proxy ip is in the file brackets.json configured.
I work with 1.7 further.

@core-ai-bot
Copy link
Member Author

Comment by manuel-84
Thursday Dec 15, 2016 at 14:24 GMT


same problem on win10 32bit
i also tried to replace node.exe with the x86 official version and to clear recent files, but the problem is still there

@core-ai-bot
Copy link
Member Author

Comment by nicksoph
Monday Dec 19, 2016 at 15:41 GMT


Edited: For fix see my 2nd post or see comment - #12918 (comment) - Reading the rest of this post is likely to be a waste of time:

Same problem on a truly clean, brand new win10 32bit build - Installed v1.8 as the very first additional program on fully updated Windows 10 laptop. Installed as user: UAC - asks before install, and then proceeds with install with no obvious errors . Found errors in Dev Tools Console.log (more info later) and on attempting to insall any extension Brackets reports "Unable to install Extensions - "Unknown Error". Folder permissions checked out and looked normal but I set it to 'everyone' having 'full control' on Brackets program folder and /user/appdata/roaming/brackets, event log checked and and shows firewall blocked no connections. Uninstalled v1..8 and installed v1.7, and Extensions can then be installed. Updated 1.7 to 1.8 using autoupdate in Brackets. Still had extensions showing as being installed but still unable to add any new extensions and now attempting uninstalling old extensions brings error msg saying "unable to remove one or more extensions..."

Log shows current state: The first error was there originally;

Download the React DevTools for a better development experience: https://fb.me/react-devtools
/utils/DeprecationWarning.js:88 PreferencesManager.convertPreferences() has been deprecated. Please upgrade to the current Preferences system (https://github.com/adobe/brackets/wiki/Preferences-System#conversion-from-the-pre-36-preferences-system).
at Object.convertPreferences (/preferences/PreferencesManager.js:323:28)
at Object.eval (/utils/Resizer.js:557:24)

These few following are new and relate to an extension (and the end ones were there before)

/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:384:29)
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:385:29)
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:386:26)
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:387:28)
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:388:26)
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:389:29)
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:390:28)
/utils/DeprecationWarning.js:88 Use brackets.getModule("thirdparty/mustache/mustache") instead of global Mustache.
at Object.defineProperty.get (/brackets.js:123:32)
at Object. (file:///C:/Users/Nick/AppData/Roaming/Brackets/extensions/user/equals182.eqftp/main.js:391:26)

And these seem the same as when I first tried to install.

/command/KeyBindingManager.js:578 Fail to nomalize Cmd-Shift-]
/command/KeyBindingManager.js:578 Fail to nomalize Cmd-Shift-[
/LiveDevelopment/MultiBrowserImpl/transports/NodeSocketTransport.js:84 NodeSocketTransport - start
/filesystem/FileSystem.js:904 Failed to watch root: C:/Users/Nick/Desktop/html/ Max connection attempts reached
/project/ProjectManager.js:748 Error watching project root: C:/Users/Nick/Desktop/html/ Max connection attempts reached

Hope this report helps those who are looking into this - happy to try anything people suggest and report back.

Thanks
nicksoph

@core-ai-bot
Copy link
Member Author

Comment by nicksoph
Tuesday Dec 20, 2016 at 10:18 GMT


Replacement of node version - worked for me on a - 32bit win10 machine

see comment - adobe/brackets#12918 (comment)

ficristo commented on 17 Nov
@K-Thompson is your platform a 32 bit one?
If so could you try to replace the node executable you find in C:\Program Files\Brackets with the one you can dowload from http://nodejs.org/dist/v6.3.1/win-x86/?

@core-ai-bot
Copy link
Member Author

Comment by bizanniusz
Tuesday Dec 20, 2016 at 18:58 GMT


change your node.exe from installer brackets download here https://nodejs.org/en/download/ and choice Windows Binary (.exe), and restar bracket! than its work! +1:

@core-ai-bot
Copy link
Member Author

Comment by doige
Wednesday Jan 11, 2017 at 10:48 GMT


So.
We put the node.exe file which is in brackets 1.7 into 1.8 and now we can update and install extensions. This can't be the solution, but it works. Weird.

I hope it will be fixed in 1.9.

(Win10 64bits)

@core-ai-bot
Copy link
Member Author

Comment by ficristo
Wednesday Mar 15, 2017 at 19:18 GMT


This should be fixed in 1.9.
If you want to give a try with there is a prerelease at https://github.com/adobe/brackets/releases

@core-ai-bot
Copy link
Member Author

Comment by hrvojegolcic
Monday Mar 19, 2018 at 22:26 GMT


Try modifying the extension to use "view/WorkspaceManager" instead of "view/PanelManager". I had problem installing the most of the extensions too.
adobe/brackets#11960 (comment)

@core-ai-bot
Copy link
Member Author

Comment by NimrahB
Sunday Apr 08, 2018 at 14:20 GMT


i cannot install emmet extension

@core-ai-bot
Copy link
Member Author

Comment by Ganesh619
Wednesday Apr 24, 2019 at 00:21 GMT


Replacement of node version - worked for me on a - 32bit win10 machine

see comment - #12918 (comment)

ficristo commented on 17 Nov
@K-Thompson is your platform a 32 bit one?
If so could you try to replace the node executable you find in C:\Program Files\Brackets with the one you can dowload from http://nodejs.org/dist/v6.3.1/win-x86/?

its not working

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

1 participant