- Issue created by @freelock
- 🇨🇦Canada lindsay.wils
Just tried this on D10 with the same issues. Your update fixes the issue. Any chance of a patch being released with this update?
Thanks in advance
- 🇨🇦Canada lindsay.wils
Any update on a patch being created for this? This is unusable in D10.
Unfortunately I do not know how to create a patch, happy to try if there is a guide online somewhere?
Thanks
- Status changed to Needs work
almost 2 years ago 5:53am 29 August 2023 - 🇮🇳India shailja179 India
I am not getting this error on Drupal 10. Embed video is playing with autoplay.
Give me steps for the error, i can provide the patch if there is issue.
See the screenshot. - Status changed to Needs review
over 1 year ago 3:37pm 21 September 2023 - 🇧🇪Belgium matthiasm11
I had the same issue. The creator of issue https://www.drupal.org/project/media_oembed_control/issues/3388686 🐛 Exception thrown when trying to render a remote video field Fixed also had the same issue.
Attached patch.
- 🇺🇸United States jacobbell84
Is this patch backwards compatible with 8 and 9, or do we need to make a new Drupal 10 specific module release?
- Status changed to Closed: outdated
over 1 year ago 7:42pm 15 November 2023 - 🇺🇸United States jacobbell84
This was handled as part of 🐛 Exception thrown when trying to render a remote video field Fixed
- Status changed to Active
3 days ago 12:53am 4 June 2025 - 🇨🇦Canada noah
The fix for this appears to have been lost in the current beta—I'm seeing the error again, and src/Controller/OEmbedIframeController.php has regressed to
$request->query->get('media_oembed_control', NULL)
. The patch from 6 still applies and fixes the problem.The other fix from the patch at 🐛 Exception thrown when trying to render a remote video field Fixed has persisted, only this one appears to have regressed.