Re: [RDD] RDImport issue only just appeared

2012-03-06 Thread Guy Curtis
I get the exact same error when running the commands manually. It is on every 
single use of rdimport. I have no other information other than what i have 
given to you



Cheers,

Guy Curtis
Broadcast Engineer
A.K.A. TechnoBear
www.wazufm.org/cavederave


 From: Rob Landry 41001...@interpring.com
To: Guy Curtis guy.curt...@btinternet.com; User discussion about the 
Rivendell Radio Automation System rivendell-...@caspian.paravelsystems.com 
Sent: Monday, 5 March 2012, 22:57
Subject: Re: [RDD] RDImport issue only just appeared
 

Do you get the error if you run the command manually?

What if you change the file name? The cut number?

Invalid URL? I don't like error messages that aren't complete. File not 
found: /blah/blah/whatever.wav is a lot more helpful than just File not 
found. But I suppose YMMV.


Rob

On Mon, 5 Mar 2012, Guy Curtis wrote:

 ok so i have bash scripts to do my imports which i configure to run at
 certain times using crontab. Using the following bash script it was
 previously importing the files without issue:
 
 # !/bin/bash
 ESDAY=`date +%d`
 ESYEAR=`date +%y`
 ESMONTH=`date +%m`
 
 rdimport --delete-cuts --to-cart=030504 --delete-source ENVIROMENT
 /home/wazu/radiodropbox/EarthSky/${ESDAY}_${ESYEAR}${ESMONTH}*.mp3 2
 /home/wazu/Error/error-esimport.txt
 
 However now i am getting this error reported:
 
  Invalid URL, skipping
 /home/wazu/radiodropbox/EarthSky/05_1203Killer_Whales-90.mp3...
 
 The file exists the path is correct. I cannot work out why it cannot find
 it. Even made sure cart exists which it does
 


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


[RDD] RDImport issue only just appeared

2012-03-05 Thread Guy Curtis
ok so i have bash scripts to do my imports which i configure to run at certain 
times using crontab. Using the following bash script it was previously 
importing the files without issue:

# !/bin/bash
ESDAY=`date +%d`
ESYEAR=`date +%y`
ESMONTH=`date +%m`

rdimport --delete-cuts --to-cart=030504 --delete-source ENVIROMENT 
/home/wazu/radiodropbox/EarthSky/${ESDAY}_${ESYEAR}${ESMONTH}*.mp3 2 
/home/wazu/Error/error-esimport.txt


However now i am getting this error reported:

 Invalid URL, skipping 
/home/wazu/radiodropbox/EarthSky/05_1203Killer_Whales-90.mp3...

The file exists the path is correct. I cannot work out why it cannot find it. 
Even made sure cart exists which it does
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev


Re: [RDD] RDImport issue only just appeared

2012-03-05 Thread Rob Landry


Do you get the error if you run the command manually?

What if you change the file name? The cut number?

Invalid URL? I don't like error messages that aren't complete. File not 
found: /blah/blah/whatever.wav is a lot more helpful than just File not 
found. But I suppose YMMV.



Rob

On Mon, 5 Mar 2012, Guy Curtis wrote:


ok so i have bash scripts to do my imports which i configure to run at
certain times using crontab. Using the following bash script it was
previously importing the files without issue:

# !/bin/bash
ESDAY=`date +%d`
ESYEAR=`date +%y`
ESMONTH=`date +%m`

rdimport --delete-cuts --to-cart=030504 --delete-source ENVIROMENT
/home/wazu/radiodropbox/EarthSky/${ESDAY}_${ESYEAR}${ESMONTH}*.mp3 2
/home/wazu/Error/error-esimport.txt

However now i am getting this error reported:

 Invalid URL, skipping
/home/wazu/radiodropbox/EarthSky/05_1203Killer_Whales-90.mp3...

The file exists the path is correct. I cannot work out why it cannot find
it. Even made sure cart exists which it does

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev