Weather applet not running on Ubuntu 15.04

Bug #1565304 reported by rafael_henrique
52
This bug affects 11 people
Affects Status Importance Assigned to Milestone
my-weather-indicator
Fix Released
Undecided
Lorenzo Carbonell

Bug Description

Dear,

The last update of My Weather Indicator (0.7.3) crashes on Ubuntu 15.04. The applet simply not work when I launch the program. There's not error messages or debug, just this screen.

<gettext.GNUTranslations object at 0x7fd52e941908>
#####################################################
System: Linux
Machine: x86_64
Node: rafaelhso01
Release: 3.19.0-58-generic
Version: #64-Ubuntu SMP Thu Mar 17 18:30:04 UTC 2016
Platform: Linux-3.19.0-58-generic-x86_64-with-Ubuntu-15.04-vivid
#####################################################

My-Weather-Indicator version: 0.7.3-0extras15.10.0
#####################################################

Thanks.

Revision history for this message
David Cancalon (david-cancalon) wrote :

Same issue on Ubuntu 14.04. The applet not work since the last update.

Revision history for this message
Eugene (schtaufenberg) wrote :

Ubuntu 14.04. Applet running, but no icon on panel and no configuration file in .config/

<gettext.GNUTranslations object at 0x7f6560044cf8>
#####################################################
System: Linux
Machine: x86_64
Node: eugene-H61H2-M2
Release: 4.2.0-34-generic
Version: #39~14.04.1-Ubuntu SMP Fri Mar 11 11:38:02 UTC 2016
Platform: Linux-4.2.0-34-generic-x86_64-with-Ubuntu-14.04-trusty
#####################################################

My-Weather-Indicator version: 0.7.3-0extras15.10.0
#####################################################

Revision history for this message
Ilya G. Ryabinkin (ileyka) wrote :

Same issue on 14.04. It was working for a couple of times then stopped.

Revision history for this message
galen (galen-technomage) wrote :

Same in 16.04

/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator:29: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  from gi.repository import Notify
<gettext.GNUTranslations object at 0x7f7223ac2630>
/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py:31: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
  from gi.repository import AppIndicator3 as appindicator
/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/whereami.py:27: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import WebKit
Traceback (most recent call last):
  File "/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator", line 44, in <module>
    from myweatherindicator import MWI
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py", line 49, in <module>
    import wyahooapi
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/wyahooapi.py", line 28, in <module>
    import yql
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/yql/__init__.py", line 19, in <module>
    from httplib2 import Http
  File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 820, in <module>
    class HTTPSConnectionWithTimeout(http.client.HTTPSConnection):
AttributeError: module 'http.client' has no attribute 'HTTPSConnection'

Revision history for this message
B. Beattie (billrbilly) wrote :

Had the same issue on 14.04
Very recent update about 10 minutes ago fixed it up

Revision history for this message
Ilya G. Ryabinkin (ileyka) wrote :

It gets running, true. But it shows weird pressure: 33425 millibar (Toronto) Seems like I'm on Venus...

Revision history for this message
B. Beattie (billrbilly) wrote :

Ahh, yes, when using Yahoo weather service it is reading real high

Revision history for this message
galen (galen-technomage) wrote :

Even with update (0.7.4-0extras15.10.0), the applet not working longer for me... Always the same issue:

/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator:29: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  from gi.repository import Notify
<gettext.GNUTranslations object at 0x7f9f19c06b70>
/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py:31: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
  from gi.repository import AppIndicator3 as appindicator
Traceback (most recent call last):
  File "/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator", line 44, in <module>
    from myweatherindicator import MWI
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py", line 37, in <module>
    import preferences
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/preferences.py", line 30, in <module>
    import geocodeapi
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/geocodeapi.py", line 31, in <module>
    import yql
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/yql/__init__.py", line 19, in <module>
    from httplib2 import Http
  File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 51, in <module>
    import ssl
  File "/usr/lib/python3.5/ssl.py", line 90, in <module>
    import ipaddress
  File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/ipaddress.py", line 29, in <module>
    from geocodeapi import get_inv_direction
ImportError: cannot import name 'get_inv_direction'

Revision history for this message
David Cancalon (david-cancalon) wrote :

Work for me on Ubuntu 14.04 with 0.7.4 update. Thanks.

Revision history for this message
Eugene (schtaufenberg) wrote :

Thanks, work for me too, Ubuntu 14.04.

Revision history for this message
galen (galen-technomage) wrote :

Update applet 0.7.4-0extras15.10.11 > Not working on Ubuntu 16.04... Ganbare! :-)

Revision history for this message
Cavia Porcellus (caviaporcellus) wrote :

Version 0.7.5 works fine for me in 14.04. Thanks!

Revision history for this message
galen (galen-technomage) wrote :

Update applet 0.7.5-0extras15.10.0 > Not working on Ubuntu 16.04...

Revision history for this message
Marco Mugnaini (marco-mugna) wrote :

0.7.6-0extras15.10.0 not working on Ubuntu 16.04.

Revision history for this message
galen (galen-technomage) wrote :

Update applet 0.7.6-0extras15.10.0 > Not working on Ubuntu 16.04...

Changed in my-weather-indicator:
assignee: nobody → Lorenzo Carbonell (lorenzo-carbonell)
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.