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

[BUG] send_group_id 字段不能导入 #138

Closed
gongfuture opened this issue Dec 31, 2024 · 2 comments
Closed

[BUG] send_group_id 字段不能导入 #138

gongfuture opened this issue Dec 31, 2024 · 2 comments

Comments

@gongfuture
Copy link

gongfuture commented Dec 31, 2024

描述 bug
send_group_id填写但不能正确读取
(是不是我填错了

如何复现

  1. 我通过nb plugin install方式安装并导入了插件
  2. 在 nb启动 时候 初始化 情况下,出现了 如题 问题

报错截图 (python的报错请截最下面)
这里放截图,可使用任何截图工具截图,然后在这里按下 ** Ctrl + V **

12-31 10:55:58 [ERROR] nonebot_plugin_admin | ValueError:'Config' object has no attribute 'send_group_id'
12-31 10:55:58 [ERROR] nonebot_plugin_admin | 请配置send_group_id

没有上下文,就两行

环境

  • 操作系统

    • 版本 Windows 10 企业版 LTSC
    • 版本号 21H2
    • 安装日期 ‎2024/‎5/‎26
    • 操作系统内部版本 19044.3803
    • 体验 Windows Feature Experience Pack 1000.19053.1000.0
  • Python 版本

    • 3.10.11
  • Nonebot2 版本号

    • 2.4.1
  • 在那里下载的本插件

    • pypi (商店安装 或者 pip 安装(本质一样))
    • github ( 说明分支 )

其他内容

config:

# nonebot-plugin-admin
# 鉴黄配置:
# 腾讯云图片安全api
# tenid="xxxxxx"
# tenkeys="xxxxxx"
# # 是否开启禁言等操作的成功提示【不开启的话踢人/禁言等成功没有QQ消息提示】
# callback_notice=true # 如果不想开启设置成 false 或者不添加此配置项【默认关闭】
# ban_rand_time_min = 5  # 随机禁言最短时间(s) default: 1分钟
# ban_rand_time_max = 60  # 随机禁言最长时间(s) default: 30天: 60*60*24*30
# 早晚安配置:
send_group_id = ["611xxx274"]    # 必填 群号
send_switch_morning = True                      # 选填 True/False 默认开启 早上消息推送是否开启
send_switch_night = True                        # 选填 True/False 默认开启 晚上消息推送是否开启
send_mode = 1                 # 选填 默认模式2 模式1发送自定义句子,模式2随机调用一句
send_sentence_morning = ["早上好!","早安各位~"]    # 如果是模式1 此项必填,早上随机发送该字段中的一句
send_sentence_night = ["早点睡哦各位~","时间不早了哦~"]     # 如果是模式1 此项必填,晚上随机发送该字段中的一句
send_time_moring = "8 0"    # 选填 早上发送时间默认为7:00
send_time_night = "23 0"    # 选填 晚上发送时间默认为22:00  
...

@gongfuture
Copy link
Author

gongfuture commented Dec 31, 2024

image
注意到admin在apscheduler之前加载,可能与这个有关吗?
应该不是

@gongfuture
Copy link
Author

ok我的问题
.env.prod 开头 . 不知道怎么没了(

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

No branches or pull requests

1 participant