Following error when trying to embed custom URL image link: "You have specified an invalid media URL or embed code."

rengomez - September 15, 2009 - 14:28
Project:Embedded Media Field
Version:6.x-1.x-dev
Component:Embedded Image Field
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

Hello

I get the above error everytime. Also, with embed video. For both I have enabled the processors on content types as well as the embeded media field configuration.

Thanks
naRen

#1

kobnim - September 27, 2009 - 20:57

subscribing

#2

rengomez - October 5, 2009 - 08:15

I still cannot get this to work. I selected Custom URL and pasted www.ibiza-voice.com/images/podcast_Tiefschwarz_r1_c1.jpg in the field but get the above error. Can someone please help.

Thanks
naRen

#3

rengomez - October 5, 2009 - 17:36
Category:support request» bug report

#4

edt - October 5, 2009 - 19:27

I'm having the same problem.
I found fixes for the old version but now it has all changed and it still doesnt work
Anyblody have any ideas?

#5

sdk - October 9, 2009 - 17:36

Same problem here...

#6

sdk - October 12, 2009 - 15:47

I updated to version 6.x-1.11 and the error persists.

#7

dyke it - November 5, 2009 - 05:44

i'm having the same problem with custom url for all types (video, audio, images)...please help! :)

#8

olivers - November 9, 2009 - 14:57

same here for videos

#9

mcfilms - November 14, 2009 - 21:50
Version:6.x-1.4» 6.x-1.x-dev

Hi -- I posed the rather lenthy post below HERE, but I believe it is more of an issue with Node Import. To any poster's who are having issues with HULU embedded media, I would point out that there is a small module that adds that flexibility.

_____________

Instead of "Me too"-ing this thread, here is some information that might help. I am using the very latest Dev version ( Of Node Import -- 6.x-1.x-dev 2009-Oct-10 ) and when I try and upload a small CSV of 5 records I too get the "You have specified an invalid media URL or embed code." I also get a total of 10 records. When I look at the failed record import I see it is trying to import:

"<object width=""512"" height=""296 ""><param name=""movie"" value=""http://www.hulu.com/embed/I4pabohtTHPGHBLqYoZD5g""></param><param name=""allowFullScreen"" value=""true""></param><embed src=""http://www.hulu.com/embed/I4pabohtTHPGHBLqYoZD5g"" type=""application/x-shockwave-flash"" allowFullScreen=""true""  width=""512"" height=""296""></embed></object>"

See all those double Quote marks? I think that is the root of the problem. Somehow it is not properly escaping the quotes and probably trying to import an array of all these little pieces.

I have included information about my set-up if any developer is interested. I cannot do too much in terms of coding, but if anybody sees this and has a patch they want me to try, I would be happy to do so.

Thank you,

Jerry Witt

AttachmentSize
lost.txt 5.9 KB
node_import-node_video-1.txt 36.86 KB

#10

cambiasso - November 26, 2009 - 16:39

Same error when trying to embed custom URL image link,
but embed custom URL VIDEO works!!

mah... O_o

#11

cambiasso - November 26, 2009 - 17:58

the problem is:

$_filedata = @getimagesize($_filename);

@getimagesize not works with external image URL..

in local with xampp works!

#12

cambiasso - November 27, 2009 - 08:47

for staff:

it's possible replace @getimagesize in custom_url.inc with curl mode?

#13

mcfilms - November 27, 2009 - 18:58

Staff? Who is this "staff" you speak of?

 
 

Drupal is a registered trademark of Dries Buytaert.