aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

createstack error #20

Open wavizai opened 6 years ago

wavizai commented 6 years ago

Getting stack ROLLBACK_COMPLETE status.

[ build.pyc - Error in task "createstack" ] [ build.pyc - Aborting build ] Traceback (most recent call last): File "/usr/local/bin/pynt", line 9, in load_entry_point('pynt==0.8.1', 'console_scripts', 'pynt')() File "/usr/local/lib/python2.7/dist-packages/pynt/_pynt.py", line 295, in main build(sys.argv[1:]) File "/usr/local/lib/python2.7/dist-packages/pynt/_pynt.py", line 59, in build _run_from_task_names(module,args.tasks) File "/usr/local/lib/python2.7/dist-packages/pynt/_pynt.py", line 109, in _run_from_task_names _run(module, logger, task, completed_tasks, True, args, kwargs) File "/usr/local/lib/python2.7/dist-packages/pynt/_pynt.py", line 180, in _run task(*(args or []),*(kwargs or {})) File "/usr/local/lib/python2.7/dist-packages/pynt/_pynt.py", line 242, in call self.func.call(args,kwargs) File "build.py", line 184, in createstack cfn_stack_delete_waiter.wait(StackName=stack_name) File "/usr/local/lib/python2.7/dist-packages/botocore/waiter.py", line 53, in wait Waiter.wait(self, kwargs) File "/usr/local/lib/python2.7/dist-packages/botocore/waiter.py", line 323, in wait last_response=response, botocore.exceptions.WaiterError: Waiter StackCreateComplete failed: Waiter encountered a terminal failure state

ghost commented 6 years ago

Duplicate. Please check the other issue comments. Even I am stuck though