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
Traceback (most recent call last):
File "/data/chatgpt-on-wechat/lib/itchat/components/register.py", line 63, in configured_reply
r = replyFn(msg)
File "/data/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 47, in handler_group_msg
WechatChannel().handle_group(cmsg)
File "/data/chatgpt-on-wechat/common/time_check.py", line 40, in _time_checker
f(self, *args, **kwargs) # 未开启时间模块则直接回答
File "/data/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 57, in wrapper
self.receivedMsgs[msgId] = True
File "/data/chatgpt-on-wechat/common/expired_dict.py", line 18, in setitem
expiry_time = datetime.now() + timedelta(seconds=self.expires_in_seconds)
TypeError: unsupported type for timedelta seconds component: NoneType
The text was updated successfully, but these errors were encountered:
前置确认
操作系统类型?
Linux
运行的python版本是?
python 3.10
使用的chatgpt-on-wechat版本是?
Latest Release
运行的
channel
类型是?wx(个人微信, itchat)
复现步骤 🕹
扫码登录 输入关键词报错
问题描述 😯
扫码登录 输入关键词报错
终端日志 📒
Traceback (most recent call last):
File "/data/chatgpt-on-wechat/lib/itchat/components/register.py", line 63, in configured_reply
r = replyFn(msg)
File "/data/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 47, in handler_group_msg
WechatChannel().handle_group(cmsg)
File "/data/chatgpt-on-wechat/common/time_check.py", line 40, in _time_checker
f(self, *args, **kwargs) # 未开启时间模块则直接回答
File "/data/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 57, in wrapper
self.receivedMsgs[msgId] = True
File "/data/chatgpt-on-wechat/common/expired_dict.py", line 18, in setitem
expiry_time = datetime.now() + timedelta(seconds=self.expires_in_seconds)
TypeError: unsupported type for timedelta seconds component: NoneType
The text was updated successfully, but these errors were encountered: