Comment 3 for bug 777719

Revision history for this message
Panagiotis Skintzos (ph7) wrote :

Seems like something is wrong with desktopcouch database.
It might be a desktopcouch bug.

Close the indicator from the command line:
killall indicator-weather

and navigate with your browser to:
file:///home/YOUR_USERNAME_HERE/.local/share/desktop-couch/couchdb.html

From there you'll be directed to the Couchdb administration page (Futon).
You should see a list of databases. 'weatherindicator' database should be there. Click on it and then click on the "Delete database" link to delete it.

Start again the indicator and set it up.
Logout and login again and hopefully the indicator will show up again.

If not close again the indicator.
From the command line close all couchdb processes:
pkill -9 -f couch

Delete the local desktopcouch directory (Note that this might delete all your databases, like UbuntuOne settings):
~/.local/share/desktop-couch

When you start the indicator again the desktopcouch directory will be recreated.