0017-00000259
Updated at:
Problem description
Calls to GetLiveChannelInfo, GetLiveChannelHistory, or GetLiveChannelStat fail with an error stating that ChannelName is invalid because it is not UTF-8 encoded.
Causes
The ChannelName value in the GetLiveChannel requests is invalid. The value must be UTF-8 encoded characters.
Examples
The following example shows a GetLiveChannelInfo request. The ChannelName path segment must be a valid UTF-8 string.
GET /ChannelName?live HTTP/1.1
Date: GMT date
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Authorization: SignatureValueSolutions
Confirm that the value you pass as ChannelName in GetLiveChannelInfo, GetLiveChannelHistory, and GetLiveChannelStat requests is UTF-8 encoded characters.
References
Is this page helpful?