Afrostream / afrostream-back-end

Simple backo for afrostream
1 stars 0 forks source link

PF: bug sur la PF ne doit pas bloquer l'admin au niveau de /api/videos/:videoId #394

Closed syndr0m closed 7 years ago

syndr0m commented 7 years ago

http://api.afrostream.tv/api/videos/f255653c-ced6-4aa6-9e7a-80e5239b01e7

{
"error": "[PF]: 89c28f7d14cda2924a2cfe5417f8f242 pfContent.profilesIds is not an array",
"message": "[PF]: 89c28f7d14cda2924a2cfe5417f8f242 pfContent.profilesIds is not an array",
"statusCode": 500,
"code": "Error"
}

dans le détail la PF est en erreur :

http://p-afsmsch-001.afrostream.tv:4000/api/contents?md5Hash=89c28f7d14cda2924a2cfe5417f8f242

[
{
"profilesIds": null,    <=== n'a pas été transcodé ?
"contentId": 12754,
"uuid": "c57a6164-1fe5-42f4-99d2-3b6c7dac7f34",
"md5Hash": "89c28f7d14cda2924a2cfe5417f8f242",
"filename": "/space/videos/sources/Brothers_13_HD-asm.mov",
"state": "ready",
"size": 27002035682,
"duration": "00:20:07",
"uspPackage": "disabled",
"drm": "disabled",
"createdAt": "2017-01-05 13:37:10",
"updatedAt": "2017-01-05 13:37:11"
}
]
syndr0m commented 7 years ago

done