Feedindicator icon indicating copy to clipboard operation
Feedindicator copied to clipboard

AttributeError: 'set' object has no attribute 'append'

Open nicolas-raoul opened this issue 9 years ago • 0 comments

Originally reported on Google Code with ID 40

I have just had a crash after clicking on a news item (screenshot attached):

Traceback (most recent call last):
  File "/usr/bin/feedindicator", line 695, in menuitem_response
    self.cacheread.append(mdhash);
AttributeError: 'set' object has no attribute 'append'

With the "Submenu for each feed" option turned off.
Feedindicator continues to run normally, but the news item is not marked as read.
I guess it is just a sub-process that dies.

Using version 1.04
Always reproducible.

Reported by nicolas.raoul on 2012-08-21 04:51:37


- _Attachment: feedindicator-crash.png
![feedindicator-crash.png](https://storage.googleapis.com/google-code-attachments/feedindicator/issue-40/comment-0/feedindicator-crash.png)_

nicolas-raoul avatar Sep 14 '15 02:09 nicolas-raoul