{
"errorMessage": "File is not a zip file",
"errorType": "BadZipFile",
"stackTrace": [
[
"File \"/code/index.py\"",
"line 40",
"in handler",
"zipFile = zipfile.ZipFile('/tmp/config.zip')"
],
[
"File \"/var/fc/lang/python3.9/lib/python3.9/zipfile.py\"",
"line 1257",
"in init",
"self._RealGetContents()"
],
[
"File \"/var/fc/lang/python3.9/lib/python3.9/zipfile.py\"",
"line 1324",
"in _RealGetContents",
"raise BadZipFile(\"File is not a zip file\")"
]
]
}
阿里云测试函数时报错,上传的是zip压缩包呀
{ "errorMessage": "File is not a zip file", "errorType": "BadZipFile", "stackTrace": [ [ "File \"/code/index.py\"", "line 40", "in handler", "zipFile = zipfile.ZipFile('/tmp/config.zip')" ], [ "File \"/var/fc/lang/python3.9/lib/python3.9/zipfile.py\"", "line 1257", "in init", "self._RealGetContents()" ], [ "File \"/var/fc/lang/python3.9/lib/python3.9/zipfile.py\"", "line 1324", "in _RealGetContents", "raise BadZipFile(\"File is not a zip file\")" ] ] }