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

【错误回报】疑似兼容性错误 #8

Closed
NAOLIU opened this issue Apr 22, 2022 · 1 comment
Closed

【错误回报】疑似兼容性错误 #8

NAOLIU opened this issue Apr 22, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@NAOLIU
Copy link

NAOLIU commented Apr 22, 2022

在使用
nonepkg/plugin-mcstatus#4
这个MC服务器查询插件的时候,插件运行时,一直在报这个INFO,导致有点刷屏
插件作者说可能是本插件的问题

04-22 16:17:30 [INFO] nonebot | Event will be handled by <Matcher from nonebot_plugin_repeater, type=message, priority=10, temp=False>
04-22 16:17:30 [INFO] nonebot | Matcher <Matcher from nonebot_plugin_repeater, type=message, priority=10, temp=False> running complete
C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\apscheduler\util.py:436: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html
return tzinfo.localize(dt)
C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\mcstatus\utils.py:104: DeprecationWarning: 'MinecraftServer' is deprecated and is expected to be removed on 2022-08, use 'JavaServer' instead.
warnings.warn(warn_message, category=DeprecationWarning)
C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\mcstatus\utils.py:104: DeprecationWarning: 'MinecraftServer' is deprecated and is expected to be removed on 2022-08, use 'JavaServer' instead.
warnings.warn(warn_message, category=DeprecationWarning)
C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx_content.py:203: DeprecationWarning: Use 'content=<...>' to upload raw bytes/text content.
warnings.warn(message, DeprecationWarning)

@yanyongyu
Copy link
Member

上游apscheduler问题,duplicate of #7

@yanyongyu yanyongyu added the duplicate This issue or pull request already exists label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Development

No branches or pull requests

2 participants