Visual Studio Code Extension Install/Update Error: "Failed to load resource: net::ERR_CONNECTION_RESET" - visual-studio-code

Why can't I download or update any extensions from VS Code 1.54.3 on Windows 10 1930?
Every time I tried to update or install those extensions, it always shows this error in the Dev Tools:
Failed to load resource: net::ERR_CONNECTION_RESET
ERR [uncaught exception in sharedProcess]: XHR failed: downloading: XHR failed at
It says "XHR failed" and I can't find the fix for this issue.

The problem was solved in the comments:
Daantje:
It looks like VSCode cant connect to the download server, did you try disabling your firewall and check if it works? It could be that you block a download host? Here is a list of common hosts used by Code: code.visualstudio.com/docs/setup/network
Brandon Ivander:
Solved, i disabled my firewall and it works, thanks #Daantje

Related

Vscode : Command 'CMake: Configure' resulted in an error (No usable generator found)

When I am configuring the CMake for vscode,I encounter a very puzzling problem.I follow the steps of Microsoft's vscode official documentation to configure CMake for vscode,and everything is good.I can finish the 'F5' debugging operation and running the project in the vscode.
However,later while configuring vscode for cmake with "cmake.generator": "Ninja" and using the CMake:Configure command, vscode generates an error——
Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings. json, your Kit configuration or Path variable
The following output[1] of the CMake Tools Extension indicated that it tried to find the new CMake generator but not found.
Command 'CMAKE:Configure' result in an error (No usable generator found.)
[rollbar] Unhandled exception: Unhandled Promise rejection: configure Error: No usable generator found.
I read the CMake official doucument,searched the problem in google but I can't find out why.
[1] the detailed error prompts

Could not find apksig-7.1.3.jar in android studio

I'm trying to sync build.gradle for a flutter app in android studio but it gave this error
this error comes after I tried solving "ssl peer shut down incorrectly" error using the first answer in this question .
I followed all three steps of that solution but without adding the certificates and then I reconverted the steps but I remained with the same error.
Then I was trying to upgrade the gradle but it was interuppted and then the above error occured.

How to handle with webdrivers in visual studio code Protractor?

I was getting an error
WebDriverError: unknown error: cannot determine loading status
from unknown error: missing or invalid 'entry.level'
(Session info: chrome=76.0.3809.100)
(Driver info: chromedriver=2.27.440174 (e97a722caafc2d3a8b807ee115bfb307f7d2cfd9),platform=Windows NT 10.0.17134 x86_64)
I updated the Visual Studio Code a few days ago. Now i think that it is incompatible with ChromeDriver. I'm using chrome76.
Before updating VS code it was working correctly But now it gives that error. I searched on everywhere on net
Some of them telling that upgrade chrome driver etc. Kindly upload complete procedure how to check for software and how to handle that.
Looks like you are still having old version of chromedriver=2.27.440174 , you should update protractor to use latest version of chromedriver_76.0.3809.12.zip
Try Updating Webdriver Manager:
webdriver-manager update
webdriver-manager update is the command that will automatically update the Chrome driver But some time is not update Because of slow performance For that i Shutdown my PC, after few hours it updated Automatically

Download error on http://pypi.python.org/simple/ReviewBoard/: timed out -- Some packages may not be found

Well...
I was faced a problem when I try to install ReviewBoard....
Below is error message..
Is there a solution?
P.S. My network is under proxy.
$ sudo easy_install ReviewBoard
Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
Download error on http://pypi.python.org/simple/ReviewBoard/: timed out -- Some packages may not be found!
Reading //pypi.python.org/simple/ReviewBoard/
Download error on //pypi.python.org/simple/ReviewBoard/: timed out -- Some packages may not be found!
Couldn't find index page for 'ReviewBoard' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading //pypi.python.org/simple/
Download error on //pypi.python.org/simple/: timed out -- Some packages may not be found!
No local packages or download links found for ReviewBoard
error: Could not find suitable distribution for Requirement.parse('ReviewBoard')
Try the following in your terminal before issuing the easy_install command
export HTTP_PROXY=http://user:password#proxy.domain.com:port
export HTTPS_PROXY=http://user:password#proxy.domain.com:port

unable to open mkb files in windows

Am getting an error while opening .mkb files of marmalade in windows.
It shows the following error while trying to open the sample applications .mkb file :
C:\Marmalade\6.2\s3e\makefile_builder\mkb.py
C:\Marmalade\6.2\examples\IwGx\IwGxBasicLighting.mkb
Building project: c:/Marmalade/6.2/examples/IwGx/IwGxBasicLighting.mkb
Executing: 'c:\marmalade\6.2\s3e\bin\mdev.bat update'
Downloading: http://source.madewithmarmalade.com/packages/6.2/Packages
error: error downloading url: http://source.madewithmarmalade.com/packages/6.2/Packages (<urlopen error (10060, 'Operation timed out')>)
c:/marmalade/6.2/modules/iwutil/iwutil.mkf(19) :
error: Executing 'c:\marmalade\6.2\s3e\bin\mdev.bat update' failed. (return code 1)
FAILED (error code=3)*
Thanks!
You need to have any active internet connection to open the mkb. Marmalade needs to download certain update files for license check and module updates to work correctly. Since you might be running marmalade for the first time, it throws the error.