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

           Summary: model.py:107:_filter_visible_func:TypeError: unknown
                    type (null)
           Product: gPodder
           Version: 2.7
          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 report for Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=620584

model.py:107:_filter_visible_func:TypeError: unknown type (null)

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gpodder/gtkui/model.py", line 107, in
_filter_visible_func
    return model.get_value(iter, self.C_VIEW_SHOW_UNDELETED)
TypeError: unknown type (null)

Local variables in innermost frame:
model: <EpisodeListModel object at 0x92aa964 (GtkListStore at 0x9318e20)>
self: <EpisodeListModel object at 0x92aa964 (GtkListStore at 0x9318e20)>
iter: <GtkTreeIter at 0xb0c6f260>

I would have provided a patch, but I'm not quite sure how Python handles these
unknown types and if I can do something like value = model.get_value(iter,
self.whatever) without raising the TypeError if value gets set to null.

-- 
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