Bugs item #1566553, was opened at 2006-09-27 18:35
Message generated for change (Comment added) made by johnmolohan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1566553&group_id=46652

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Molohan (johnmolohan)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in ivtv_xine plugin when XINE_TV_VO_DEV 

Initial Comment:
Hi Duncan,

the ivtv_xine plugin crahes on load if XINE_TV_VO_DEV
isn't set. I guess that local_conf.py should be updated
and maybe some error handling added to the plugin?

failed to load plugin tv.ivtv_xine_tv
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File
"/usr/lib/python2.4/site-packages/freevo/plugin.py",
line 572, in __load_plugin__
    p = eval(object)()
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 33, in __init__
    plugin.register(IVTV_XINE_TV(), plugin.TV)
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 40, in __init__
    self.xine = XineThread()
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 373, in __init__
    self.command = '%s %s -V %s -A %s --stdctl
pvr://%s' % \
AttributeError: 'module' object has no attribute
'XINE_TV_VO_DEV'


----------------------------------------------------------------------

>Comment By: John Molohan (johnmolohan)
Date: 2006-09-27 18:47

Message:
Logged In: YES 
user_id=774680

And again, XINE_TV_TIMESHIFT_FILEMASK,

failed to load plugin tv.ivtv_xine_tv
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/plugin.py",
line 572, in __load_plugin__
    p = eval(object)()
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 33, in __init__
    plugin.register(IVTV_XINE_TV(), plugin.TV)
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 40, in __init__
    self.xine = XineThread()
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 373, in __init__
    self.command = '%s %s -V %s -A %s --stdctl pvr://%s' % \
AttributeError: 'module' object has no attribute
'XINE_TV_TIMESHIFT_FILEMASK'


----------------------------------------------------------------------

Comment By: John Molohan (johnmolohan)
Date: 2006-09-27 18:36

Message:
Logged In: YES 
user_id=774680

Also need XINE_TV_AO_DEV

start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/plugin.py",
line 572, in __load_plugin__
    p = eval(object)()
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 33, in __init__
    plugin.register(IVTV_XINE_TV(), plugin.TV)
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 40, in __init__
    self.xine = XineThread()
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 373, in __init__
    self.command = '%s %s -V %s -A %s --stdctl pvr://%s' % \
AttributeError: 'module' object has no attribute
'XINE_TV_AO_DEV'

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1566553&group_id=46652

-------------------------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to