AnzhiZhang / MCDReforgedPlugins

MCDReforged Plugins
GNU General Public License v3.0
95 stars 57 forks source link

[Bot]: minecraft_data_api 1.6.0: AttributeError: module 'minecraft_data_api.entry' has no attribute 'get_player_info' #221

Closed SkyIce0229 closed 3 months ago

SkyIce0229 commented 3 months ago

Plugin Name | 插件名

Bot-v1.1.5

Description | 描述

Exception in thread commandSpawn:
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.10/dist-packages/mcdreforged/api/decorator/new_thread.py", line 29, in wrapped_target
    raise e from None
  File "/usr/local/lib/python3.10/dist-packages/mcdreforged/api/decorator/new_thread.py", line 26, in wrapped_target
    self.__return_value = target(*args_, **kwargs_)
  File "plugins/Bot-v1.1.5.mcdr/bot/command_handler.py", line 449, in __command_spawn
  File "plugins/Bot-v1.1.5.mcdr/bot/bot_manager.py", line 197, in spawn
  File "plugins/Bot-v1.1.5.mcdr/bot/plugin.py", line 101, in get_location
AttributeError: module 'minecraft_data_api.entry' has no attribute 'get_player_info'

Screenshots丨截图

No response

Additional Information | 附加信息

No response

Confirmation

AnzhiZhang commented 3 months ago

你从哪下载的 1.6.0?

AnzhiZhang commented 3 months ago

See also: Fallen-Breath/MinecraftDataAPI#16