I'm searching all over the internet and cannot find an answer to this,
I tried to configure but this error keeps happening
I solved the problem, I run apt-get update, and it started to work.
There isn't enough information to determine anything other than the fact that the application isn't communicating with the server. The server could be not functioning, you could have any number of things blocking your connection between the program and the server.
The best advice I can give it to check that you can connect to the internet and that you have no weird firewall settings.
You could run Wireshark on your computer to see if you can stop the destination and ports, and then re-check your firewall.
Related
Came back to VS Code after a while and I'm met with the following error in Log(Main):
[error] Error: net::ERR_CONNECTION_RESET
at SimpleURLLoaderWrapper.<anonymous> (electron/js2c/browser_init.js:109:7068)
at SimpleURLLoaderWrapper.emit (events.js:315:20)
In the bar at the bottom it says: Internet not connected or can't connect to GitHub. In the Recommended box under Extensions it says We cannot connect to the Extensions Marketplace at this time, please try again later.
Firefox, Chrome and Edge can connect fine as can VS Code on a XUbuntu Virtualbox on the same machine, but I am having similar problems with Discord and Signal Desktop: failed connections due to ECONNRESET errors. The only thing I've found in common so far is that all 3 are Electron apps. Signal, just like beta versions of Discord I tried, only managed to connect once.
Things I've tried:
disabling ExpressVPN/Windows Firewall/Kaspersky AV (free)
full scan with Kaspersky and MalwareBytes
changing DNS settings from automatic to Google to CloudFlare
ipconfig release-renew-flushdns-registerdns
netsh winsock reset
windows system file checker
reset home network
I logged the issue on VS Code GitHub but they sent me here so I'm hoping someone can help me with this. Been losing my mind on this for days now and really hoping to avoid a fresh install.
Edit1: I just tried safe mode with network and all problems seem to be solved. Not sure what this points to though... Faulty drivers, some conflicting startup service or program?
Well I feel like a fool..
Turns out I didn't completely shutdown Kaspersky..
I have issue in connecting to eclipse market place from Eclipse Version: Oxygen.3a Release (4.7.3a)
I am getting below error when try to open eclipse market place.
"Cannot open Eclipse Marketplace
Cannot install remote marketplace locations: Connection failed
This is most often caused by a problem with your internet connection. Please check your internet connection and retry.
Cannot complete request to http://marketplace.eclipse.org/catalogs/api/p: Unable to connect to repository http://marketplace.eclipse.org/catalogs/api/p
Unable to connect to repository http://marketplace.eclipse.org/catalogs/api/p
Connection timed out: connect
Connection failed
This is most often caused by a problem with your internet connection. Please check your internet connection and retry.
Connection timed out: connect"
have tried changing window-->preferences-->General-->Network connections-->active provider to Direct/Manual, updating eclipse.ini with "-Djava.net.preferIPv4Stack=true"..
None of the things worked out for me..
Please suggest me on this.
Thanks
The point in the comment is well-taken. I find it hard to understand why so many people at my company are still trying to get Oxygen to work.
However, it is within the realm of possibilities that you can get the Marketplace connection working with this. I would assume that you are running behind a corporate firewall. There will be a particular proxy url you're supposed to use behind the firewall, which you have to configure in "Manual" mode in Network Connections. If you don't know what that proxy url is, you won't be able to get this to work.
Once you get the proxy working, you may get a different error, related to SSL and certificates. That would imply that your firewall requires a particular root certificate provided by your company. Assuming that's the case, that certificate needs to be installed in the Java distribution that is being used to run Eclipse. If you run into this, I would post a new question if you're unable to resolve this.
I have downloaded the latest eclipse version, eclipse kepler.
But when i try to access the Marketplace inside eclipse or try to install ADT plugin for Android, it gives me this creepy error which is driving me crazy:
Cannot open Eclipse Marketplace
Cannot install remote marketplace locations: Connection failed
This is most often caused by a problem with your internet connection. Please check your internet connection and retry.
Unable to read repository at http://marketplace.eclipse.org/catalogs/api/p.
Connection reset
Connection failed
This is most often caused by a problem with your internet connection. Please check your internet connection and retry.
Connection reset
please put below line to eclipse.ini in the last it worked for me
-Djava.net.preferIPv4Stack=true
I figured out finally that:
Avira Anti-Virus Software was blocking the network requests by eclipse.
After deactivating "enable web protection" in the Anti-Virus,
the stupid Eclipse was able to update itself.
If you are sitting behind a corporate network it could be filtering out requests coming from eclipse. Switching to 3G on my phone made it work for me.
This frustrated me for a while before I stumbled upon this link:
https://www.eclipse.org/forums/index.php/t/783720/
It says clear SOCKS entry in Network connections and be in manual Active Provider.
The SOCKS entry was already clear but after clicking on clear again, it just worked so worth a shot.
This issue came after #EricLaw explained me what was the problem when I could not receive a response back from my REST request.
Essentially the request was just returning blank, then I found out that if Fiddler was not running,
the application works just fine.
As Eric explains there are some security issues that I should consider when developing/debugging in Windows Server 2012.
I followed the instructions and installed the suggested utility but when I click in the AppContainer Loopback utility I get the following error: Failed to get AppContainer info: Unable to enumerate AppContainer, Is the windows Firewall Service started?
Of course, my Firewall Service is working just fine.
Additionally there is something I still don't understand, why my HTTP request works just fine whenever Fiddler is not running anyway?
Has anyone had this problem already?
PS: we need a new tag called fiddler4
I know it is a bit late to bring this up, but since I had a fix I though it might be helpful to others, too.
I used the utility described here and although it did not fix the issue for me, it had a glowing hint, the Windows Firewall.
What fixed the issue for me was starting Windows Firewall service, which I had disabled previously.
Hope this might help.
I am on debian and installing zend framework. I got to the part where you create the virtual host. It never worked for me. And now my internet is down. I've been trying to figure it out and revert all the changes I did. My hostname is back to what it was, I deleted the other entry in the etc/hosts file. I can't even ping a website. It says Cannot connect to hostname when I try to open a page in the browser. Any help?
Apache virtual host is not effect to your internet connection.
Make sure is correct your internet setting in the machine. (IP/Route)
Restart you network.