REQUEST_DATE: 2023-11-03 18:29:35
PAN_VERSION: 8.0.34
OS_VERSION: CentOS 7.9.2009 x86_64(Py3.7.9)
REMOTE_ADDR: 101.26.32.148
REQUEST_URI: POST /files?action=UnZip
REQUEST_FORM: {'sfile': '/www/wwwroot/yx.zzyk.vip/wx/11-3/11-3.zip', 'dfile': '/www/wwwroot/yx.zzyk.vip/wx/11-3', 'type': 'zip', 'coding': 'UTF-8', 'password': '******'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Traceback (most recent call last):
File "/www/server/panel/pyenv/lib/python3.7/shutil.py", line 566, in move
os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: '/www/server/panel/tmp/7ba9482c177be74c22e589d228d2a2cd/files/主页/' -> '/www/wwwroot/yx.zzyk.vip/wx/11-3/files/主页/'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2172, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 2119, in run
result = getattr(toObject, get.action)(get)
File "/www/server/panel/class/files.py", line 1950, in UnZip
return self.__unzip(get)
File "/www/server/panel/class/files.py", line 2053, in __unzip
shutil.move(temp_unzip_path, unzip_path)
File "/www/server/panel/pyenv/lib/python3.7/shutil.py", line 580, in move
copy_function(src, real_dst)
File "/www/server/panel/pyenv/lib/python3.7/shutil.py", line 266, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/www/server/panel/pyenv/lib/python3.7/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '/www/server/panel/tmp/7ba9482c177be74c22e589d228d2a2cd/files/主页/'
|
|