awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

While creating live video using aws amplify, video resource is created as undefined and livestream throws error. #280

Closed ragamotiki closed 3 years ago

ragamotiki commented 3 years ago

Describe the bug While creating live video using aws amplify, video resource is created as undefined and livestream throws error.

To Reproduce Steps to reproduce the behavior: Please create a video in eu region using amplify add video

Expected behavior Supposed to create a video resource and share live stream

Screenshots image image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

wizage commented 3 years ago

Update to 3.7.0.

Fixed in #275

ragamotiki commented 3 years ago

Hi, I am sorry but update what to 3.7.0. My amplify version is 4.52 and node is 12.18.3 image I don't remember installing anything else.

Thanks!

wizage commented 3 years ago

npm i amplify-category-video -g

You installed this plugin this way :)

ragamotiki commented 3 years ago

yes i did and its version is 3.7.0.. still I see the problem

wizage commented 3 years ago

After installing 3.7.0

You need to run amplify delete video and clear the bad undefined resource.

Then run amplify add video and create a new livestream and it should work :)

ragamotiki commented 3 years ago

I deleted and added again.. It creates undefined resource again. Also the following error is thrown when pushed.

image

wizage commented 3 years ago

This is fixed. Please make sure you are on 3.8.0

ragamotiki commented 3 years ago

I am sorry but not fixed. I updated it to 3.8.0 and the problem still persists.