danirabbit / nimbus

A minimal weather applet
GNU General Public License v2.0
80 stars 21 forks source link

Error 403 - Unable to get weather data #72

Closed jrizzoli closed 4 years ago

jrizzoli commented 6 years ago

Installed on: eOS 0.4 Installed from: appCenter Dependencies: geoclue-2.0 is installed Repro steps: Open nibus > City is correctly located > No weather data (sun + "--" as temperature). Logs:

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
(com.github.danrabbit.nimbus:7188): GWeather-WARNING **: Failed to get IWIN forecast data: 403 Forbidden
valkirilov commented 6 years ago

Hi @jrizzoli,

it is a well known issue (see #30 and #34) and probably is caused by GWeather lib which is unstable.

I couldn't find any solutions so I forked the project and migrated it to use Open Weather Map which seems to be a stable API. I made it for personal use but you can give it a try :)

danirabbit commented 4 years ago

Closing as a duplicate of #30