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
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/__init__.py", line 61, in start
await asyncio.gather(*[tr.add_job(rss) for rss in rss_list if not rss.stop])
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/my_trigger.py", line 37, in add_job
await check_update(rss)
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/my_trigger.py", line 21, in check_update
await rss_parsing.start(rss)
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/rss_parsing.py", line 115, in start
await pr.start(rss_name=rss.name, new_rss=new_rss)
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/parsing/parsing_rss.py", line 206, in start
self.state, _ = await _run_handlers(self.before_handler, self.rss, self.state)
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/parsing/parsing_rss.py", line 158, in _run_handlers
state.update(await handler.func(**handler_kwargs))
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/parsing/__init__.py", line 48, in handle_check_update
summary = get_summary(item)
File "/home/aaa/MyBot/src/plugins/ELF_RSS2/parsing/utils.py", line 17, in get_summary
item["content"][0]["value"] if item.get("content") else item["summary"]
KeyError: 'summary'
The text was updated successfully, but these errors were encountered:
ELF_RSS 、 go-cqhttp 、 nonebot 、 Python 版本及操作系统
列出安装的 Python 包
如何复现
更新订阅
期望行为
无报错
实际行为
The text was updated successfully, but these errors were encountered: