YouTube Data API v3 - Error 500 getting playlist list -


i facing 500 internal server error message when trying get playlists pop music-topic channel ( https://www.youtube.com/channel/uce80foxpjydkkmo-byojdeg):

"error": {   "code": 500,   "message": null } 

i using youtube.playlists.list request youtube data api v3.

you can test on google api explorer following link: https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.playlists.list?part=snippet&channelid=uce80foxpjydkkmo-byojdeg&_h=1&

what's strange worked intented days ago.

any idea ?

thank you.

i tried request , 500 error. according link, 500 (internal error) response code indicates youtube experienced error handling request. retry request @ later time.

i tried different channel id , successful request. here request use.

https://www.googleapis.com/youtube/v3/playlists?part=snippet&channelid=ucnexqeqyg6wemmk9hpqcoeq&key=your_api_key 

i don't know if channel has issue or youtube itself. if try different channel, works.

so suggest error says, retry request @ later time. because said worked days ago.

for more information, can check thread.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -