>  기사  >  백엔드 개발  >  七牛云异步处理失败

七牛云异步处理失败

WBOY
WBOY원래의
2016-06-06 20:36:502045검색

为什么失败
http://api.qiniu.com/status/get/prefop?id=5516810e7823de4068c5f0d8
出现

<code>{
    "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"
}
</code>

curl 访问的

<code>curl -i -d "bucket=xushubai&key=Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4&fops=xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k&notifyURL=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/
</code>

回复内容:

为什么失败
http://api.qiniu.com/status/get/prefop?id=5516810e7823de4068c5f0d8
出现

<code>{
    "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"
}
</code>

curl 访问的

<code>curl -i -d "bucket=xushubai&key=Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4&fops=xushubai.qiniudn.com/Recipe/bd217d108d2c5a6be2f87a2466d1df03.mp4?ab/1200k&notifyURL=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/
</code>

资源处理的命令是错误的,把fops操作修改成fops=avthumb/mp4/ab/1200k,然后重新签名再试下应该就没有问题了,音视频处理的具体参数可以参考 http://developer.qiniu.com/docs/v6/api/reference/fop/av/avthumb.html .

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.