Author Topic: Atom Alert Question**FIXED**  (Read 1381 times)

0 Members and 1 Guest are viewing this topic.

Offline ALITTLEweird1

  • Mark
  • Global Moderator
  • Forecaster
  • *****
  • Posts: 923
    • North Bend Weather
Atom Alert Question**FIXED**
« on: September 06, 2011, 08:38:15 PM »
For the last couple of days my atom feeds are showing some errors and not updating. Currently I have no warnings, but still getting errors. Link posted to where the errors are. It's probably a NWS thing, but I'm not sure whats causing it. Thanks.

http://www.snoqualmieweather.com/atomalerts/AtomFeed.php

*ERROR in fetching data. Cache file not updated. string length: 301 code: WAZ505
*ERROR in fetching data. Cache file not updated. string length: 301 code: WAC033
*ERROR in fetching data. Cache file not updated. string length: 301 code: WAZ508
*ERROR in fetching data. Cache file not updated. string length: 301 code: WAZ509
*ERROR in fetching data. Cache file not updated. string length: 301 code: WAZ519
*ERROR in fetching data. Cache file not updated. string length: 301 code: WAC061
*ERROR in fetching data. Cache file not updated. string length: 301 code: WAC037
*ERROR in fetching data. Cache file not updated. string length: 301 code: WAC053
« Last Edit: September 06, 2011, 09:13:43 PM by ALITTLEweird1 »
"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + VP2 UV + Lightning Detector + Logitech Webcam + Soil temp + Soil Moisture

Offline Curly

  • Forecaster
  • *****
  • Posts: 724
    • Michiana Weather
Re: Atom Alert Question
« Reply #1 on: September 06, 2011, 08:53:15 PM »
Open AtomFeed-config.php and find these two lines:
Code: [Select]
$AlertURL = 'http://www.weather.gov/alerts-beta/wwaatmget.php?x='; // NWS URL for primary data

$AlertURL2 = 'http://www.weather.gov/alerts-beta/wwacapget.php?x='; // NWS URL for alert data

And replace it with these:
Code: [Select]
$AlertURL = 'http://alerts.weather.gov/cap/wwaatmget.php?x='; // NWS URL for primary data

$AlertURL2 = 'http://alerts.weather.gov/cap/wwacapget.php?x='; // NWS URL for alert data

Offline ALITTLEweird1

  • Mark
  • Global Moderator
  • Forecaster
  • *****
  • Posts: 923
    • North Bend Weather
Re: Atom Alert Question
« Reply #2 on: September 06, 2011, 08:58:00 PM »
Thanks Curly, that did the trick.
"Nature can do without man, but man cannot do without nature."


Software: WeatherDisplay
Hardware: Davis VP2 + VP2 Solar + VP2 UV + Lightning Detector + Logitech Webcam + Soil temp + Soil Moisture

Offline Curly

  • Forecaster
  • *****
  • Posts: 724
    • Michiana Weather
Re: Atom Alert Question
« Reply #3 on: September 06, 2011, 09:01:24 PM »
Your Welcome Mark!