Closed (fixed)
Project:
Media: SoundCloud
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2011 at 11:08 UTC
Updated:
14 Jan 2013 at 20:54 UTC
I am unable to embed via an URL. The URL validates but the player never shows up. The only thing which is printed is the URL, no error messages.
Example URL: http://soundcloud.com/djbl3nd/swagga-mix
Emfield version: 2.5
Comments
Comment #1
egouleau commentedsame here :/
the pb seems to be in the search of the audio file in the http request response in the function emaudio_souncloud_data in soundcloud.inc :
there is no match for $h1tags so $data['swf'] is NULL ...
it's a critical issue.
Comment #2
joachim commentedThat code doesn't exist any more in the module. Can you check you're using the latest release please?
Comment #3
jseffel commentedThe server were running 1.1, while I had PHP 5.3 and 1.3 locally. PHP 5.3 didn't like the $node sent as an reference in:
function emaudio_soundcloud_audio($embed, $width, $height, $field, &$item, $node, $autoplay) { ... }
Thats why it didnt work locally.
Case closed on my part.
Comment #4
joachim commented> PHP 5.3 didn't like the $node sent as an reference in
That was fixed yesterday and will be in the dev version sometime today.
Once you tackle that problem, do you still have the problem reported here?
Comment #5
egouleau commentedfor my case, actually my colleague did not use the latest version... i should have checked by myself, sorry :/
Comment #6
13rac1 commentedFixed per #5. Closing old issue.