Bugs item #1566562, was opened at 2006-09-27 20:48
Message generated for change (Comment added) made by duncanwebb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1566562&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: players
Group: None
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: John Molohan (johnmolohan)
Assigned to: Nobody/Anonymous (nobody)
Summary: Plugin ivtv_xine NameError: global name 'mode' is not define

Initial Comment:
Traceback (most recent call last):
  File
"/usr/lib/python2.4/site-packages/freevo/main.py", line
321, in eventhandler
    app.eventhandler(event)
  File
"/usr/lib/python2.4/site-packages/freevo/menu.py", line
381, in eventhandler
    if not isinstance(menu, Menu) and
menu.eventhandler(event):
  File
"/usr/lib/python2.4/site-packages/freevo/tv/tvguide.py",
line 232, in eventhandler
    self.player('tv', self.selected.channel_id)
  File
"/usr/lib/python2.4/site-packages/freevo/tv/tvmenu.py",
line 100, in start_tv
    plugin.getbyname(plugin.TV).Play(mode, tuner_id)
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 67, in Play
    self.mixer.start()
  File
"/usr/lib/python2.4/site-packages/freevo/tv/ivtv_xine_tv.py",
line 319, in start
    if mode == 'vcr':
NameError: global name 'mode' is not defined


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

>Comment By: Duncan Webb (duncanwebb)
Date: 2006-09-29 09:18

Message:
Logged In: YES 
user_id=104395

Fix applied in r8254.

Thanks John.

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

Comment By: Richard van Paasen (rvpaasen)
Date: 2006-09-28 00:10

Message:
Logged In: YES 
user_id=182311

All references to the class member 'mode' must be changed
into 'self.mode'. I guess that this changed between python
releases (?).


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1566562&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