hello instead of "get_iplayer --get 6647 --verbose > "$HOME/log.txt" 2>&1"
try "get_iplayer --get 6647 --verbose 2>&1 | tee ~/log.txt" the 'tee' version will allow you to see what is being placed in the log.txt file. On Wed, May 3, 2017 at 2:02 AM, michael norman <michaeltnor...@gmail.com> wrote: > On 05/02/2017 12:25 PM, SquarePenguin wrote: >> >> On 02/05/17 12:01, michael norman wrote: >>> >>> I'll try that later. Thanks for help so far, got other things to do for >>> a while. >> >> >> OK. When you come back can you attempt the download again but with the >> following command to capture a log as a text file: >> >> get_iplayer --get 6647 --verbose > "$HOME/log.txt" 2>&1 >> >> The log.txt file will be saved to your $HOME directory. Then attach the >> log in a reply here (you may have to CC me directly to send the >> attachment if this list rejects it). >> >> It would be interesting to see which ffmpeg get_iplayer is using and >> it's configuration which should be included in the log. >> >> Thanks >> > > That command does not work. > > > > _______________________________________________ > get_iplayer mailing list > get_iplayer@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/get_iplayer -- terry l. ridder ><> _______________________________________________ get_iplayer mailing list get_iplayer@lists.infradead.org http://lists.infradead.org/mailman/listinfo/get_iplayer