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

Reply via email to