CurrentByGE / GE_Current_Documentation_V2

1 stars 0 forks source link

Get Image mediaOnDemand stay in state inprogress #2

Open mnadeau2 opened 7 years ago

mnadeau2 commented 7 years ago

When calling the get image mediaondemand endpoint with

{{mediaurl}}/ondemand/locations/{{parking_loc}}/media?mediaType=IMAGE&timestamp=1490551975000&page=0&size=100&sortBy=mediaLogId&sortDir=DESC

The returned pollUrl return seem to always stay at inprogress:

{ "status": "INPROGRESS", "listOfEntries": { "content": [ { "mediaType": "IMAGE", "mediaFileName": null, "mediaTimestamp": 1490551975000, "assetUid": "CAMERA-STG-HYP1074-CAM-R", "status": "INPROGRESS", "url": null }, { "mediaType": "IMAGE", "mediaFileName": null, "mediaTimestamp": 1490551975000, "assetUid": "CAMERA-STG-HYP1074-CAM-F", "status": "INPROGRESS", "url": null } ], "last": false, "totalElements": 2, "totalPages": 2, "numberOfElements": 2, "sort": null, "first": true, "size": 1, "number": 0 } }

malafreniere commented 7 years ago

+1