-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
日志描述
2022-08-23 23:42:22,258 exporter.py[line:228] WARNING qq 0000000000: not get encough blog, get: 0, should get: 87
To Reproduce
执行导出日志操作,日志有至少一个评论
Expected behavior
获取评论时出错
Solution
原因检查是在 exporter.py 中的 def _get_blog_comment_data(self, blog_info) 函数中的 payload 请求参数写错了,目前版本是252行:
"uin": self._account_info.target_uin,
改为
"uin": self._account_info.self_uin,
后,可正常获取日志评论
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working