Twitch API - channels video with a length over 300 hours, bug?

Hi,

I just encountered something I haven’t seen before. While parsing through a channels videos I found one with a length over 339 hours and with status recording. When I visit the video-url it’s just 9 min long though.

Is this a bug on the API or rather something the streamer himself has messed up?

The response:

{
    "title": "TI6 PLAYER LUL",
    "description": null,
    "broadcast_id": 22885141984,
    "broadcast_type": "archive",
    "status": "recording",
    "language": "en",
    "tag_list": "",
    "views": 20,
    "created_at": "2016-08-18T07:32:32Z",
    "url": "https:\/\/www.twitch.tv\/yapzordota\/v\/84267107",
    "_id": "v84267107",
    "recorded_at": "2016-08-18T07:32:16Z",
    "game": "Dota 2",
    "length": 1224179,
    "preview": "https:\/\/vod-secure.twitch.tv\/_404\/404_processing_320x240.png",
    "animated_preview": "https:\/\/vod-storyboards.twitch.tv\/9bfcc76e8e_yapzordota_22885141984_502463507\/storyboards\/84267107-gif.gif",
    "thumbnails": [],
    "fps": {
        "audio_only": 0,
        "chunked": 0,
        "high": 0,
        "low": 0,
        "medium": 0,
        "mobile": 0
    },
    "resolutions": [ ],
    "_links": {
        "self": "https:\/\/api.twitch.tv\/kraken\/videos\/v84267107",
        "channel": "https:\/\/api.twitch.tv\/kraken\/channels\/yapzordota"
    },
    "channel": {
        "name": "yapzordota",
        "display_name": "YapzOrdota"
    }
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.