HAve weather underground changed their script again?

Hi
A short while ago I updated my forcast pae for the new weather undergound changes , all was working ok until a couple of hours ago but just checked now and have this message on the page

Sorry.. this country forecast can not be processed by this script. Locations in the United States and territories should use the carterlake NOAA script.

Locations in Canada should use the Environment Canada forecast script.

If this was a working non-USA, non-Canada forecast, then it is likely that WeatherUnderground has changed website design and you need an update to the WU-forecast.php script to handle this changed design.

WeatherUnderground 7-Day Forecast: Farnborough

Forecast from WeatherUnderground for Farnborough.

http://www.weybourneweather.co.uk/wxforecast.php

Anyone else having an issue?

Phil

Phil

Two suggestions:

  1. update the WU-forecast.php script to V1.26 - 14-Nov-2011 (ML) (you’re two updates behind :slight_smile: )
  2. change Settings.php from
$SITE['fcsturlWU'] = 'http://english.wunderground.com/global/stations/03768.html';

to

$SITE['fcsturlWU'] = 'http://www.wunderground.com/global/stations/03768.html';

and that should fix the issue.

I just tested it on my site with current script/URL change above and it works fine.

Best regards,
Ken

I had done the changes you mentioned and it worked fine. Just checked back and its all ok again now.

Strange!!!

I now have this issue script not working just getting the same error, WU must be doing something to their servers. Frustrating

Steve

EDIT: Its back now…seems it was just a WU hiccup :slight_smile:

I’ve had this problem on & off, and I found that if I deleted the WU-forecast.txt cache file it resolved the issue by fetching a fresh forecast. I also noticed that the normal size of the WU-forecast.txt file is around 224kB, whereas the one that produced the error was only around 180kB, don’t know what the difference is though.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.