Bug? ("Get video source file metadata" not working)

https://docs.joinpeertube.org/api-rest-reference.html#tag/Video/operation/getVideoSource

In my Peertube instance, I’m trying to use the above endpoint to get the video metadata, but i keep running into this error:

{
    "type": "about:blank",
    "title": "Not Found",
    "detail": "Video source not found",
    "status": 404,
    "docs": "https://docs.joinpeertube.org/api-rest-reference.html#operation/getVideoSource",
    "error": "Video source not found"
}

All other endpoints seem to be operating just fine, except for this one.

Why?
What could be the issue here and how do i resolve this?

Thanks

Hi,

Video source is not available for videos uploaded before PeerTube v4.3 and it exists only for uploaded videos (so it excludes for example imported videos)