Skip to content

Runtime.ExitError #10

Closed
Closed
@devdjdjdj

Description

@devdjdjdj

I am getting the following error when trying to run even the most basic function

START RequestId: eedc7f6f-d42d-4154-9b53-c9d2c984b603 Version: $LATEST
running with python
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/app/awslambdaric/__main__.py", line 21, in <module>
    main(sys.argv)
  File "/home/app/awslambdaric/__main__.py", line 17, in main
    bootstrap.run(app_root, handler, lambda_runtime_api_addr)
  File "/home/app/awslambdaric/bootstrap.py", line 416, in run
    event_request = lambda_runtime_client.wait_next_invocation()
  File "/home/app/awslambdaric/lambda_runtime_client.py", line 76, in wait_next_invocation
    response_body, headers = runtime_client.next()
AttributeError: 'NoneType' object has no attribute 'next'
Executing 'app.handler' in function directory '/home/app'
END RequestId: eedc7f6f-d42d-4154-9b53-c9d2c984b603
REPORT RequestId: eedc7f6f-d42d-4154-9b53-c9d2c984b603	Duration: 317.51 ms	Billed Duration: 318 ms	Memory Size: 2000 MB	Max Memory Used: 15 MB	
RequestId: eedc7f6f-d42d-4154-9b53-c9d2c984b603 Error: Runtime exited with error: exit status 1
Runtime.ExitError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions