I have a fairly fresh install of freevo going on debian. the base system 
seems to be working pretty well, but I am having a problem with 2 plugins
  I installed the weather plugin and the xmonline plugin, and both had the same 
error:
  Event Menu_select crashed
  this happens when I try to select the new menu item that the plugin creates
  I tried them each separately
  here is my log output:

  for weather:
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 315, in eventhan$
      app.eventhandler(event)
    File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 561, in 
eventhan$
      action( arg=arg, menuw=self )
    File "/usr/lib/python2.3/site-packages/freevo/plugins/weather.py", line 
639, $
      weather_item = WeatherItem(self, location)
    File "/usr/lib/python2.3/site-packages/freevo/plugins/weather.py", line 
188, $
      self.convertData = int(iLocation[1])
  ValueError: invalid literal for int(): <0>

  for XM


  Traceback (most recent call last):
    File "/usr/lib/python2.3/site-packages/freevo/main.py", line 315, in 
eventhan$
      app.eventhandler(event)
    File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 561, in 
eventhan$
      action( arg=arg, menuw=self )
    File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/xmradio.py", 
line$
      station_items += [ radio_item ]
  UnboundLocalError: local variable 'radio_item' referenced before assignment
-------------------------------------------------------------------------
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