http://bugs.gpodder.org/show_bug.cgi?id=183

           Summary: gPodder doesn't start anymore
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: high
         Component: Application
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
   Estimated Hours: 0.0


After an "git pull" from git://repo.or.cz/gpodder to receive the latest source,
there is the following error if I try to start gPodder with "gpodder --local"

Traceback (most recent call last):
  File "/opt/gpodder/bin/gpodder", line 171, in <module>
    sys.exit( main())
  File "/opt/gpodder/bin/gpodder", line 167, in main
    gui.main()
  File "/opt/gpodder/src/gpodder/gui.py", line 3528, in main
    gPodder().run()
  File "/opt/gpodder/src/gpodder/gui.py", line 130, in __init__
    SimpleGladeApp.SimpleGladeApp.__init__( self, path, root, domain, **kwargs)
  File "/opt/gpodder/src/gpodder/SimpleGladeApp.py", line 110, in __init__
    self.new()
  File "/opt/gpodder/src/gpodder/gui.py", line 523, in new
    self.update_feed_cache(force_update=gl.config.update_on_startup)
  File "/opt/gpodder/src/gpodder/gui.py", line 1423, in update_feed_cache
    self.treeview_channel_set_color( channel, 'updating' )
  File "/opt/gpodder/src/gpodder/gui.py", line 1431, in
treeview_channel_set_color
    self.treeChannels.get_model().set(channel.iter, 8,
AttributeError: 'NoneType' object has no attribute 'set'


-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to