-
Notifications
You must be signed in to change notification settings - Fork 0
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
Brackets seems not able to display extension lists via extension manager when under authenticated proxy environment #13723
Comments
Are you able to access this json? |
There is some discussion of a relative problem here adobe/brackets#12898 |
Thank you for the reply, and I want to apologize for the late response. In my opinion, what causes the error was the ajax call without proxy authentication. On the other hands, when installing extension, proxy environment is concerned and utilized if there's one. If you don't mind, could you please take a look at the function downloadRegistry() (brackets/src/extensibility/ExtensionManager.js)? Thank you. |
If you can run from source could you try this PR adobe/brackets#12933 ? |
Thank you for the reply. However, by checking the commits on that PR, I am not really confident that this issue will be fixed since there was no specific changes like handling proxy part on downloadRegistry() in ExtensionManager.js. Thank you. |
Monday Nov 14, 2016 at 10:48 GMT
Originally opened as adobe/brackets#12910
Prerequisites
Debug -> Reload Without Extensions
?For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
It seems like there are some proxy issues left on Brackets.
Certainly, as long as we follow the guide from Troubleshooting document (https://github.com/adobe/brackets/wiki/Troubleshooting#-having-trouble-installing-extensions),
there was no problem to install extension under proxy setting no matter whether it is authenticated one or not.
But the problem actually aroused before any installation. When we just opened the extension manager, we couldn't see any extension lists inside extension manager.
Instead we saw a message, "unable to access the extension registry. Please try again later."
Could you please help me out finding a way to display lists on extension manager when the proxy setting is authenticated one (which is an usual condition on corporate proxy)?
Thank you for your support.
Steps to Reproduce
(I am not completely sure authentication matters, but we do have authenticated setting)
Expected behavior: [What you expected to happen]
Display all the extension lists
Actual behavior: [What actually happened]

a message, "unable to access the extension registry. Please try again later."
Versions
OS : Windows 7 Professional K Service Pack 1
Brackets version number : Release 1.7 build 1.7.0-16898 (alf_localization_release_1.7 b0a363b71) build timestamp: Thu Sep 29 2016 15:34:31 GMT+0900
The text was updated successfully, but these errors were encountered: