# Youtube embeds missing

**URL:** https://meta.discourse.org/t/youtube-embeds-missing/47718
**Category:** Support
**Created:** [July 24, 2016, 3:50pm UTC](https://meta.discourse.org/t/youtube-embeds-missing/47718 "2016-07-24T15:50:16Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Iceman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iceman/32/181309_2.png) [@Iceman](https://meta.discourse.org/u/Iceman)
#### Post date: [May 23, 2020, 6:57pm UTC](https://meta.discourse.org/t/youtube-embeds-missing/47718/6 "2020-05-23T18:57:30Z")

</div>

> [@Overgrow](#):
>
> Has anyone got a problem when rebaking posts running into 429 Too Many Requests for [youtube.com](http://youtube.com)?

> [@md-misko](#):
>
> I have encountered this too, it is a temporary IP ban (1h, I believe), and all youtube oneboxes fail for the rebaked posts during that time.

Recently after a series of changes and upgrades to my Discourse Installation, only two things are missing. One is [not being able to rebuild the data container](https://meta.discourse.org/t/how-to-move-from-standalone-container-to-separate-web-and-data-containers/29413/67), and I’m trying to figure it out, but the other is that every onebox works except with YouTube URLs.

From inside the server and container I can CURL to YouTube, how can I make sure that it is due to temporary IP Ban?

**Edit** : Can confirm that neither Rebuild (App) nor Rebake affect this issue.

**Edit 2** : By searching I saw that @jomaxro commented [here](https://meta.discourse.org/t/onebox-not-working-after-discourse-upgrade/73223/7) that things like CloudFlare can affect Oneboxes… can a CDN affect just one Onebox? Tried putting it on Development Mode but no changes.

**Edit 3** : Tried removing all plugins. Nothing changed. (Also, I’m unable to rebake since it seems that processes cut each other).

**Edit 4** : Tried @Overgrow’s command and yep, indeed _I have a problem_

```
[1] pry(main)> posts = Post.where("raw like '%youtube%'").count
=> 72674

```

I’m having a hard time trying to run the rebake commands because my container is throwing me this:

`PG::UnableToSend: no connection to the server`

`PG::ConnectionBad: PQconsumeInput() SSL SYSCALL error: EOF detected`

Do I need to stop something?

---

_[View the full topic](https://meta.discourse.org/t/youtube-embeds-missing/47718)._
