[gpodder-devel] Preference Dialog errors in ver 228

  • From: robertkyoung at gmail.com (Robert Young)
  • Date: Thu, 4 Jan 2007 11:45:12 +1030

G'Day,

I checked out the latest GPodder from SVN and when I opened the preferences
dialog the following error appeared:

Traceback (most recent call last):
  File "./src/gpodder/gpodder.py", line 538, in on_itemPreferences_activate
    prop = Gpodderproperties()
  File "./src/gpodder/gpodder.py", line 927, in __init__
    SimpleGladeApp.__init__(self, path, root, domain, **kwargs)
  File "./src/gpodder/SimpleGladeApp.py", line 108, in __init__
    self.new()
  File "./src/gpodder/gpodder.py", line 939, in new
    self.chooserDownloadTo.set_filename( gl.downloaddir)
TypeError: GtkFileChooser.set_filename() argument 1 must be string, not None

When clicking OK in the dialog the following error appeared:
Traceback (most recent call last):
  File "./src/gpodder/gpodder.py", line 1090, in on_btnOK_clicked
    download_dir_size = gl.get_size( gl.downloaddir)
  File "./src/gpodder/libgpodder.py", line 318, in get_size
    if isfile( filename):
  File "/usr/lib/python2.4/posixpath.py", line 208, in isfile
    st = os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found

Unfortunately I don't have time/skills to debug these.

Thanks for the excellent program, and it's continuing development. I am very
keen to use the new Filesystem based MP3 sync!!!!

Regards,
Rob.


Other related posts: