Anybody seen this one?  I haven't had time to look into it.  If not,
I'll look into it.  There's no "if not mess:"

UnboundLocalError: local variable 'stream' referenced before assignment
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/freevo/main.py", line 306, in
eventhandler
    app.eventhandler(event)
  File "/usr/share/pyshared/freevo/menu.py", line 842, in eventhandler
    self._handle_play_item(menu, event)
  File "/usr/share/pyshared/freevo/menu.py", line 654, in _handle_play_item
    action(arg=arg, menuw=self)
  File "/usr/share/pyshared/freevo/menu.py", line 106, in select
    self.function(arg=self.arg, menuw=menuw)
  File "/usr/share/pyshared/freevo/video/plugins/youtube.py", line 226,
in watchvideo
    playvideo2 = YoutubeVideoItem(_('bla'), stream, self)
UnboundLocalError: local variable 'stream' referenced before assignment

221         while proceso.poll() == None:
222             mess = follow.readline()
223             if mess:
224                 stream =  mess.strip()
225         # Create a fake VideoItem
226         playvideo2 = YoutubeVideoItem(_('bla'), stream, self)



------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to