0017-00000257
Updated at:
Problem description
The ChannelName parameter is missing or set to an empty string in a request to GetLiveChannelInfo, GetLiveChannelHistory, or GetLiveChannelStat.
Causes
GetLiveChannelInfo, GetLiveChannelHistory, and GetLiveChannelStat all require a non-empty ChannelName value. If the parameter is omitted or left blank, the request fails with this error.
Examples
The following example shows a GetLiveChannelInfo request that triggers this error. The ChannelName segment in the path is missing a real channel name.
GET /ChannelName?live HTTP/1.1
Date: GMT date
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Authorization: SignatureValueSolutions
Set ChannelName to a valid, non-empty string value.
References
Is this page helpful?