-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法获取post[n]的user对象 #67
Comments
现在我只能暂时使用get_user_info接口,有没有更方便的方法呢 |
cc @Starry-ovo |
升级到2.10.1试试 |
贴吧后端好像做完灰度全量发布使用滚回7.x及以前版本客户端json接口中的冗余结构:把每个回复贴的用户元数据都放在 我在 https://github.com/n0099/TiebaMonitor/blob/1ed0332563d4deb02201cb2a3b18ce8816a68d9d/crawler/src/Tieba/Crawl/Facade/ReplyCrawlFacade.cs#L23 加的如下两个断点显示只有第二个断点( |
https://github.com/Starry-OvO/aiotieba/releases/tag/v2.10.2 中进一步指出:
所以带个 |
…37/aiotieba#67 (comment) , this allow us revert two previous commits 32168f6 and 31cd3ad @ `ClientRequester.PostProtoBuf()` + move update the parent thread of reply with the new title extracted from the first-floor reply in the first page from `PostParseHook()` into a new method `SaveParentThreadTitle()` - parent virtual method `BaseCrawlFacade.ParsePostsEmbeddedUsers()` and move its override to `FillAuthorInfoBackToReply()` - overridden parent virtual method `ThrowIfEmptyUsersEmbedInPosts()` @ ReplyCrawlFacade.cs * parse users stored in `response.Data.UserList` @ `PostParseHook()` - overridden parent virtual method `ThrowIfEmptyUsersEmbedInPosts()` @ (Thread|Reply)CrawlFacade.cs * no longer adding embed users into param `outUsers` @ `ParsePostsInternal()` * assign `outPost.AuthorUid` with `inPost.AuthorId` instead of `.Author.Uid` @ (Thread|Reply)Parser.cs * change required param `ThreadResponse.Types.Data data` to `IEnumerable<Thread> threads` @ `ThreadCrawlFacade.ParseLatestRepliers()`, also affects `ThreadArchiveCrawlFacade.PostParseHook()` $ `git submodule update --remote` @ crawler
Of course |
简要描述这个bug
去年功能一切正常,从2023年开始无法获取到post里的每个用户的个人信息
...
如何复现
使用client.get_posts方法
在何种场景下用何种操作复现
你希望程序作出何种行为
统计每个发帖人 回帖人的用户名 昵称 归属地
...
截图(可选)
...
The text was updated successfully, but these errors were encountered: