I am getting an error while fetching the video for execution

I am getting an error while fetching the video for execution. The URL that is receiving from LambdaTest is throwing an error “NoSuchBucket”.

Here’s the actual video link that is fetched from the API

https://s3.amazonaws.com/test-artefacts-prodorgId-ID/TestID/video/video.mp4?orgId=ID https://s3.amazonaws.com/test-artefacts-prodorgId-ID/TestID/video/video.mp4?orgId= https://s3.amazonaws.com/test-artefacts-prodorgId-ID/TestID/video/video.mp4?orgId=ID

Hi Aaron!

You need to use the Video link as

https://s3.amazonaws.com/test-artefacts-prod/orgId-293274/testid/video/video.mp4?orgId=ID

There is a ‘/’ missing in the URL which is why you are getting the error. The video retreival will work fine if you use this URL now.