i just installed Natty (64 bit) and Indicator-weather applet https://launchpad.net/ubuntu/+source/indicator-weather. I installed latest version via PPA but when i am trying to launch this applet (via terminal) i get this crash report
Traceback (most recent call last):
File "/usr/bin/indicator-weather", line 1837, in <module>
wi = indicator_weather()
File "/usr/bin/indicator-weather", line 848, in __init__
self.settings.prepare_settings_store()
File "/usr/bin/indicator-weather", line 76, in prepare_settings_store
log.debug("Settings: DBus exception occurred:\n" % str(e))
TypeError: not all arguments converted during string formatting
In ~/.cache/indicator-weather.log i got these messages...
[MainThread] 2011-04-28 17:59:50,410 - INFO - ------------------------------
[MainThread] 2011-04-28 17:59:50,410 - INFO - Started Weather Indicator from /usr
[MainThread] 2011-04-28 17:59:50,410 - DEBUG - SingleInstance: writing new pid 30680
[MainThread] 2011-04-28 17:59:50,412 - DEBUG - ProxyMonitor: loading dconf settings
[MainThread] 2011-04-28 17:59:50,414 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2011-04-28 17:59:50,415 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2011-04-28 17:59:50,415 - DEBUG - Time Formatter: time format changed
[MainThread] 2011-04-28 17:59:50,415 - DEBUG - Indicator: creating
[MainThread] 2011-04-28 17:59:50,430 - INFO - Monitoring UPower interface
[MainThread] 2011-04-28 17:59:50,430 - DEBUG - Indicator: reading settings
[MainThread] 2011-04-28 17:59:50,430 - DEBUG - Settings: preparing settings store
[Dummy-2] 2011-04-28 18:00:15,507 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-0.pid
[MainThread] 2011-04-28 18:27:37,827 - INFO - ------------------------------
[MainThread] 2011-04-28 18:27:37,865 - INFO - Started Weather Indicator from /usr
[MainThread] 2011-04-28 18:27:37,866 - DEBUG - SingleInstance: writing new pid 2549
[MainThread] 2011-04-28 18:27:37,879 - DEBUG - ProxyMonitor: loading dconf settings
[MainThread] 2011-04-28 18:27:37,881 - DEBUG - ProxyMonitor: using direct connection
[MainThread] 2011-04-28 18:27:37,883 - DEBUG - TimeFormatter: loading indicator-datetime settings: com.canonical.indicator.datetime
[MainThread] 2011-04-28 18:27:37,884 - DEBUG - Time Formatter: time format changed
[MainThread] 2011-04-28 18:27:37,884 - DEBUG - Indicator: creating
[MainThread] 2011-04-28 18:27:37,913 - INFO - Monitoring UPower interface
[MainThread] 2011-04-28 18:27:37,913 - DEBUG - Indicator: reading settings
[MainThread] 2011-04-28 18:27:37,914 - DEBUG - Settings: preparing settings store
[Dummy-2] 2011-04-28 18:28:02,961 - DEBUG - SingleInstance: deleting /tmp/indicator-weather-0.pid
Any idea how to fix it?
thx
