加载资源失败:服务器响应状态为 404(未找到) http://eluxer.net/code?sesscheck=1&id=105&subid=51824_5848_
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_
我使用实时服务器通过 Visual Studio Code
实时重新加载包含 HTML
、javascript
和 CSS
文件的文件夹。
当我在 Google Chrome 中打开控制台时,我看到了这个
:
"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_"
我对许多不同的文件夹进行了尝试,每次在实时服务器上都有相同的消息。同时,当我直接在浏览器中打开 HTML
文件(没有实时服务器)时没有错误消息。
拜托,谁能告诉我如何解决这个问题?
我解决了这个问题:
- 清除缓存和 cookie。Here您可以看到如何操作。
- 重置Chrome这样:点击右上角的"Customize and control Google Chrome"=>点击"Settings"=>然后"Advanced" => "Reset and clean up" => "Reset" => 重启 Chrome.
- 卸载Chrome.对于
Windows 10
是这样的:关闭所有Chromewindows和标签=>右击在 "Start menu" => 单击 "Apps and Features" => 单击 Google Chrome
=> 单击 "Uninstall" => (当前步骤将删除您的用户个人资料信息,例如您的浏览器首选项,书签和历史记录,所以如果你想保存它,请提前保存!我的个人资料信息保存在我的 Google 帐户中。)选中此框 "Also delete your browsing data" 并单击 "Uninstall"。这是一个video tutorial "How to uninstall Google Chrome web browser and remove all Google Chrome files from Your computer".
- 安装 Google Chrome
的新副本
经过这一切,错误消失了,但我有了一个新错误:
我删除了这个错误。
终于明白了:
我遇到过这个问题。
如果您只是在测试/开发。您可以使用 Incognito、ctrl+shift+n
此模式可快速解决问题,您可以继续 testing/dev。
但请按照其他步骤进行永久修复。
我使用实时服务器通过 Visual Studio Code
实时重新加载包含 HTML
、javascript
和 CSS
文件的文件夹。
当我在 Google Chrome 中打开控制台时,我看到了这个
"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_"
我对许多不同的文件夹进行了尝试,每次在实时服务器上都有相同的消息。同时,当我直接在浏览器中打开 HTML
文件(没有实时服务器)时没有错误消息。
拜托,谁能告诉我如何解决这个问题?
我解决了这个问题:
- 清除缓存和 cookie。Here您可以看到如何操作。
- 重置Chrome这样:点击右上角的"Customize and control Google Chrome"=>点击"Settings"=>然后"Advanced" => "Reset and clean up" => "Reset" => 重启 Chrome.
- 卸载Chrome.对于
Windows 10
是这样的:关闭所有Chromewindows和标签=>右击在 "Start menu" => 单击 "Apps and Features" => 单击Google Chrome
=> 单击 "Uninstall" => (当前步骤将删除您的用户个人资料信息,例如您的浏览器首选项,书签和历史记录,所以如果你想保存它,请提前保存!我的个人资料信息保存在我的 Google 帐户中。)选中此框 "Also delete your browsing data" 并单击 "Uninstall"。这是一个video tutorial "How to uninstall Google Chrome web browser and remove all Google Chrome files from Your computer". - 安装 Google Chrome 的新副本
经过这一切,错误消失了,但我有了一个新错误:
我删除了这个错误
终于明白了:
我遇到过这个问题。
如果您只是在测试/开发。您可以使用 Incognito、ctrl+shift+n
此模式可快速解决问题,您可以继续 testing/dev。
但请按照其他步骤进行永久修复。