Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

华为云测试的时候报错 #100

Open
a369626013 opened this issue Jun 28, 2022 · 0 comments
Open

华为云测试的时候报错 #100

a369626013 opened this issue Jun 28, 2022 · 0 comments

Comments

@a369626013
Copy link

{
"errorMessage": "Syntax error in module 'index'(invalid syntax (index.py, line 98))",
"errorType": "SyntaxError",
"stackTrace": [
"File "./index.py", line 98",
" def main_handler(event=None, context=None):"
]
}

日志
2022-06-28T15:46:46Z Start invoke request '13f09e03-1553-46e4-801c-c05acada9d59', version: latest
2022-06-28T15:46:46Z 13f09e03-1553-46e4-801c-c05acada9d59 ERROR Syntax error in module 'index'(invalid syntax (index.py, line 98))
Traceback (most recent call last):
File "/opt/function/code/index.py", line 98
def main_handler(event=None, context=None):
^
SyntaxError: invalid syntax
2022-06-28T15:46:46Z Finish invoke request '13f09e03-1553-46e4-801c-c05acada9d59'(invoke Failed), duration: 66.161ms, billing duration: 67ms, memory used: 95.953MB, billing memory: 256MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant