RingOV / gis-weather

Customizable weather widget
58 stars 18 forks source link

Проблема с получением данных с Accuweather #21

Closed Haron-Prime closed 7 years ago

Haron-Prime commented 7 years ago

Не обновляется погода с accuweather/

python /home/haron/lib/gis-weather/gis-weather.py
Gis Weather 0.8.0.15
/home/haron/lib/gis-weather/utils/localization.py:8: 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
/home/haron/lib/gis-weather/gis-weather.py:54: PyGIWarning: PangoCairo was imported without specifying a version first. Use gi.require_version('PangoCairo', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GObject, Pango, PangoCairo, Gdk, GdkPixbuf, GLib
/home/haron/lib/gis-weather/gis-weather.py:57: 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
/home/haron/lib/gis-weather/gis-weather.py:64: PyGIWarning: Rsvg was imported without specifying a version first. Use gi.require_version('Rsvg', '2.0') before import to ensure that the right version gets loaded.
  from gi.repository import Rsvg
Папка конфигурации:
    /home/haron/.config/gis-weather/gw_config2.json
Размеры виджета:
    ширина = 708 высота = 308 в т.ч. отступ = 0
Ваш экран поддерживает прозрачность
> Получаю погоду на 7 дней
> Скачиваю http://www.accuweather.com/ru/моё_местоположене/current-weather/322731
OK
> Скачиваю http://www.accuweather.com/en/моё_местоположене/current-weather/322731
OK
> Скачиваю http://www.accuweather.com/ru/моё_местоположене/month/322731?view=table
OK
> Скачиваю http://www.accuweather.com/en/моё_местоположене/overnight-weather-forecast/322731?day=2
OK
> Скачиваю http://www.accuweather.com/en/моё_местоположене/morning-weather-forecast/322731?day=2
OK
> Скачиваю http://www.accuweather.com/en/моё_местоположене/afternoon-weather-forecast/322731?day=2
OK
> Скачиваю http://www.accuweather.com/en/моё_местоположене/evening-weather-forecast/322731?day=2
OK
> Скачиваю http://www.accuweather.com/en/моё_местоположене/overnight-weather-forecast/322731?day=1
OK
> Скачиваю http://www.accuweather.com/en/моё_местоположене/morning-weather-forecast/322731?day=1
OK
1
[!] Невозможно скачать страницу, проверьте интернет соединение
Haron-Prime commented 7 years ago

После обновления до 0.8.0.17 проблема решилась. Закрыто.