- π³πΏNew Zealand quietone
@Chris Burge, thanks for responding!
Based on #21 I am closing this as a duplicate of π Trusting oembed resource responses can throws exceptions Active , moving credit
The check for media resource provider in core media is currently case sensitive.
Media module sets https://oembed.com/providers.json as the provider URL.
This URL has provider names which are in camel case. eg:
"provider_name": "SoundButt",
But - the configs saves the allowed provider in lower case (eg: soundbutt)
As a result, the provider check fails.
Attaching a patch for fix.
Closed: duplicate
10.1 β¨
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@Chris Burge, thanks for responding!
Based on #21 I am closing this as a duplicate of π Trusting oembed resource responses can throws exceptions Active , moving credit