[ERROR] nonebot | Running Matcher(type='message', module=nonebot-
handle._run()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\Administrator\Desktop\nb-bot.venv\Lib\site-packages\nonebot\message.py", line 467, in check_and_run_matcher
await _run_matcher(
File "C:\Users\Administrator\Desktop\nb-bot.venv\Lib\site-packages\nonebot\message.py", line 419, in _run_matcher
await matcher.run(bot, event, state, stack, dependency_cache)
File "C:\Users\Administrator\Desktop\nb-bot.venv\Lib\site-packages\nonebot\internal\matcher\matcher.py", line 753, in run
await self.simple_run(bot, event, state, stack, dependency_cache)
File "C:\Users\Administrator\Desktop\nb-bot.venv\Lib\site-packages\nonebot\internal\matcher\matcher.py", line 728, in simple_run
await handler(
File "C:\Users\Administrator\Desktop\nb-bot.venv\Lib\site-packages\nonebot\dependencies__init.py", line 108, in call
return await cast(Callable[..., Awaitable[R]], self.call)(**values)
File "C:\Users\Administrator\Desktop\nb-bot.venv\Lib\site-packages\nonebot-plugin-ncm\init__.py", line 130, in receive_song
nncm.get_song(message_id=message_id["message_id"], nid=_id)
TypeError: 'NoneType' object is not subscriptable
[ERROR] nonebot | Running Matcher(type='message', module=nonebot- handle._run() File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "C:\Users\Administrator\Desktop\nb-bot.venv\Lib\site-packages\nonebot\message.py", line 467, in check_and_run_matcher await _run_matcher(