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

pynt webui gives error #16

Open rajdarbar opened 6 years ago

rajdarbar commented 6 years ago

hello,

when i run pynt webui it gives following error

[ build.pyc - Starting task "webui" ] Copying Web UI source from 'web-ui/' to build directory. Retrieving API key from stack 'video-analyzer-stack'. [ build.pyc - Error in task "webui" ] [ build.pyc - Aborting build ] Traceback (most recent call last): File "/home/einfochips/kinesisvideo/bin/pynt", line 11, in sys.exit(main()) File "/home/einfochips/kinesisvideo/local/lib/python2.7/site-packages/pynt/_pynt.py", line 295, in main build(sys.argv[1:]) File "/home/einfochips/kinesisvideo/local/lib/python2.7/site-packages/pynt/_pynt.py", line 59, in build _run_from_task_names(module,args.tasks) File "/home/einfochips/kinesisvideo/local/lib/python2.7/site-packages/pynt/_pynt.py", line 109, in _run_from_task_names _run(module, logger, task, completed_tasks, True, args, kwargs) File "/home/einfochips/kinesisvideo/local/lib/python2.7/site-packages/pynt/_pynt.py", line 180, in _run task(*(args or []),*(kwargs or {})) File "/home/einfochips/kinesisvideo/local/lib/python2.7/site-packages/pynt/_pynt.py", line 242, in call self.func.call(args,**kwargs) File "build.py", line 326, in webui LogicalResourceId=cfn_params_dict["ApiGatewayRestApiNameParameter"] File "/home/einfochips/kinesisvideo/local/lib/python2.7/site-packages/botocore/client.py", line 317, in _api_call return self._make_api_call(operation_name, kwargs) File "/home/einfochips/kinesisvideo/local/lib/python2.7/site-packages/botocore/client.py", line 615, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (ValidationError) when calling the DescribeStackResource operation: Resource VidAnalyzerRestApi does not exist for stack video-analyzer-stack

RATHINAMOORTHY commented 6 years ago

Hi I am getting the same error..any solution?