Github ERR_CONNECTION_TIMED_OUT - github

I was trying to open github website on Chrome browser today, but it didn't open and showed ERR_CONNECTION_TIMED_OUT error. Except, it did run for a bit in between but hasn't worked since.
I have tried running it on a different browser, but it still isn't working. All my proxy settings (i.e no proxy) are right and all other websites are working. I was working under a proxy before but currently I'm not. The website was working well 2-3 days ago. If someone can explain why it is happening and how to solve this problem, it would be appreciated.

Just hard reset your router! It will 100% fix your problem. I had the same problem.

Related

Can't access github or spotify on Fedora

I'm pretty much a beginner in Fedora and Linux in general so I am pretty confused as to why this is happening. When I was at University everything worked fine, but after moving back home I'm not able to access Github or Spotify. When trying to push changes I keep getting the "unable to resolve host: github.com" error message, and when accessing Github.com or Spotify I get the issues attached in the screenshots.
I would love to provide more information but I'm not sure what I could add. If anyone could help me out it would be greatly appreciated.

Live server refreshing every second without changes in code file

When I'm using Live Server extension in VS Code, my browser is refreshing every second, even though I do not make nor save any changes in my code file.
Why is that happening and how to solve this problem?
Can anybody help me? :)
I had the same problem. The issue was my (unrelated) script was running in background and writing to a file in the same directory. Live server detected these changes and sent the "reload" request to the browser.
I had this issue recently as well, and I spoke with a couple of people while testing various browsers.
We figured out that the issue was there was too much loaded into VSCode and it was looking through every single project/written code.
I closed VSCode down and then opened my repo for the particular project in terminal. I then used code . which opens VSCode, it opened only that specific repo/folders and then tried using Live server which worked perfectly with no refreshes happening.

Unity3d issue with connecting

I'm coming here today because I've encountered an issue I can't seem to be able to solve on my own. I've been working for my company on Unity for 2 months now, and since 2-3 weeks I am no longer able to connect to my account via Unity.
Here's what happens when I try to do so :
I launch Unity, works fine.
I try to sign in : I can write down my mail, my password, it even tells me if I'm typing the wrong password, but as soon as the password is the good one, it crashes with this error window :
I sent a mail to the support, and even though they were quite quick to answer, it didn't help me much, they advised to uninstall and delete every single files from Unity, as well as try to disable firewall and antivirus, and to check if the problem persisted when I changed my internet connection. None of those worked. I also tried connection with another account, doesn't seem to work either. Finally, I can connect without a single issue to Unity's website with my ID/password.

Iceface 1.8 not working properly in IE11

I come across a wired issue with Icefaces in IE11. Once I submit a page via partial command button. The page has no response at all. There is nothing happened at all. And the issue cannot be simulated in another computer with IE11. I cannot figure out what's going on? I'm concern about the IE issue. Some versions of IE cannot be compatible with Icefaces stuff very well. But I cannot find obviously evidence. Does anyone have the same or similar issue? Any clue will be great to me. Appreciate very much.

long script error internet explorer

Please can someone help?
I've had facebook integration scripts running on my website for many years already with no problem. However, I am now being flooded with complaints from customers who use INTERNET EXPLORER saying that since an update to IE a week or so ago they are constantly getting the long-running script errors...
"Stop Running This Script.
A script on this page is causing Internet Explorer to run slowly.
If it continues to run, your computer might become unresponsive."
I've worked it out (by disabling scripts) that the problem is with the Facebook scripts.
Nothing has been changed in months on the website so it's not something I can figure out how to fix.
Scripts: Invite your friends, Like, Share page, etc
Please, please help
Thanks
Matt
I've ran into the same issue. I can reproduce the issue not just on my site, but on others as well when using IE 9 or IE 10 (have not tested with older IE versions). The issue seems to be a result of IE's compatibility view feature. If that is enabled for a website, which also has the facebook like button on the page of the site you're trying to load, a long running script error is produced (error from a function called _t). When I disable compatibility view for that website, the error goes away. I'm not sure if the issue is with the IE feature, or with facebook's button...I'm not getting same error from other scripts, nor other social buttons like google+, which makes me think the issue is on Facebook's end. I've been trying different IE setting configs for days now...so far, the only fix I can come up with is turn compatibility view off. And of course resolve issues so that compatibility view are not needed. Though telling your users they have to turn off compatibility view doesn't seem like an appropriate response...so I hope a better fix is found.