Quote:
Originally Posted by vipher
Ok so I had a go on one of the Mac's at uni and I got the same error as you did when I just double clicked on runme_first. I'm not really sure how to fix it. I tried changing the file to something like:
chmod 755 ./rtmpdump_universal
but that didn't work either. However if I opened a terminal, changed to the directory the files were in and ran it from there it worked just fine. The script didn't seem to give me any errors when running however I wasn't able to test it very well since it doesn't seem to be able to access the internet (probably requires proxy settings). I hope that helps you.
|
Thanks again Vipher
I ran the following command lines from Terminal after changing the directory as you suggested :
cd iView_Downloader_OSX_V6
##... then proceeded to manually perform the chmod as written in the runme_first script as...
chmod 755 rtmpdump_universal
chmod 755 flvstreamer_universal
chmod 755 ffmpeg
chmod 755 iView_Downloader_OSX_6.8.command
##... all good so far
I then pasted in the iView_Downloader_OSX_V6 script directly into terminal after copying the script from :
cat iView_Downloader_OSX_V6
## ... looks good with the menu options appearing as :
Please Select an Option
1. Add another show to the download list
2. View the download list
3. Clear the download list
4. Download the list (Always attempts to retry)
5. Convert all files in download list
6. Exit
## 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
-bash: /temp/index.xml: No such file or directory
-bash: /temp/index.xml: No such file or directory
-bash: /temp/index.xml: No such file or directory
-bash: /temp/index.xml: No such file or directory
Reading Index...
cat: /temp/index.xml: No such file or directory
-bash: /temp/series.txt: No such file or directory
cat: /temp/series.txt: No such file or directory
-bash: /temp/temp.txt: No such file or directory
mv: rename /temp/temp.txt to /temp/possibleshows.txt: No such file or directory
cat: /temp/possibleshows.txt: No such file or directory
-bash: /temp/filtered_shows.txt: No such file or directory
cat: /temp/filtered_shows.txt: No such file or directory
Select a number to add a show to download list, 'a' adds all,
0 adds nothing, and 's' allows you to search this list:
Thanks again for your help so far
Aeolus
Aeolus