TypeError: Invalid RFC-3339 date-time value when using client-medialive DescribeChannelCommand #6782
Open
3 of 4 tasks
Labels
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
p2
This is a standard priority issue
Checkboxes for prior research
Describe the bug
The DescribeChannelCommand throws an error Invalid RFC-3339 date-time value. The request itself is successful with an http code 200, but the response body fails to deserialize due to an invalid date format.
Regression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.17.0
Reproduction Steps
Observed Behavior
Expected Behavior
Expected behavior is to receive the description of the channel.
Possible Solution
As a workaround we can use the
ListChannelsCommand
and filter the result manually with the channel id. TheListChannelsCommand
is not affected by the issue.Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: