Version 2.0rc3 (from CVS)
(CVS update run 6 Mar 2005, approx. 17:00 UTC)
I'm running this on Ubuntu Linux 4.10 (Python 2.3.4)
with cron or directly on the command line (no GUI).
I just updated my local copy of iPodder from SF and I
see this error in my log. I also saw this error before
I updated, but not on every run. I've only run iPodder
once since the last CVS update.
ERROR: CurryJob 182980133264 reports: Job failed with
uncaught exception.
Traceback (most recent call last):
File "/home/bdp/opt/iPodder2/ipodder/engine.py", line
35, in __call__
self.run()
File "/home/bdp/opt/iPodder2/ipodder/engine.py", line
72, in run
self.callable(*self.args, **self.kwargs)
File "opt/iPodder2/iPodder.py", line 852, in
updateplaylist
player = self.config.player
File
"/home/bdp/opt/iPodder2/ipodder/configuration.py", line
492, in __getattr__
return self.determine_player()
File
"/home/bdp/opt/iPodder2/ipodder/configuration.py", line
462, in determine_player
if player_type.lower() == 'none':
AttributeError: 'NoneType' object has no attribute 'lower'