The VCR_CMD line in your local_conf has changed. Specifically, all the
%s parts have become specific. Simplest solution is to either figure
out a new VCR_CMD or just remove it from your local_conf and use the
default.


On Fri, Mar 28, 2003 at 07:51:25PM -0800, Rich C wrote:
> Hello,
> 
> In src/tv/record_video.py, the variable cl_options is
> causing freevo to crash on me -the log is copied
> below.
> The changes between the v1.9 and v1.8 of
> record_video.py are as follows, reverting back to
> whats in v1.8 stops the crash.
> 
> Is there another way around this by adding some
> options in local_conf.py?
> 
> Regards,
> MC
> 
> v1.9  ------------------------
>     # Flexible command-line options
>     cl_options = { 'channel'  : tunerid,
>                    'filename' : rec_name,
>                    'seconds'  : len_secs,
>                    'timecode' : timecode_format }
> 
> 
>     # Build the commandline. The -frames option is
> added later by the daemon.
>     sch_cmd = config.VCR_CMD  % (tunerid, rec_name)
> 
> v1.8  ------------------------
>     sch_cmd = config.VCR_CMD % (tunerid, rec_name)
> 
> 
> --Freevo crashing log---------------------
> REC: generate_main
> using record_video event handler
> using record_video event handler
> using record_video event handler
> using record_video event handler
> using record_video event handler
> using record_video event handler
> Crash!
> Traceback (most recent call last):
>   File "src/main.py", line 650, in ?
>     main_func()
>   File "src/main.py", line 869, in main_func
>   File "src/tv/record_video.py", line 361, in
> eventhandler
>     menu.MenuWidget.eventhandler( menuwidget, event )
>   File "src/menu.py", line 518, in eventhandler
>     action( arg=menu.selected.action_arg, menuw=self )
>   File "src/tv/record_video.py", line 337, in
> set_schedule
>     sch_cmd = config.VCR_CMD % cl_options
> TypeError: not enough arguments for format string
> killall: Sending signal 9 to pid 1380
> ("./runtime/dll/freevo_loader ./runtime/ap
> ps/freevo_python src/main.py ")
> 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to