I am trying out the `make serve` in the pulumi-reg...
# registry
b
I am trying out the
make serve
in the pulumi-registry and it is complaining about the youtube shortcode. Basically it looks like it appends a
?rel=0
to URLS that the oembed endpoint doesn’t seem to like. Did this break with the latest hugo release or something I am doing wrong? Example error:
Copy code
ERROR The "youtube" shortcode was unable to get remote resource "<https://www.youtube.com/oembed?format=json&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWhWf48kcEXU%3Frel%3D0>". failed to fetch remote resource: Bad Request.
b
i dont think this is you doing anything wrong. found this https://github.com/gohugoio/hugo/issues/12396 im getting other errors though on the package card top of page; what version of hugo are you on?
b
I had gotten around it by removing all the ?rel=0 querystrings from the YouTube shortcodes.
👍🏻 1