Não é possível iniciar meu indicador meteorológico em 16.04

2

Acabei de instalar o Beta 2 do Ubuntu 16.04.

Depois disso, instalei o meu indicador meteorológico com estes comandos:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicator

Eu queria começar o programa com:

/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator

Mas recebo este log de erros:

/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator:27: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator:28: 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 0x7f2d5602b7b8>
/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/geocodeapi.py:30: PyGIWarning: GeocodeGlib was imported without specifying a version first. Use gi.require_version('GeocodeGlib', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GeocodeGlib
/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
#####################################################
System: Linux
Machine: x86_64
Node: TP420
Release: 4.4.0-15-generic
Version: #31-Ubuntu SMP Fri Mar 18 19:08:31 UTC 2016
Platform: Linux-4.4.0-15-generic-x86_64-with-Ubuntu-16.04-xenial
#####################################################

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

HTTPConnectionPool(host='openweathermap.org', port=80): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f47b2481b38>, 'Connection to openweathermap.org timed out. (connect timeout=1)'))
Waiting for internet

Como posso corrigir esse problema?

// Editar: Esse problema foi realmente corrigido pelo desenvolvedor. Veja aqui: link

    
por jollepe 12.04.2016 / 09:06

1 resposta

0

Esse problema foi realmente corrigido pelo desenvolvedor. Veja aqui: link

    
por jollepe 13.04.2016 / 13:32