Getting this localhost:8080 prompt window on every new page or redirection - google-chrome

I am getting this weird prompt window from yesterday since restarting my laptop on every redirection of url or whenever I open the new tab it just pops up. Going to localhost:8080 show unauthorized. Secondly in my developers option I have started seeing following 2 errors
1 content.static.js:20 GET http://localhost:8080/contentDocumentStart.js 401 (Unauthorized)
2 GET https://dw4sx0xk0hu8c.cloudfront.net/contentDocumentStart.js 403
Kindly if anyone can help. I have searched, came across few of the tomcat solution but I don't know what is the issue or how to sign in (more importantly whats it requiring it for).

For some odd reason I tried updating chrome and restarting it several times but in vain. The thing that worked is I restarted my PC (for some new software changes to take effect). And while browsing I noticed I wasn't getting the pop up window any more on chrome. So if it happens with someone, try restarting the PC.

Related

Why can't I open Remix IDE in my browser?

I can open Remix in the past smoothly, but today I can't open it anymore.
The web page reminds me to do a hard refresh. I tried for many times, but it doesn't work.
I have also tried to use another browser, change my proxy server and restart my computer. None of these solved my problem.
I can't reinstall my browser because my crypto wallet was plugged to it.
I wonder why this error occurs and how I can solve this to use Remix in my browser normally.

How do I eliminate err_invalid_response on my website?

' I run a website https://www.laughingmessiah.com made on Wix platform. Its giving me Err_invalid response error. I have tried following steps to get it running-
-Deleted my cookies and cache
-Tried it over multiple devices and different connections
-Tried using different browsers
-Did ipconfig/flush dns on command prompt
-Tried it on incognito mode
-Deleted and reinstalled chrome
-completely disabled my antivirus
-disabled all extensions on chrome
However none of the steps worked out. Would really appreciate if someone can suggest what is the issue out here. It was working fine few days back.

How to clear DNS cache in google chrome

On Linux Debian 10 (Buster), I am using the http(s) client google-chrome-stable.
I was configuring (nginx) and testing (chrome) a reverse proxy and it got cached using a wrong domain.
I fixed the configuration but it still resolve to the wrong domain.
I have tried to go chrome://net-internals/#dns and click on Clear host cache but that didn't change anything.
I have tried to go chrome://net-internals/#sockets and click on Flush socket pools but that didn't change anything.
I am not working with FireFox, so FireFox can resolve correctly (so does curl).
After about 10 minutes, without restarting chrome. I did F5 (refresh) and it was loading the proper page. I haven't found a manual way to immediatly clear chrome cache.
I am doing devops and I haven't solved this issue for years.
Would love to know how to do one day :O
What happens if you open developer console F12 and then hold down on the refresh button and then select empty cache and hard reload?
Take a look at this gif for an example.

Chromedriver times out after login

I am trying to run UI tests on Selenium. The website runs on SSL. When using Chromedriver, after login, the page keeps on loading and shows "Establishing secure connection" and then eventually times out. Chrome also shows the yellow triangle before the URL in the browser. However, I don't see the yellow triangle when I log into the website using Chrome outside of this. I further noticed that the standard settings in Chrome are not the same as the Chrome instance that opens up when Chromedriver fires it, not sure why.
Can someone tell me what might be going on here and how I can fix the issue?
It may be chromedriver issue. Try to downgrade it. Version 2.12 helped us with similar problem.
https://sites.google.com/a/chromium.org/chromedriver/downloads

Using Charles Debugging with Chrome gives me 1-3% "Connection timed out"

At my job, we use the debugging tool Charles Proxy a lot. So I always have it running in the background. Sometimes it's recording, other times it's not.
However, lately it has started acting up. For every web request I do, there is a 1-3% chance that it will fail to connect with the reason: "Connect: Connection timed out: connect"
Test case
I did a test with Charles: Use the 'repeat advanced' option on a file to fetch it 50 times:
As you can see, 2 of them failed. (And it took it 21 seconds to timeout). The 98 other times, it took ~4ms to complete the request.
I did the same test with Charles closed and Fiddler opened instead.
After 400 requests of the file, not a single one had failed.
Happens on normal usage
Here, it happened when I opened the company game site. A rather important request failed and thus, the site never fully loaded.
I have tried
I tried restarting my computer.
I tried updating to the newest version of Charles.
I tried uninstalling and installing Charles.
I tried disconnecting from the VPN we're on.
I tried closing down Charles and that seems to fix it. But I need to have Charles running and I don't want to open and close it all the time.
I tried using Firefox instead of Chrome and it seemed to happen very rarely or almost never. However Firefox is really bad to use when working with Flash.
Edit (Chrome net-internals)
I logged the output from chrome://net-internals/#events when trying to load a file that failed.
Pastebin dumps: http://pastebin.com/dgMaLMKc then http://pastebin.com/dAGpJCJy
It would seem this was caused by the program Ad Muncher. After closing it down, the timed out connections has apparently stopped.