shiffman / shiffman.net

Archive of Daniel Shiffman website
https://shiffman-archive.netlify.app/
132 stars 66 forks source link

YouTube API connection is broken #74

Closed shiffman closed 5 years ago

shiffman commented 5 years ago
screen shot 2019-02-10 at 9 45 28 pm
sirluky commented 5 years ago

image this is the problem

shiffman commented 5 years ago

@phucduong86 Is the error that @sirluky mentions above still relevant? . . or is simply a matter of me going over rate limits as you described in a recent e-mail? Perhaps I'm using an old way to communicate with YouTube here as I don't have these issues at https://thecodingtrain.com

phucduong86 commented 5 years ago

@shiffman

  1. The above error is no longer relevant (it refers to an API key that has been removed). We still get an error from the API but it is just rate limits issue now.
  2. I took a quick look at thecodingtrain's code and it is actually not using the API at all. Each time you have a new video you or a contributor add a post with the video's metadata (eg 142.1-rubiks-cube.md_ and the page uses the video_id from this post to render the video card. image
shiffman commented 5 years ago

Thanks! I'll close this and will plan on filing a request for increasing the API limits.