七牛云异步处理失败
程序员文章站
2024-02-02 12:23:16
...
为什么失败
http://api.qiniu.com/status/get/prefop?id=5516810e7823de4068c5f0d8
出现
http://api.qiniu.com/status/get/prefop?id=5516810e7823de4068c5f0d8
出现
{
"code": 3,
"desc": "The fop is failed",
"id": "5516810e7823de4068c5f0d8",
"inputBucket": "xushubai",
"inputKey": "Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4",
"items": [
{
"cmd": "xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k",
"code": 3,
"desc": "The fop is failed",
"error": "execute fop cmd failed: unsupported cmd "
}
],
"pipeline": "0.default",
"reqid": "default.bhsAADKZtg8qos8T"
}
curl 访问的
curl -i -d "bucket=xushubai&key=Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4&fops=xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k¬ifyURL=http://m.ideer.cn/api.php/Api/Public/sharingTopRanking" -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: QBox 9FMaTxskZVYmm1LQBucZpZdExa2Zvz7q-5y0x7t7:CeGwt84LxUTiaieN1g6V7JgKFPg=" "http://api.qiniu.com/pfop/
回复内容:
为什么失败
http://api.qiniu.com/status/get/prefop?id=5516810e7823de4068c5f0d8
出现
{
"code": 3,
"desc": "The fop is failed",
"id": "5516810e7823de4068c5f0d8",
"inputBucket": "xushubai",
"inputKey": "Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4",
"items": [
{
"cmd": "xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k",
"code": 3,
"desc": "The fop is failed",
"error": "execute fop cmd failed: unsupported cmd "
}
],
"pipeline": "0.default",
"reqid": "default.bhsAADKZtg8qos8T"
}
curl 访问的
curl -i -d "bucket=xushubai&key=Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4&fops=xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k¬ifyURL=http://m.ideer.cn/api.php/Api/Public/sharingTopRanking" -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: QBox 9FMaTxskZVYmm1LQBucZpZdExa2Zvz7q-5y0x7t7:CeGwt84LxUTiaieN1g6V7JgKFPg=" "http://api.qiniu.com/pfop/
资源处理的命令是错误的,把fops
操作修改成fops=avthumb/mp4/ab/1200k
,然后重新签名再试下应该就没有问题了,音视频处理的具体参数可以参考 http://developer.qiniu.com/docs/v6/api/reference/fop/av/avthumb.html .
上一篇: select-Mysql连表查询怎样加锁
下一篇: web方式ftp_php基础