View Single Post
  #254  
Old 10-19-2010, 05:04 AM
vipher vipher is offline
Junior Member
 
Join Date: Jul 2010
Posts: 10
vipher is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Aeolus View Post
## however, when I selected option "1." followed by option "A." the following error messages came up...
rm: /temp/possibleshows.txt: No such file or directory
Downloading Index...
-bash: /temp/index.xml: No such file or directory

<Removed similar error messages>
Looks better. At this point you can probably run it by double clicking on the script, or changing to the directory and running:
> ./iView_Downloader_OSX_6.8.command

If it still gives error messages then there is a likely culprit. I remember this being a problem a while ago for some people. It's around line 25, the line:
TEMPDIR="$CURDIR"/temp

can be changed to:
TEMPDIR=$CURDIR

It makes things a bit messier (puts all the temp files in the current directory) but it seemed to make it work.
EDIT: Removed quotes on script change

Last edited by vipher : 10-19-2010 at 05:14 AM. Reason: Wrong script change
Reply With Quote