Reputation: 67
I have been using Youtube API with v3 version to get playlist of youtube.
example url: https://www.googleapis.com/youtube/v3/playlistItems?playlistId=xxxxxxxxx
But I found sometime Youtube API response with error message "500 Internal Server Error"
How can I fix or prevent this error from using Youtube API?
Upvotes: 0
Views: 264
Reputation: 6729
This error usually comes from the YouTube side. You can refer to the related post about 500 Internal Server Error
and it all point out as an outage to the YouTube.
See relevant post:
Also, it was declared in the documentation as a failed request due to an internal error.
Upvotes: 0