Hi Duncan,

I had been using TV_RECORD_PADDING = 0 * 60 with no 
TV_RECORD_PADDING_PRE/POST set. After updating to 9398 I get the 
following unless PRE is set

autoshutdown.py (350): timer reset, received event MENU_PROCESS_END
autoshutdown.py (343): autoshutdown timer reset
autoshutdown.py (350): timer reset, received event MENU_PROCESS_END
Crash!
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 462, in ?
    MainTread().run()
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 326, in run
    self.eventhandler(rc.get_event(True))
  File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 126, in 
get_event
    return get_singleton().get_event(blocking)
  File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 641, in 
get_event
    self.poll()
  File "/usr/lib/python2.4/site-packages/freevo/rc.py", line 624, in poll
    c[0](*c[4])
  File "/usr/lib/python2.4/site-packages/freevo/plugins/upsoon.py", line 
206, in poll
    secs_to_next = self.next_program.start - 
config.TV_RECORD_PADDING_PRE - int(now + 0.5)
TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'

John

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to