feedindicator / Feedindicator

RSS feed updates in Ubuntu, as a lightweight indicator
38 stars 11 forks source link

sometimes it just stops working #38

Open nicolas-raoul opened 9 years ago

nicolas-raoul commented 9 years ago

Originally reported on Google Code with ID 28

ive noticed sometimes feedindicator just stops working, or stops updating and needs
to be killed and restarted to work. i suspect this happens when network gets disconnected
and it tries to update when computer is offline

Reported by exleper on 2011-07-09 10:10:00

nicolas-raoul commented 9 years ago
Hi there,

Thanks for the info. It could well be related to the computer being offline. I think
the feedparser times out after a minute or two, so the program might appear to be hanging
until that point.

I'll do a few tests and see what I can do.

Thanks

Reported by clickopen on 2011-07-11 18:37:42

nicolas-raoul commented 9 years ago
I disconnect/reconnect to the network at least 10 times a day, but this bug does not
happen every time, only once every 2 or 3 days I would say.

Reported by nicolas.raoul on 2011-12-01 01:45:53

nicolas-raoul commented 9 years ago
Not a long-term solution, but here is a small script to quickly kill/restart feedindicator:

ps aux | grep feedindicator | grep -v grep | awk '{ print $2; }' | xargs kill; feedindicator
&

Reported by nicolas.raoul on 2011-12-13 09:59:24

nicolas-raoul commented 9 years ago
Confirmed on Ubuntu 2011.04 and Ubuntu 2012.04

Reported by nicolas.raoul on 2012-07-04 06:50:35

nicolas-raoul commented 9 years ago
Confirmed on Ubuntu 2012.10

Reported by nicolas.raoul on 2013-03-12 09:03:41

nicolas-raoul commented 9 years ago
Confirmed on Ubuntu 2013.04

Reported by nicolas.raoul on 2013-08-13 04:46:47

nicolas-raoul commented 9 years ago
Confirmed on Ubuntu 2013.10

Reported by nicolas.raoul on 2014-03-07 02:49:14