Skip to content
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

Plugin: 省流 #3041

Open
ChenXu233 opened this issue Oct 19, 2024 · 9 comments · May be fixed by #3052
Open

Plugin: 省流 #3041

ChenXu233 opened this issue Oct 19, 2024 · 9 comments · May be fixed by #3052
Labels
Plugin Publish Plugin

Comments

@ChenXu233
Copy link
Contributor

PyPI 项目名

nonebot-plugin-summary

插件 import 包名

nonebot_plugin_summary

标签

[{"label":"省流","color":"#57f99a"},{"label":"AI","color":"#c0d048"}]

插件配置项

SUMMARY__TOKEN = TOKEN
@ChenXu233 ChenXu233 added the Plugin Publish Plugin label Oct 19, 2024
@noneflow noneflow bot changed the title Plugin: nonebot-plugin-summary Plugin: AI总结 Oct 19, 2024
@noneflow
Copy link
Contributor

noneflow bot commented Oct 19, 2024

📃 商店发布检查结果

Plugin: 省流

✅ 所有测试通过,一切准备就绪!

详情
  • ✅ 项目 nonebot-plugin-summary 已发布至 PyPI。
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 标签: 省流-#57f99a, AI-#c0d048。
  • ✅ 插件类型: application。
  • ✅ 插件支持的适配器: nonebot.adapters.feishu, nonebot.adapters.kaiheila, nonebot.adapters.onebot.v11, nonebot.adapters.onebot.v12, nonebot.adapters.qq, nonebot.adapters.red, nonebot.adapters.telegram。
  • ✅ 插件 加载测试 通过。

  • 💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。
    💡 当插件加载测试失败时,请发布新版本后在当前页面下评论任意内容以触发测试。

    ♻️ 评论已更新至最新检查结果

    💪 Powered by NoneFlow

    @ChenXu233
    Copy link
    Contributor Author

    🚀 update

    @noneflow noneflow bot changed the title Plugin: AI总结 Plugin: 省流 Oct 20, 2024
    @zhongwen-4
    Copy link
    Contributor

    zhongwen-4 commented Oct 20, 2024

    你的utils.py中尚未导入nonebot_plugin_userinfo和nonebot_plugin_orm,请在这里添加以下内容

    from nonebot import require
    require("nonebot_plugin_userinfo")
    require("nonebot_plugin_orm")

    @ChenXu233
    Copy link
    Contributor Author

    你的utils.py中尚未导入nonebot_plugin_userinfo和nonebot_plugin_orm,请在这里添加以下内容

    from nonebot import require
    require("nonebot_plugin_userinfo")
    require("nonebot_plugin_orm")

    直接在生产环境写了,没注意到这个问题,抱歉。
    不过似乎nonebot_plugin_orm已经被依赖链的nonebot_plugin_chatrecorder reqiure过了,似乎加不加都无所谓?

    🚀 update again

    @ChenXu233
    Copy link
    Contributor Author

    🚀 update again

    I'm a cat girl, so I always make mistakes meow. Please forgive me.....

    @ChenXu233
    Copy link
    Contributor Author

    🚀 update again and again

    I'm a cat girl, so I always make mistakes meow. Please forgive me again.....

    noneflow bot pushed a commit that referenced this issue Oct 20, 2024
    @noneflow noneflow bot linked a pull request Oct 20, 2024 that will close this issue
    @yanyongyu
    Copy link
    Member

    你的插件内使用了session插件但是你的插件依赖内并未添加和require

    @ChenXu233
    Copy link
    Contributor Author

    你的插件内使用了session插件但是你的插件依赖内并未添加和require

    我reqiure过nonebot_plugin_chatrecorder,而nonebot_plugin_chatrecorder又require了orm,session_orm, session,应该不会有问题吧?
    或者说规范化的话其实我应该把这几个全部都reqiure一遍喵?

    Copy link
    Contributor

    个人认为只要你插件直接依赖了都要声明一下

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Plugin Publish Plugin
    Development

    Successfully merging a pull request may close this issue.

    4 participants