問題描述
GetLiveChannel等請求中的Channel名稱缺失或為空白字串。
問題原因
調用GetLiveChannelInfo、GetLiveChannelHistory
、GetLiveChannelStat介面時出現報錯,該報錯表示請求中的Channel名稱缺失或為空白字串。
問題樣本
以GetLiveChannelInfo介面作為樣本,GetLiveChannelInfo用於擷取指定LiveChannel的配置資訊。
GET /ChannelName?live HTTP/1.1
Date: GMT date
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Authorization: SignatureValue解決方案
檢查GetLiveChannelInfo、GetLiveChannelHistory
、GetLiveChannelStat介面,確保已經正確填寫Channel名稱。