https://bugs.gpodder.org/show_bug.cgi?id=1291

             Bug #: 1291
           Summary: model.py:199:replace_from_channel:AttributeError:
                    'NoneType' object has no attribute 'get_all_episodes'
    Classification: Unclassified
           Product: gPodder
           Version: 2.12
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


We received the following bug against Fedora's 2.12:
https://bugzilla.redhat.com/show_bug.cgi?id=681383

"
backtrace
-----
model.py:199:replace_from_channel:AttributeError: 'NoneType' object has no
attribute 'get_all_episodes'

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/gpodder/gui.py", line 2563, in update
    self.episode_list_model.replace_from_channel(self.active_channel,
*additional_args)
  File "/usr/lib/python2.7/site-packages/gpodder/gtkui/model.py", line 199, in
replace_from_channel
    episodes = channel.get_all_episodes()
AttributeError: 'NoneType' object has no attribute 'get_all_episodes'

Local variables in innermost frame:
downloading: <bound method gPodder.episode_is_downloading of
<gpodder.gui.gPodder at /gui at 0xa1e5f6c>>
self: <EpisodeListModel object at 0xa1ee9b4 (GtkListStore at 0xa277e50)>
include_description: True
treeview: None
generate_thumbnails: True
channel: None

How to reproduce
-----
1. Added podcast. Cancel on list of episodes to download. Delete podcast.
Gpodder remained running but was unresponsive.
"

-- 
Configure bugmail: https://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