- Issue created by @vinmassaro
- Merge request !7Issue #3388657: Soundcloud blocking cURL requests, switch to drupal_http_request? β (Open) created by vinmassaro
- Status changed to Needs review
over 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!
- Status changed to Closed: outdated
3 months ago 5:03am 15 January 2025