Page 1 of 1

IcePodder getting all crashy on me

Posted: Fri May 04, 2007 7:06 pm
by Wally Balljacker
I don't know what happened, it was working fine, and now it just bombs out on me.

Code: Select all

[<class 'ipodder.players.XMMSPlayer'>, <class 'ipodder.players.NoPlayer'>]
Beep-Media-Player couldn't be imported
Traceback (most recent call last):
  File "CastPodderGui.py", line 3623, in ?
    main()
  File "CastPodderGui.py", line 3617, in main
    myApp = iPodderGui(ipodder)
  File "CastPodderGui.py", line 685, in __init__
    wx.App.__init__(self, False, None)
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7700, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7352, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "CastPodderGui.py", line 1533, in OnInit
    self.PopulateDownloadsTab()
  File "CastPodderGui.py", line 3359, in PopulateDownloadsTab
    self.DownloadTabLog(encinfo,prune=False)
  File "CastPodderGui.py", line 3254, in DownloadTabLog
    index = self.downloads.InsertStringItem(0,encinfo.item_title)
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_controls.py", line 4809, in InsertStringItem
    return _controls_.ListCtrl_InsertStringItem(*args, **kwargs)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-3: invalid data
I just love dealing with Python...

Posted: Fri May 04, 2007 7:14 pm
by Wally Balljacker
Nevermind, working ok now. I deleted all the config files in the "~/iPodderData" directory.