- Documentation
- API Reference
- Projects
- importer.vidinfra.com
- Auth
- User Registration
- User Login
- Verify-email
- Forgot Password
- Forgot Password Verify OTP
- Forgot Password Set
- Resend OTP
- Logout
- Set Password
- Check Account exists
- Update Password
- Google Oauth Redirect
- Google Oauth Callback
- api-access-check
- New Auth token using Refresh token
- Github Oauth Redirect
- Google Oauth Callback Copy
- Get User Sessions
- Delete User Sessions
- User
- Organization
- Organization's invitations
- Audits
- Members
- API Keys
- Folders
- Videos
- Video Metas
- Video Captions
- Video Chapter
- Uploads
- Tags
- Players
- Webhook Endpoints
- Advertisements
- Webhook Event Logs
- Analytics Direct Api
- geo-distribution
- Project Views
- avg video watch
- Total watch Time
- Project Avg Watch per Unique user
- Total Player Error
- project popularity-analysis
- Project Collection Insights
- Collection Views
- Collection avg Watch time
- Collection Avg Watch per unique user
- Collection Geo Distribution
- Get all Users
- User media views
- User Avg video watch
- user Player log
- user sessions
- Get all Video
- video Player error
- Video View
- video Geo Distribution
- video Avg watch
- copy
- Streams
- Stream Metas
- Usages
- Encoding profile
- Project Matrics
- Access Control
- Analytics
- Project Get geo-distributionGET
- project viewsGET
- Project avg video watch GET
- Project Total WatchGET
- Project Avg Watch per Unique userGET
- Project All Player ErrorsGET
- Project Popularity Analysis GET
- Project Collections insights GET
- Collection Geo DistributionGET
- Collection avg watch timeGET
- Collection avg watch per unique UserGET
- Collection Player error GET
- Video Geo DistributionGET
- Video viewsGET
- Video Avg WatchGET
- Video Player LogGET
- User GET
- User Avg Video WatchGET
- User Total WatchGET
- User player error logGET
- Plan
- Upload Tokens
- subscribe
- Transaction
- Invoice
- vimeo video importer
- test
- transcoding service
- transcoding service v2
- Welcome to vidinfraGET
- health checkGET
- Regions ListGET
- keyPOST
- Untitled EndpointGET
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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/v1/projects/66a1084b-4b6b-4001-a4ad-d34d13463068/analytics/player-error-log?start_time=2024-02-24T17:59:59.999Z&end_time=2024-03-02T17:59:59.999Z'
Responses
🟢200OK
application/json
Body
message
stringÂ
required
result
objectÂ
required
message
stringÂ
required
result
objectÂ
required
success
booleanÂ
required
Example
{"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}
🟢200OK