localhost/:1 Failed to load resource: the server responded with a status of 404 (Not Found)
时间: 2023-08-27 19:16:33 浏览: 174
回答: 根据引用和的内容,出现"localhost:5000 无法访问/host,port 配置无效(Error: Failed to load resource: the server responded with a status of 403 ())"的错误可能有两个问题。首先,可能是由于localhost:5000无法访问导致的。其次,可能是由于修改了域名或端口,但配置无效。为了解决这个问题,可以参考引用中提到的解决方案。其中,要避免使用PyCharm的Flask启动脚本,而是将其当作普通的Python脚本来运行,并将域名设为localhost以便让localhost和127.0.0.1都能访问。此外,可以尝试更换一个大一点的端口。通过在代码中添加如下语句可以修改端口:app.run(host="localhost", port=8900)。请参考引用中的完整代码示例以获得更多信息。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [ localhost:5000 无法访问/host,port 配置无效(Error: Failed to load resource: the server responded](https://blog.csdn.net/weixin_44691608/article/details/122654314)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文