问题描述
GetLiveChannel等请求中的Channel名称长度不合法,长度必须少于64。
问题原因
调用GetLiveChannelInfo、GetLiveChannelHistory
、GetLiveChannelStat接口时出现报错,该报错表示GetLiveChannel等请求中的Channel名称长度不合法,长度必须少于64。
问题示例
以GetLiveChannelInfo接口作为示例,GetLiveChannelInfo用于获取指定LiveChannel的配置信息,ChannelName长度需小于64。
GET /ChannelName?live HTTP/1.1
Date: GMT date
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Authorization: SignatureValue
解决方案
检查GetLiveChannelInfo、GetLiveChannelHistory
、GetLiveChannelStat接口,确保已经正确填写Channel名称。
相关文档
文档内容是否对您有帮助?