Skip to content

Commit

Permalink
Dataserver url changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePooh authored and raveit65 committed Oct 18, 2023
1 parent 58a1838 commit 0cc07f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmateweather/weather-metar.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ metar_start_open (WeatherInfo *info)
}

msg = soup_form_request_new (
"GET", "https://www.aviationweather.gov/adds/dataserver_current/httpparam",
"GET", "https://www.aviationweather.gov/cgi-bin/data/dataserver.php",
"dataSource", "metars",
"requestType", "retrieve",
"format", "xml",
Expand Down

3 comments on commit 0cc07f7

@msz59
Copy link

@msz59 msz59 commented on 0cc07f7 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when can we expect that going into a new release? the plugin has stopped working several days ago (Ubuntu 22.04 + Mate Desktop)

PS. This address changes every now and then, causing the applet to stop working. Also, not all Linux distributions are up to date, anyway. My Ubuntu 22.04 still has the 1.26.0-1 version so probably even if you make a new one, say 1.26.2, it won't help. So, maybe it would be worth making a configuration parameter for this URL.

@raveit65
Copy link
Member

@raveit65 raveit65 commented on 0cc07f7 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's very easy to in include the fix as a patch in a debian package if you don't want to wait :)
You only need to file out a report at Ubuntu and ask the package maintainer to do a new distro release with the fix.

@bjtftw
Copy link

@bjtftw bjtftw commented on 0cc07f7 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.