View Single Post
Old 12-22-2010, 01:24 PM   PM User | #8
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Quote:
Originally Posted by einsteino
pls am having problem with ur youtube2mp3 app v1. each time i try to use it, i get an error message saying "Error downloading video!". i think am doing everything rite but i still cant get it to work rite. pls i would appreciate any tip u can offer me. thanx in anticipation.
Take a look at the DownloadVideo method in the class. If it returns false, then you get the error message you described. Many things could cause the method to return false.

The first thing I would do is comment out this line:

ini_set('display_errors',0);

...to see what PHP errors you are getting, if any.

Also, I would prefer it that you ask your questions within the forum post itself. Chances are that you are not the only person who has had such a problem, so others could benefit from hearing your questions and my responses.

I took the liberty of posting your original message in the forum thread dedicated to this topic.
__________________
Regards, R.J.

---------------------------------------------------------

Help spread the word! Like my YouTube-to-Mp3 Web Conversion Software on Facebook !! :)
chump2877 is offline   Reply With Quote