bili-notice-hoshino icon indicating copy to clipboard operation
bili-notice-hoshino copied to clipboard

一个Hoshinobot插件,可以获得B站up主最新的动态并推送到QQ群中。

Results 8 bili-notice-hoshino issues
Sort by recently updated
recently updated
newest added

近期B站彻底停用了获取用户空间历史动态的API(既现在插件使用的API,以下称为旧API),而启用了新的获取用户动态列表的API(以下称为新API)。目前旧API获取到的数据大概率是 ```json { "code": 0, "message": "0", "ttl": 1, "data": { "has_more": 0, "cards": null, "next_offset": 0 } } ``` 由于`"code"`的值为0,通过了插件的条件判断,因此插件解析实际内容为Null的`"card"`字段时发生`TypeError: 'NoneType' object is not iterable`错误。这也是#38 和#39 所提及的问题的原因之一。 今天尝试新API时,添加真实浏览器UA和访客Cookies,都无法正常获取用户动态,获取到的返回结果`{"code":-352,"message":"-352","ttl":1}`。但是使用无痕浏览器,在访问b站主页获取访客Cookies后,可以轻易获取到正常结果。 ![image](https://github.com/kushidou/bili-notice-hoshino/assets/26197294/56ac5c50-2159-42c2-9ee6-8aa58955bc61)...

help wanted

![Screenshot_2024-03-22-01-14-32-30_2665fb67b16260a8d818298cef8dc107.jpg](https://github.com/kushidou/bili-notice-hoshino/assets/94856184/2f18bd52-162b-4829-ab67-08c904bc4d2f)

今天出现的报错,之前无问题 ``` [2024-03-19 16:38:08,198 b站动态监视器] ERROR: occured when doing scheduled job bili_watch. [2024-03-19 16:38:08,214 b站动态监视器] ERROR: 'NoneType' object is not iterable Traceback (most recent call last): File "D:\QQ-Bot\HoshinoBot_Blue\hoshino\service.py", line 350,...

大佬请教一下,我看了一下日志,很多时候会记录这个[WARNING]然后发不出来,具体日志在这里 `16:48:07 [INFO] ========== New Dynamic Card ========= 16:48:07 [INFO] UP=公主连结ReDive(353840826), Dynamic_id=895668223630901249, Type=64, ori_type=0 16:48:07 [WARNING] 'origin' 16:48:07 [DEBUG] Write skin info into up history 16:53:13 [INFO] Load up list...

大部分情况下,单个机器人的受众是同一群体,例如某游戏的玩家之类。 所以个人认为可以提供一个选项,指定关注某个用户对于机器人的所有群生效。

uid关注提示网络错误,请稍后再试 昵称关注直接提示 412错误 昨天刚从您的仓库拉下来的代码 也按要求配置了 麻烦看下问题出在哪里 谢谢啦 图片如下 hoshino只提示了这两段错误 ![捕获](https://github.com/user-attachments/assets/51de7760-a6d9-4413-ab59-1872428745de) ![捕获1](https://github.com/user-attachments/assets/bacb7916-695c-4dc5-8b8c-45aad3e2f8f1)

> 2024-06-25 16:09:41.079 | INFO | hoshino.modules.bili-notice-hoshino.dymgr::197 - Load up list success: 0 [2024-06-25 16:09:41,098 nonebot] ERROR: Failed to import "hoshino.modules.bili-notice-hoshino.bili_notice_hoshino", error: call_action() takes 2 positional arguments but 3 were...

![image](https://github.com/user-attachments/assets/15658caf-a14f-4ae2-a2c3-2f0f84d71955)