You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/chatgpt-on-wechat/channel/chat_channel.py", line 289, in _send
self.send(reply, context)
File "/root/chatgpt-on-wechat/channel/feishu/feishu_channel.py", line 70, in send
reply_content = self._upload_image_url(reply.content, access_token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/chatgpt-on-wechat/channel/feishu/feishu_channel.py", line 144, in _upload_image_url
return upload_response.json().get("data").get("image_key")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
前置确认
操作系统类型?
Linux
运行的python版本是?
python 3.10
使用的chatgpt-on-wechat版本是?
Latest Release
运行的
channel
类型是?other
复现步骤 🕹
飞书画图无法显示
问题描述 😯
飞书画图无法显示
终端日志 📒
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/chatgpt-on-wechat/channel/chat_channel.py", line 289, in _send
self.send(reply, context)
File "/root/chatgpt-on-wechat/channel/feishu/feishu_channel.py", line 70, in send
reply_content = self._upload_image_url(reply.content, access_token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/chatgpt-on-wechat/channel/feishu/feishu_channel.py", line 144, in _upload_image_url
return upload_response.json().get("data").get("image_key")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered: