kasramp / UbuntuIndicatorWeather

Simple weather indicator for Ubuntu unity and Gnome 3
https://simpleweatherindicator.madadipouya.com/
GNU General Public License v3.0
89 stars 12 forks source link

Indicator stopped working after installing tlp on 17.10 #54

Closed martinhajek closed 6 years ago

martinhajek commented 6 years ago

After having installed tlp (Linux Advanced Power Management), the weather indicator stopped working. When I try to launch it via terminal it gets stuck. After a while, when I hit Ctrl+C, it gives this: ^CTraceback (most recent call last): File "/usr/bin/indicator-weather", line 259, in indicator.main() File "/usr/bin/indicator-weather", line 140, in main self.get_weather() File "/usr/lib/python2.7/dist-packages/retrying.py", line 49, in wrapped_f return Retrying(*dargs, *dkw).call(f, args, **kw) File "/usr/lib/python2.7/dist-packages/retrying.py", line 220, in call time.sleep(sleep / 1000.0) KeyboardInterrupt

Is there any possiblity to make it work again? Thanks

kasramp commented 6 years ago

Did you manage to resolve the issue?