monsterxcn / nonebot-plugin-gscode

🤖 NoneBot2 原神前瞻直播兑换码插件
https://pypi.python.org/pypi/nonebot-plugin-gscode
MIT License
27 stars 5 forks source link

KeyError: 'post id' #9

Closed xi-yue-233 closed 1 year ago

xi-yue-233 commented 1 year ago

L$ )T}@51NH5YPSV QWWGTG

monsterxcn commented 1 year ago

https://github.com/monsterxcn/nonebot-plugin-gscode/blob/83c6cb69426444073e64947508e372c0c24f8db7/nonebot_plugin_gscode/data_source.py#L90-L91

    if live_data_raw["is_end"]:
-       live_data["review"] = live_template["reviewUrl"]["args"]["post_id"]
+       live_data["review"] = live_template["reviewUrl"]["args"].get("post_id")
monsterxcn commented 1 year ago

不太懂啊,就是回放的那个帖子 ID 为啥又不在这里了,上次抓的时候这里时能拿到那个帖子 ID 的