Skip to content
New issue

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

[本地部署] 正常部署后,不能打开网页,修改后提问就出现“Connection errored out.” #287

Closed
yhxiong opened this issue Mar 22, 2023 · 4 comments
Labels
duplicate This issue or pull request already exists question Further information is requested

Comments

@yhxiong
Copy link

yhxiong commented Mar 22, 2023

感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
如果你不知道怎么填写,请先点击编辑框上方的“Preview”在预览中查看我们的说明,然后在空白行处填写信息~
问题:按所有步骤安装成功后,访问http://ip:7860 显示未发送任何数据。

错误描述

请简明描述该错误。另外,请注意替换issue标题中的“简短的错误描述”。
1:正常完成部署
1)先安装了python版本3.11.2
2)下载ChuanhuChatGPT最新包并解压
3)执行了pip3 install -r requirements.txt
更新了 gradio,当前版本号Version: 3.23.0
4)python3 ChuanhuChatbot.py 显示结果如下:
[root@JovialSelfreliant-VM ChuanhuChatGPT]# python3 ChuanhuChatbot.py
INFO:root:获取模板文件名列表
INFO:root:获取文件名列表,目录为templates,文件类型为['.csv', 'json'],是否为纯文本列表True
INFO:root:加载模板文件1 中文Prompts.json,模式为2(0为返回字典和下拉菜单,1为返回下拉菜单,2为返回字典)
INFO:root:Loading template...
INFO:root:您的IP区域:United States。
/usr/local/python3/lib/python3.11/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Row, please remove them: {'scale': 1}
warnings.warn(
/usr/local/python3/lib/python3.11/site-packages/gradio/deprecation.py:43: UserWarning: You have unused kwarg parameters in Files, please remove them: {'multiple': True}
warnings.warn(
INFO:root:获取模板文件名列表
INFO:root:获取文件名列表,目录为templates,文件类型为['.csv', 'json'],是否为纯文本列表True
INFO:root:获取模板文件名列表
INFO:root:获取文件名列表,目录为templates,文件类型为['.csv', 'json'],是否为纯文本列表True
INFO:root:获取模板文件名列表
INFO:root:获取文件名列表,目录为templates,文件类型为['.csv', 'json'],是否为纯文本列表True
INFO:root:加载模板文件1 中文Prompts.json,模式为1(0为返回字典和下拉菜单,1为返回下拉菜单,2为返回字典)
INFO:root:Loading template...
INFO:root:获取模板文件名列表
INFO:root:获取文件名列表,目录为templates,文件类型为['.csv', 'json'],是否为纯文本列表True
INFO:root:加载模板文件1 中文Prompts.json,模式为1(0为返回字典和下拉菜单,1为返回下拉菜单,2为返回字典)
INFO:root:Loading template...
INFO:root:获取历史记录文件名列表
INFO:root:获取文件名列表,目录为history,文件类型为['.json'],是否为纯文本列表True
INFO:root:获取历史记录文件名列表
INFO:root:获取文件名列表,目录为history,文件类型为['.json'],是否为纯文本列表True
INFO:root:
川虎的温馨提示:访问 http://localhost:7860 查看界面
Running on local URL: http://127.0.0.1:7860

To create a public link, set share=True in launch().

  5)保持服务器运行窗口不关闭,在另外一个网页访问http://ip:7860 显示结果如下:

该网页无法正常运作 未发送任何数据。
ERR_EMPTY_RESPONSE

复现操作

你之前干了什么,然后出现了错误呢?例如:

  1. 正常完成本地部署
    2。访问http://ip:7860失败。

错误截图

如果可以,请提供错误的截图,如本地部署的网页截图与终端错误报告的截图。
Uploading image.png…

终端(控制台)中的错误报告

如果可以,请复制终端中的主要错误报告。

![image](https://user-images.githubusercontent.com/44085182/226813445-14e4497e-249b-4c3a-8c2f-949823b03bea.png)

运行环境

桌面系统

请填写以下列表:

  • OS:
    CentOS Linux release 8.5.2111
    image

  • Browser: [ Chrome]

运行依赖

请填写以下列表:
你可以在终端中依次输入以下指令以查看软件版本:

pip show gradio
python --version

(如果你使用Python3,请将pip替换为pip3python替换为python3

  • Gradio version:3.23.0
  • Python (或Python3) version:3.11.2
    image

其他

补充说明
1)防火墙的端口7860已打开。
image
2)服务器地址是美国ip,可以访问chat.openai.com/chat.
3)已申请了api_key 并写在api_key.txt中,这两个文件都填好了。
image

谢谢!

@yhxiong yhxiong added the question Further information is requested label Mar 22, 2023
@yhxiong yhxiong changed the title [本地部署] 简短的错误描述 [本地部署] 正常部署后,不能打开网页! Mar 22, 2023
@yhxiong
Copy link
Author

yhxiong commented Mar 22, 2023

搞定了,是作者的ChuanhuChatbot.py代码出问题了。

在ChuanhuChatbot.py最后的一段中缺少服务器和端口的信息。
image
修改为:
image
就成功了!!!

@yhxiong
Copy link
Author

yhxiong commented Mar 22, 2023

还没高兴2秒,网页显示成功,但一发送问题就出错了!
image

@yhxiong yhxiong changed the title [本地部署] 正常部署后,不能打开网页! [本地部署] 正常部署后,能打开网页,但提问就出现“Connection errored out.” Mar 22, 2023
@yhxiong yhxiong changed the title [本地部署] 正常部署后,能打开网页,但提问就出现“Connection errored out.” [本地部署] 正常部署后,不能打开网页,修改后提问就出现“Connection errored out.” Mar 22, 2023
@GaiZhenbiao
Copy link
Owner

#89

@GaiZhenbiao GaiZhenbiao added the duplicate This issue or pull request already exists label Mar 22, 2023
@yhxiong
Copy link
Author

yhxiong commented Mar 22, 2023

多谢!成功了。
备注:
python3.11的routes.py路径发生了改变,在这个位置了:
/usr/local/python3/lib/python3.11/site-packages/gradio/routes.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants