AttributeError: 'NoneType' object has no attribute 'get'
Open
- Dominant language
- Python
- Stars
- 259
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I tried this tool to migrate services from AWS ECS cluster to AWS EKS Cluster. But I am struck with the below error:
File "/specctl/.venv/lib/python3.11/site-packages/specctl/ecs2k8s/ecs_parser.py", line 92, in ingress_parser
tg_name = tg_details.get("TargetGroupName")
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
Please kindly help me in resolving this error.
Thanks,
Hariharan.
Contributor guide
Assessment
This issue has not been assessed yet.