有没有大佬知道咋回事?难倒了。
抱歉,出错了:
Traceback (most recent call last):
File "class/panelPlugin.py", line 1895, in a
pluginObject = eval('plugin_main.' + get.name + '_main()')
File "", line 1, in
File "plugin/baidupan/baidupan_main.py", line 88, in __init__
auth = json.loads(public.ReadFile(self.__plugin_path + 'auth.json'))
File "/www/server/panel/pyenv/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
File "/www/server/panel/pyenv/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/www/server/panel/pyenv/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
|
|