zhayujie / bot-on-anything

Connect AI models (like ChatGPT-3.5/4.0, Baidu Yiyan, New Bing, Bard) to apps (like Wechat, public account, DingTalk, Telegram, QQ). 将 ChatGPT、必应、文心一言、谷歌Bard 等对话模型连接各类应用,如微信、公众号、QQ、Telegram、Gmail、Slack、Web、企业微信、飞书、钉钉等。
MIT License
3.92k stars 915 forks source link

网页端一打开网址输入密码就会报错 #217

Open gaoxiaokang opened 1 year ago

gaoxiaokang commented 1 year ago

显示 /internal servererror the server encounter an 。。。。。ouerloaded

Jeffiano commented 1 year ago

显示 /internal servererror the server encounter an 。。。。。ouerloaded

控制台看下出错的日志

RegimenArsenic commented 1 year ago

可能没安装PyJWT包

z673168469 commented 1 year ago

同问,楼主搞定了吗?

z673168469 commented 1 year ago

我也是一登陆就提示错误信息: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

gaoxiaokang commented 1 year ago

可能没安装PyJWT包 显示已经安装了的

gaoxiaokang commented 1 year ago

还是原来的报错

RegimenArsenic commented 1 year ago

你要看后台报的什么错才能知道是什么问题

z673168469 commented 1 year ago

我是登陆后提示这个错误,不知道楼主是不是: [2023-03-29 18:51:09,828] ERROR in app: Exception on /login [POST] Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/http/http_channel.py", line 50, in login response.set_cookie(key='Authorization', value=token) File "/usr/local/lib/python3.6/site-packages/werkzeug/sansio/response.py", line 245, in set_cookie samesite=samesite, File "/usr/local/lib/python3.6/site-packages/werkzeug/http.py", line 1296, in dump_cookie value = _to_bytes(value, charset) File "/usr/local/lib/python3.6/site-packages/werkzeug/_internal.py", line 108, in _to_bytes raise TypeError("Expected bytes") TypeError: Expected bytes 43.207.68.134 - - [29/Mar/2023 18:51:09] "POST /login HTTP/1.1" 500 -

gaoxiaokang commented 1 year ago

是的

g.

@.*** |

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2023年03月30日 08:56 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [zhayujie/bot-on-anything] 网页端一打开网址输入密码就会报错 (Issue #217) |

我是登陆后提示这个错误,不知道楼主是不是: [2023-03-29 18:51:09,828] ERROR in app: Exception on /login [POST] Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/http/http_channel.py", line 50, in login response.set_cookie(key='Authorization', value=token) File "/usr/local/lib/python3.6/site-packages/werkzeug/sansio/response.py", line 245, in set_cookie samesite=samesite, File "/usr/local/lib/python3.6/site-packages/werkzeug/http.py", line 1296, in dump_cookie value = _to_bytes(value, charset) File "/usr/local/lib/python3.6/site-packages/werkzeug/_internal.py", line 108, in _to_bytes raise TypeError("Expected bytes") TypeError: Expected bytes 43.207.68.134 - - [29/Mar/2023 18:51:09] "POST /login HTTP/1.1" 500 -

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

RegimenArsenic commented 1 year ago

我是登陆后提示这个错误,不知道楼主是不是: [2023-03-29 18:51:09,828] ERROR in app: Exception on /login [POST] Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/http/http_channel.py", line 50, in login response.set_cookie(key='Authorization', value=token) File "/usr/local/lib/python3.6/site-packages/werkzeug/sansio/response.py", line 245, in set_cookie samesite=samesite, File "/usr/local/lib/python3.6/site-packages/werkzeug/http.py", line 1296, in dump_cookie value = _to_bytes(value, charset) File "/usr/local/lib/python3.6/site-packages/werkzeug/_internal.py", line 108, in _to_bytes raise TypeError("Expected bytes") TypeError: Expected bytes 43.207.68.134 - - [29/Mar/2023 18:51:09] "POST /login HTTP/1.1" 500 -

报这个错一般都是没装PyJWT包,见#203

z673168469 commented 1 year ago

解决了谢谢,楼主 执行 pip3 install Pyjwt 即可!但又出现了 网络故障,对话未送达 Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/http/http_channel.py", line 28, in chat reply_text = HttpChannel().handle(data=data) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/http/http_channel.py", line 65, in handle return super().build_reply_content(data["msg"], context) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/channel.py", line 31, in build_reply_content return Bridge().fetch_reply_content(query, context) File "/home/tools/chat3.5/bot-on-anything-1.0.0/bridge/bridge.py", line 9, in fetch_reply_content return model_factory.create_bot(config.conf().get("model").get("type")).reply(query, context) File "/home/tools/chat3.5/bot-on-anything-1.0.0/model/openai/chatgpt_model.py", line 36, in reply reply_content = self.reply_text(new_query, from_user_id, 0) File "/home/tools/chat3.5/bot-on-anything-1.0.0/model/openai/chatgpt_model.py", line 74, in reply_text except openai.error.Timeout as e: AttributeError: module 'openai.error' has no attribute 'Timeout' 43.207.68.134 - - [30/Mar/2023 10:43:25] "POST /chat HTTP/1.1" 500 -

RegimenArsenic commented 1 year ago

解决了谢谢,楼主 执行 pip3 install Pyjwt 即可!但又出现了 网络故障,对话未送达 Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/http/http_channel.py", line 28, in chat reply_text = HttpChannel().handle(data=data) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/http/http_channel.py", line 65, in handle return super().build_reply_content(data["msg"], context) File "/home/tools/chat3.5/bot-on-anything-1.0.0/channel/channel.py", line 31, in build_reply_content return Bridge().fetch_reply_content(query, context) File "/home/tools/chat3.5/bot-on-anything-1.0.0/bridge/bridge.py", line 9, in fetch_reply_content return model_factory.create_bot(config.conf().get("model").get("type")).reply(query, context) File "/home/tools/chat3.5/bot-on-anything-1.0.0/model/openai/chatgpt_model.py", line 36, in reply reply_content = self.reply_text(new_query, from_user_id, 0) File "/home/tools/chat3.5/bot-on-anything-1.0.0/model/openai/chatgpt_model.py", line 74, in reply_text except openai.error.Timeout as e: AttributeError: module 'openai.error' has no attribute 'Timeout' 43.207.68.134 - - [30/Mar/2023 10:43:25] "POST /chat HTTP/1.1" 500 -

连接openai超时,检查你的网络情况,openai代理配置情况

zyz3380 commented 1 year ago

我的也是这样,有解决方案吗大佬们 11