- Issue created by @vinmassaro
- @vinmassaro opened merge request.
- Status changed to Needs review
about 1 year ago 7:14pm 20 September 2023 - πΊπΈUnited States vinmassaro
Here is an MR that replaces
soundcloudfield_curl_get()
withsoundcloudfield_request()
and usesdrupal_http_request()
. I removed all of the proxy behavior because I believedrupal_http_request()
handles this automatically if the variables are set.Prior to this change, embeds were not appearing on the page for me. After this MR, I can again see an embed, but it is broken with the error "You have not provided a valid SoundCloud URL." This is a new issue where the markup transformations happening in
soundcloudfield_field_formatter_view()
seem to be sending the wrong $url parameter to the embed and the issue impacts 7.x and 2.0.x. I will open a separate issue for this.Thank you!