Project All Player Errors
Developing
GET
/projects/{projId}/analytics/{analyticsType}
Provides All Player Errors of a project
GET
/projects/<project_id>/analytics/player-error-log?start_time=2024-02-24T17:59:59.999Z&end_time=<time>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/66a1084b-4b6b-4001-a4ad-d34d13463068/analytics/player-error-log'
Response Response Example
200 - OK - Success
{"message":"project analytics resource was found.","result":{"message":"Media errors retrieved successfully","result":[{"last_occurred_at":"2024-03-02T05:40:30.967Z","message":"PIPELINE_ERROR_DECODE: video decode error!","occurrence":26},{"last_occurred_at":"2024-03-02T03:00:01.299Z","message":"","occurrence":9},{"last_occurred_at":"2024-03-02T05:36:41.484Z","message":"DECODER_ERROR_NOT_SUPPORTED: video decoder initialization failed","occurrence":7},{"last_occurred_at":"2024-03-02T06:57:44.691Z","message":"PIPELINE_ERROR_DISCONNECTED: video decode error!","occurrence":6},{"last_occurred_at":"2024-03-01T09:49:04.762Z","message":"AUDIO_RENDERER_ERROR: audio render error","occurrence":2},{"last_occurred_at":"2024-02-29T08:29:18.888Z","message":"","occurrence":1}]},"success":true}
Request
Path Params
projId
stringÂ
required
Example:
66a1084b-4b6b-4001-a4ad-d34d13463068
analyticsType
stringÂ
required
Example:
player-error-log
Query Params
start_time
stringÂ
optional
Example:
2024-02-24T17:59:59.999Z
end_time
stringÂ
optional
Example:
2024-03-02T17:59:59.999Z
Responses
Modified at 2025-06-19 04:59:01