-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YouTube shortcode for private videos causes error and failure to build site #12383
Comments
Having a published site with private videos doesn't sound like a common use case. |
It's an internal authenticated wiki site. |
So they can be silenced. Fixes gohugoio#12383
So they can be silenced. Fixes gohugoio#12383
Same error reproduce step: {{< youtube nEXXXXXXcyQ >}} // YT link private, but work in Hugo version 0.124.1
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I've xxx'ed the actual URL because it is a private video. So Hugo will not be allowed to view it while building the site. Which is probably why it gets a 403.
In previous versions, I'm assuming you were ignoring the error and the site builds and views perfectly OK. I can view the video, because I am logged in with my Google account.
I suspect this is going to cause a lot of people (with private videos) some pain.
NB this issue is similar to but NOT a duplicate of #12380 . Not a duplicate because they show a screenshot of a video failing to load in 0.124. On our site, videos load perfectly well with 0.124
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes, this IS the latest release!
The text was updated successfully, but these errors were encountered: