YouTube Data API Error calling GET [URL] : (500) Backend Error

↘锁芯ラ 提交于 2019-12-04 01:46:51

问题


I want to grab all Subscribers of a Channel from the API. I do this onBehalfOfContentOwner.

And it works. But after 3700 channels i get and 500 Backend Error as response. If i wait 20-30 minutes it works again for another 1000 subscriber and then i get the 500 error again.

Error calling GET https://www.googleapis.com/youtube/v3/subscriptions?*****: (500) Backend Error 

Whats the reason for the 500 Backend Error bug? Too many Request? Bug in the API? My Quota is total fine.

Thanks


回答1:


After some emails with a Google Tech Guy, it seems like a bug in the API. If you get a 500 Backend Error wait some minutes and try again. If you still get a 500 Error try and wait some hours or some days. If you still get the error is a Bug in the API and you should contact them and tell them about the error.




回答2:


Are you trying to call all in the same script call? or are you splitting it up?

It might be that you are timing out.



来源:https://stackoverflow.com/questions/23017737/youtube-data-api-error-calling-get-url-500-backend-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!