We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
**我将您的代码运行之后
在app.py的:**
if name == "main": app.run(host="0.0.0.0", port=8008, debug=False)
这里运行之后出现的问题:
无法访问此网站 网址为 http://0.0.0.0:8008/ 的网页可能暂时无法连接,或者它已永久性地移动到了新网址。 ERR_ADDRESS_INVALID
The text was updated successfully, but these errors were encountered:
改成127.0.0.1:8008 ,但是路由跳转还是0.0.0.0。不知道flask是怎么设置的
Sorry, something went wrong.
将Ip地址改成127.0.0.1:8008后,还需要将跳转后html中相应的Ip做更改,就可以识别了。
No branches or pull requests
**我将您的代码运行之后
在app.py的:**
if name == "main":
app.run(host="0.0.0.0", port=8008, debug=False)
这里运行之后出现的问题:
无法访问此网站
网址为 http://0.0.0.0:8008/ 的网页可能暂时无法连接,或者它已永久性地移动到了新网址。
ERR_ADDRESS_INVALID
The text was updated successfully, but these errors were encountered: