You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F:\CS\Project\MaaRougeHelper\MaaRogueHelper>python -m MaaDebugger --port 8080
Traceback (most recent call last):
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\site-packages\MaaDebugger\__main__.py", line 1, in<module>
from .main import main
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\site-packages\MaaDebugger\main.py", line 3, in<module>
from .webpage import index_page
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\site-packages\MaaDebugger\webpage\index_page\__init__.py", line 4, in<module>
from .runtime_control import main as runtime_control
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\site-packages\MaaDebugger\webpage\index_page\runtime_control.py", line 17, in<module>
class RecognitionRow:
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\site-packages\MaaDebugger\webpage\index_page\runtime_control.py", line 19, in RecognitionRow
class MyNotificationHandler(NotificationHandler):
File "C:\Users\qwqsh\AppData\Local\Programs\Python\Python310\lib\site-packages\MaaDebugger\webpage\index_page\runtime_control.py", line 28, in MyNotificationHandler
self, type: NotificationType, detail: NotificationHandler.TaskNextListDetail
AttributeError: type object 'NotificationHandler' has no attribute 'TaskNextListDetail'. Did you mean: 'NodeNextListDetail'?
安装 pre-release 版本后运行成功:
pip install --upgrade --pre MaaDebugger
是否需要更改1.4.0版本依赖的MaaFW版本?
The text was updated successfully, but these errors were encountered:
使用 pip 安装 MaaDebugger:
安装的版本:
由于MaaFw3.0对变量名的更改,无法使用 MaaDebugger:
安装 pre-release 版本后运行成功:
是否需要更改1.4.0版本依赖的MaaFW版本?
The text was updated successfully, but these errors were encountered: