You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Thanks for the really nice script. I was trying to use this for many channels (just need all the videos for each channels). It was working well, but then suddenly it started quitting with "[[ERROR] - An exception occurred while trying to retrieve the channel id"]
I looked into the Google API logs and I find that the errors are all 403. Is it because of exceeding the daily quota? or is it because there are way too many requests per second? What can I do about this?
The text was updated successfully, but these errors were encountered:
Hey @uttara-cmu. Sorry but I don't have time to dive into this. Normally if it is quota related I'd expect that the response contains information about the quota. You can check Google's API site to check your quota for the Youtube API; it'll tell you if that's the issue.
Could you post the details of a reponse that you receive here (ideally the complete response with headers)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for the really nice script. I was trying to use this for many channels (just need all the videos for each channels). It was working well, but then suddenly it started quitting with "[[ERROR] - An exception occurred while trying to retrieve the channel id"]
I looked into the Google API logs and I find that the errors are all 403. Is it because of exceeding the daily quota? or is it because there are way too many requests per second? What can I do about this?
The text was updated successfully, but these errors were encountered: