avwx-rest / avwx-engine

Aviation Weather parsing engine. METAR & TAF
MIT License
89 stars 30 forks source link

Error scrapper #60

Closed matirojasg closed 11 months ago

matirojasg commented 11 months ago

Hello, I have the following error using the TAF Scrapper: NOAA_Scrape server returned 404. Is it an error of the library?

matirojasg commented 11 months ago

It seems that AWC changed its page, and that could affect the URLs that you request or not? https://aviationweather.gov/

matirojasg commented 11 months ago

https://aviationweather.gov/data/api/#/

matirojasg commented 11 months ago

could you fix it?

devdupont commented 11 months ago

A fix for the scrape class should be pushed later tonight. A quick fix has been pushed re-mapping the NOAA service alias to NOAA_FTP among other fixes. See if updating to 1.8.20 fixes your immediate issue.

devdupont commented 11 months ago

Pushed 1.8.21 which updates the scrape classes to pull from the v3 scrape sources.