"Page 'http://127.0.0.1:63342...' requested without authorization." pop-up doesn't go away and ends up in 404.

After the latest update, these pop-ups started appearing in PyCharm:

I have no idea what this means; but when I click on the button and paste the URL (http://127.0.0.1:63342/api/toolbox/restart-notification?_ijt=somerandomstring) into my browser, I only ever get a "404 Not Found" error. The port is apparently open by the PyCharm instance.

It appears every 20 minutes or so, and is rather annoying. What could this be caused by, and how to fix it?

0
2 comments

The "Page ...' requested without authorization" pop-up suggests a local server issue or authentication problem with a development environment like JetBrains' IDEs. Using a mini proxy can help diagnose by intercepting local traffic, identifying where the authorization failure occurs and potentially resolving the 404 error.

 

 

3.5

0

Please sign in to leave a comment.