xieshang/AutoSpy

运行出错,按照教程来,x86和arm都是相同的错误

Opened this issue · 3 comments

2024-01-08 11:55:19,101 - auto_spy_bot.py - INFO: 参数加载完成
2024-01-08 11:55:19,101 - auto_spy_bot.py - INFO: 插件信息加载成功
Traceback (most recent call last):
File "auto_spy_bot.py", line 29, in
main(systype)
File "auto_spy.py", line 5081, in auto_spy.main
AttributeError: 'NoneType' object has no attribute 'upper'

我也是这样,Arm机子

这个问题可能是你的yaml文件的属性值留空了,即使是留空也要双引号 "" 表示空。

这个问题可能是你的yaml文件的属性值留空了,即使是留空也要双引号 "" 表示空。

感谢!已解决