Failed to load resource: the server responded with a status of 404 (Not Found) http://eluxer.net/code?sesscheck=1&id=105&subid=51824_5848_

18,432

I fixed the problem making this steps:

  • Clear cache and cookies. Here You can see how.
  • Reset Chrome this way: Click on "Customize and control Google Chrome" in the upper right corner => Click on "Settings" => then "Advanced" => "Reset and clean up" => "Reset" => Restart Chrome.
  • Uninstall Chrome. For Windows 10 is this way: Close all Chrome windows and tabs => Right click on the "Start menu" => Click "Apps and Features" => Click on Google Chrome => Click "Uninstall" => (The current step will delete your user profile information, like your browser preferences, bookmarks and history, so if You want to save it, do it in advance! Mine profile information was save in my Google account.) Check this box "Also delete your browsing data" and click "Uninstall". Here is a video tutorial "How to uninstall Google Chrome web browser and remove all Google Chrome files from Your computer".
  • Install fresh copy of Google Chrome

After all this, The Error was gone but I had a new one:

enter image description here

I removed this error this way.

Finally all is clear:

enter image description here

Share:
18,432
Petya Kostova
Author by

Petya Kostova

namespace Mission { public class BecomeNinja { static void Main(string[] args) { Person me = new Person(); if (me.InspirationLevel == int.MaxValue && me.WantToCode) { me.Code(); me.LearnNewThingsEveryDay(); me = new CodeMaster(); } } } }

Updated on July 17, 2022

Comments

  • Petya Kostova
    Petya Kostova almost 2 years

    I use live-server to live reload folder with HTML, javascript and CSS files using Visual Studio Code.

    When I open the console in Google Chrome I see this

    error message:

    "Failed to load resource: the server responded with a status of 404 (Not Found) http://eluxer.net/code?sesscheck=1&id=105&subid=51824_5848_"

    I tried this with many different folders and every time there is the same message with live-server. Аt the same time, there is no error message when I open the HTML file direct in the browser (without live-server).

    Please, Can anyone tell me how to fix this?