宝塔面板无法访问,重启报错如下:
------------------------------------------------------
machine = os.uname().machine
AttributeError: 'tuple' object has no attribute 'machine'
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 43, in <module>
check_plugin_loader()
File "/www/server/panel/BT-Panel", line 34, in check_plugin_loader
machine = os.uname().machine
AttributeError: 'tuple' object has no attribute 'machine'
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 43, in <module>
check_plugin_loader()
File "/www/server/panel/BT-Panel", line 34, in check_plugin_loader
machine = os.uname().machine
AttributeError: 'tuple' object has no attribute 'machine'
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 43, in <module>
check_plugin_loader()
File "/www/server/panel/BT-Panel", line 34, in check_plugin_loader
machine = os.uname().machine
AttributeError: 'tuple' object has no attribute 'machine'
------------------------------------------------------
麻烦大佬看看啥原因
|
|