-
Notifications
You must be signed in to change notification settings - Fork 854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not set destination when creating MediaLive channel through lamda #5716
Comments
Moving to the Java SDK 2.x repo. |
I did not understand what you are trying to say |
By looking at the terminal in your screenshot, you created the destination MediaPackage channel Try calling MediaPackage ListChannels to confirm the newly created channel is present in the response, before moving on to the MediaLive CreateChannel request. If this doesn't solve the issue, please provide the verbose wirelogs (instructions here) with request IDs of the MediaLive CreateChannel problematic call, hopefully it will provide more insights. Make sure to redact any sensitive information, like access keys, before sharing the logs here. |
I have verified the mediaPackage is created before the 'createMediaLiveChannel3' function. but still the same error appears |
|
It looks like this issue has not been active for more than five days. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please add a comment to prevent automatic closure, or if the issue is already closed please feel free to reopen it. |
Upcoming End-of-Support
Describe the bug
I have created a lambda file that is supposed to create mideaLive Channel, The lamda function succesfully creates input Attachment, mediaPackage channel, but cannot set the destination. and gives following error.
Regression Issue
Expected Behavior
MediaLive channel should have been created.
Current Behavior
giving me the following error:
Exception in thread "main" software.amazon.awssdk.services.medialive.model.UnprocessableEntityException: outputGroups[0].outputGroupSettings.destination.channelId MediaPackage channel ID is invalid. The ID can have numbers, letters, underscores, and dashes. The ID is case sensitive.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
21
JDK version used
21
Operating System and version
ubuntu 20.04
The text was updated successfully, but these errors were encountered: