Aubin Paul wrote:
I can't get it to record, as it always fails with the following:

File "/usr/local/freevo/src/record_server.py", line 688, in minuteCheck
                     self.record_app.Record(rec_prog)
                             exceptions.AttributeError: 'NoneType'
                             object has no attribute 'Record'

Can you put print dir(self.record_app) there to see what attributes it does have?


In your local conf you should have:

plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')

Because recorD_server.py gets a handle on it by self.record_app = plugin.getbyname('RECORD')

It may also be possible that your recording plugin is crashing on loading it. Is there anything in the log near startup about it? If it is ok I think you just see 'ACTIVATING IVTV RECORD PLUGIN' or something.

-Rob



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to