Author Topic: KBMG temporarily moved??  (Read 2560 times)

0 Members and 1 Guest are viewing this topic.

Offline mkutche

  • Forecaster
  • *****
  • Posts: 1043
    • GosportWx.com
KBMG temporarily moved??
« on: August 08, 2016, 09:46:31 PM »
Never messed with the coding but saw this error message this morning... "unable to load KBMG data RC=302 Moved Temporarily"

Mike
Mike K.
Davis Vantage Vue 6250 - CumulusMX (3.21.1-b3205)
Gosport, Indiana
Gosportwx.com twitter.com/GosportINWX
-----------------------------------------------------------

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #1 on: August 09, 2016, 10:47:41 PM »
I got probably the same error but mine is for KPRN (which is a local airport).

Here is what is tucked beside the current weather icon. "Moderate drizzle, Unable to load kprn data rc=302 moved temporarily"

On a big note...  I have a page with nothing but METAR conditions on it...probably 25 different stations.  *All* of them are now reporting that the data is not current and "Updated: Wed, 31-Dec-1969 6:00pm CST"!!!!!

Apparently, something has happened upstream from us????????

Ed

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: KBMG temporarily moved??
« Reply #2 on: August 10, 2016, 12:00:30 AM »
Yep... the NWS has decommissioned weather.noaa.gov and www.nws.noaa.gov sites.  You need to update get-metar-conditions-inc.php to Version 1.14 - 23-May-2016

Since you're running Saratoga templates, I suggest you run check-fetch-times.php?show=versions to show what needs update (and a helpful link to get it from the Updates Tool page).   If running that on your site just shows a series of access tests, then you should update the utility first from here , then upload it and run it again.

Best regards,
Ken

Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #3 on: August 10, 2016, 07:03:40 AM »
Thanks, Ken!  It might be a few days before I get to sit down with it all, but I'll post back with how it goes.

Ed

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #4 on: August 10, 2016, 07:23:22 AM »
While I had check-fetch-times.php in front of me I went ahead and ran it in the root directory.  Below are the results...though I'm not sure what I'm looking at.  Would you glance at it for me?  Ed

Code: [Select]
check-fetch-times.php Version 1.14 - 06-Jul-2015

This script will check the load times and the ability to save cache files for the included support scripts with your template package.

  Included Settings.php time=0.019 secs.

Using lang=en as default for testing


--checking NWS Forecast URL --
Using first entry in $SITE['NWSforecasts'] for test.
URL: http://forecast.weather.gov/MapClick.php?lat=31.7321&lon=-86.3509&unit=0&lg=english&FcstType=text&TextType=2
Cache: ./cache/forecast-0.txt
GET /MapClick.php?lat=31.7321&lon=-86.3509&unit=0&lg=english&FcstType=text&TextType=2 HTTP/1.1
      Host: forecast.weather.gov  Port: 80 IP=23.3.98.48
HTTP stats: dns=0.003 conn=0.041 put=0.000 get(84 blocks)=0.057 close=0.000 total=0.101 secs
fetch function elapsed= 0 secs.
RC=200 OK, bytes=10089
Wrote 10089 bytes to ./cache/forecast-0.txt successfully.
--end NWS Forecast URL check --

--checking NWS Warning Zone ATOM/CAP Feed --
Using $SITE['noaazone'] entry for test.
URL: http://alerts.weather.gov/cap/wwaatmget.php?zone=ALZ058
Cache: ./cache/atom-advisory-ALZ058.txt
GET /cap/wwaatmget.php?zone=ALZ058 HTTP/1.1
      Host: alerts.weather.gov  Port: 80 IP=184.84.157.48
HTTP stats: dns=0.001 conn=0.010 put=0.000 get(7 blocks)=0.012 close=0.000 total=0.024 secs
fetch function elapsed= 0 secs.
RC=301 Moved Permanently, bytes=198
------------
Headers returned:

HTTP/1.1 301 Moved Permanently
Server: AkamaiGHost
Content-Length: 0
Location: https://alerts.weather.gov/cap/wwaatmget.php?zone=ALZ058
Date: Wed, 10 Aug 2016 11:10:36 GMT
Connection: clos
------------

Skipped cache write test to ./cache/atom-advisory-ALZ058.txt file.
--end NWS Warning Zone ATOM/CAP Feed check --

--checking UV Forecast from temis.nl --
Using $SITE['UVscript'] entry for test.
URL: http://www.temis.nl/uvradiation/nrt/uvindex.php?lon=-86.354336&lat=31.733099
Cache: ./cache/uv-forecast.txt
GET /uvradiation/nrt/uvindex.php?lon=-86.354336&lat=31.733099 HTTP/1.1
      Host: www.temis.nl  Port: 80 IP=145.23.254.72
HTTP stats: dns=0.000 conn=0.157 put=0.000 get(222 blocks)=0.418 close=0.000 total=0.576 secs
fetch function elapsed= 1 secs.
RC=200 OK, bytes=5533
Wrote 5533 bytes to ./cache/uv-forecast.txt successfully.
--end UV Forecast from temis.nl check --


Total time taken = 0.719 secs.
Elapsed 1 seconds.

PHP Version 5.2.17
Memory post_max_size 33M bytes.
Memory usage 412548 bytes.
Memory peak usage 525740 bytes.

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: KBMG temporarily moved??
« Reply #5 on: August 10, 2016, 11:26:35 AM »
Ed, that's normal when you just run check-fetch-times.php without any arguments on the URL

Run check-fetch-times.php?show=versions

(with the ?show=versions ) to get the full report on script versions installed v.s. current released versions.

I do notice that your site is running PHP 5.2.17 -- you'll need to run PHP 5.3+ (preferably PHP 5.4 or PHP 5.5 (current)) to have the updates work correctly.. do the PHP update before you update your site.
« Last Edit: August 10, 2016, 11:29:44 AM by saratogaWX »
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #6 on: August 20, 2016, 11:44:50 AM »
I wasn't sure how to update the version of PHP...I found out that's easier than falling off a slippery log!!!!

Ok, I ran  http://www.beeweather.com/check-fetch-times.php?show=versions  and below is the output (I'm not sure how to copy it in the nice layout that comes up on my screen). 

I see a lot of notations that I need to update files.  I'll try to delve into doing that before long.

I dreaded doing the PHP update and once I did some research on "how" to do it I found that was simple.  Hopefully these updates will not be too much for this weary brain.  :)

Code: [Select]
check-fetch-times.php Version 1.14 - 06-Jul-2015

Included Settings.php time=0.009 secs.
..fetching recent version information.
GET /wxtemplates/template-version-info.txt HTTP/1.1
      Host: saratoga-weather.org  Port: 80 IP=216.250.120.252
HTTP stats: dns=0.001 conn=0.103 put=0.000 get(416 blocks)=0.319 close=0.000 total=0.424 secs
fetch function elapsed= 0 secs.
RC=200 OK, bytes=61449
Data age=671205 sec 'Fri, 12 Aug 2016 21:06:25 GMT'
Wrote 61449 bytes to ./cache/template-version-info.txt successfully.
..loaded 413 version descriptors from ./cache/template-version-info.txt file.
..loaded 83 version descriptors for Base-USA.
..loaded 13 version descriptors for CU-plugin.
Version information for selected Common Files, Base-USA, CU-plugin (for Cumulus weather software) key template files

Note: only selected key template files are checked with this script. Files with customary user modifications (Settings.php, Settings-weather.php, top.php, header.php, menubar.php, footer.php, most wx...php files, etc.) and graphics and weather tags files are NOT checked as they either do not contain version information or they are expected to be different from the distribution versions due to normal website customization.

Script
Origin Script
Name Installed Script
Version Status Release Script
Version Installed Script
Version Installed Script Internal
Version Description
USA advforecast2.php Need update to
V4.02 - 2015-11-07 V4.02 - 2015-11-07 V4.01 - 2015-07-07 advforecast2.php (multi) - V4.01 - 07-Jul-2015
Common ajax-dashboard.php Current V1.26 - 2013-01-12 V1.26 - 2013-01-12 ajax-dashboard.php - Version 1.26 - 12-Jan-2013 - Multilingual
Common ajax-gizmo.php Current V1.14 - 2013-03-17 V1.14 - 2013-03-17 ajax-gizmo.php V1.14 - 17-Mar-2013 - Multilingual
CU-plugin ajaxCUwx.js Need update to
V3.04 - 2013-08-19 V3.04 - 2013-08-19 V3.03 - 2012-01-22 3.03 - 22-Jan-2012 -- added fix for dd.mm.yyyy date format
USA atom-advisory.php Need update to
V2.12 - 2016-07-15 V2.12 - 2016-07-15 V2.09 - 2011-11-05 atom-advisory.php - V2.09 05-Nov-2011
USA atom-top-warning.php Need update to
V2.10 - 2016-07-15 V2.10 - 2016-07-15 V2.08 - 2011-11-05 atom-top-warning.php - V2.08 05-Nov-2011
Common check-fetch-times.php Current V1.14 - 2015-07-06 V1.14 - 2015-07-06 check-fetch-times.php Version 1.14 - 06-Jul-2015
Common common.php Need update to
V1.09 - 2015-08-17 V1.09 - 2015-08-17 V1.07 - 2013-02-09 common.php - Version 1.07 - 09-Feb-2013
CU-plugin CU-defs.php Current V1.10 - 2013-01-14 V1.10 - 2013-01-14 CU-defs.php - V1.10 - 14-Jan-2013
USA DualImage.php File not installed V1.00 - 2015-07-06 DualImage.php file not found.
USA floatTop.js Current Vn/a - 2008-03-18 Vn/a - n/a (not specified)
Common flyout-menu.php Current V1.08 - 2013-02-05 V1.08 - 2013-02-05 flyout-menu.php (ML) Version 1.08 - 05-Feb-2013
CU-plugin gen-CUtags.php Current V1.07 - 2013-01-02 V1.07 - 2013-01-02 gen-CUtags.php - V1.07 - 02-Jan-2013
Common get-metar-conditions-inc.php Need update to
V1.14 - 2016-05-23 V1.14 - 2016-05-23 V1.13 - 2012-08-31 get-metar-conditions-inc.php - Version 1.13 - 31-Aug-2012
USA get-nnvl-iod.php Need update to
V1.15 - 2014-09-30 V1.15 - 2014-09-30 V1.12 - 2013-02-17 1.12 - 17-Feb-2013 - added detection for non-resizable animated .gif images
Common get-USNO-sunmoon.php Need update to
V2.04 - 2015-11-11 V2.04 - 2015-11-11 V1.02 - 2011-12-03 get-USNO-sunmoon.php - Version 1.02 - 03-Dec-2011
Common get-UV-forecast-inc.php Current V1.07 - 2012-03-30 V1.07 - 2012-03-30 get-UV-forecast-inc.php V1.07 - 30-Mar-2012
USA GR3-radar-inc.php Need update to
V1.05 - 2015-08-12 V1.05 - 2015-08-12 V1.04 - 2012-06-04 1.04 - 04-Jun-2012 - http://saratoga-weather.org/scripts.php -->
Common include-metar-display.php Current V1.06 - 2011-11-29 V1.06 - 2011-11-29 include-metar-display.php - Version 1.06 - 29-Nov-2011
CU-plugin include-NOAA-reports.php Current V2.06 - 2012-01-12 V2.06 - 2012-01-12 include-noaa-reports.php - Version 2.06 - 12-Jan-2012
Common include-style-switcher.php Current V1.19 - 2013-02-05 V1.19 - 2013-02-05 1.19 - 05-Feb-2013 = fix HTML5 validation issues
Common include-wxstatus.php Current V1.05 - 2014-07-20 V1.05 - 2013-03-08 - 1.05 - 08-Mar-2013 - add support for Meteobridge
USA nws-alertmap.js Current Vn/a - 2012-07-28 Vn/a - n/a (not specified)
USA nws-alerts-details-inc.php Need update to
V1.04 - 2016-08-03 V1.04 - 2016-08-03 Vn/a - n/a (not specified)
USA nws-alerts-summary-inc.php Need update to
V1.01 - 2016-08-03 V1.01 - 2016-08-03 Vn/a - n/a (not specified)
USA nws-alerts.php Need update to
V1.37 - 2016-08-03 V1.37 - 2016-08-03 V1.14 - 2012-08-05 nws-alerts.php - 1.14 - 05-Aug-2012 - NWS Public Alerts
USA nws-shapefile.txt unknown Vn/a - 2016-08-03 Vn/a - n/a (not specified)
Common plaintext-parser-data.txt Current V1.06 - 2011-01-01 V1.06 - 2011-01-01 1.06 - 01-Jan-2011
Common plaintext-parser.php Need update to
V1.30 - 2013-12-30 V1.30 - 2013-12-30 V1.29 - 2012-12-08 plaintext-parser.php Version 1.29 - 08-Dec-2012
USA quake-json.js Need update to
V1.01 - 2016-08-07 V1.01 - 2016-08-07 V1.00 - 2012-09-08 - 1.00 - 08-Sep-2012 - initial release with quake-json.php script
USA quake-json.php Need update to
V1.09 - 2016-07-03 V1.09 - 2016-07-03 V1.07 - 2015-06-02 quake-json.php V1.07 - 02-Jun-2015
USA radar-status.php Need update to
V1.13 - 2016-08-03 V1.13 - 2016-08-03 V1.08 - 2013-01-22 radar-status.php V1.08 22-Jan-2013
USA swfobject.js Current Vn/a - 2008-03-12 Vn/a - n/a (not specified)
CU-plugin tags.txt Current V1.10 - 2013-01-12 V1.10 - 2013-01-12 1.10 - 12-Jan-2013 - Cumulus 1.9.3 beta build 1057 tags (fixed), wxtrends, extra dashboard tags
Common thermometer.php Need update to
V1.14 - 2014-07-26 V1.14 - 2014-07-26 V1.12 - 2013-03-08 1.12 - 08-Mar-2013 - added support for Meteobridge via MBtags.php
USA WU-radar-inc.php Need update to
V1.09 - 2013-12-06 V1.09 - 2013-12-06 V1.08 - 2012-09-02 1.08 - 02-Sep-2012 - http://saratoga-weather.org/scripts.php -->
Common wxgraphs.php Current V1.04 - 2013-02-16 V1.04 - 2013-02-16 1.04 - 16-Feb-2013 - added Cumulus solar/uv graph displays
Common wxmetar.php Current V1.01 - 2011-11-27 V1.01 - 2011-11-27 1.01 - 27-Nov-2011 - display 'Distance to station' mods
Common wxquake.php Need update to
V1.05 - 2016-07-03 V1.05 - 2016-07-03 V1.04 - 2013-05-24 1.04 - 24-May-2013 - fixed HTML error in attribution
To update your template set to current script version(s), use the updates tool page with a query set for 19-Aug-2013 for Base-USA, CU-plugin

PHP Version 5.2.17
Memory post_max_size 33M bytes.
Memory usage 811080 bytes.
Memory peak usage 2153064 bytes.

Thanks for all the help, Ken.  You are a very good guy in helping all of us out...for years now!!!!
Ed

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #7 on: September 01, 2016, 01:01:30 PM »
Ok.  I've updated everything that I think I needed to....running check-fetch-times tells me that everything is current now.

I'm a paranoid type of person so rather than doing a bulk upload (which would have been fine) I went through and renamed a single file and then uploaded it's update.  I figured I'd have a known, easily found replacement if one of the new files didn't work out.  I only ran into two hiccups along the way...which apparently has nothing to do with the integrity of the new files.

The first one was with get-USNO-sunmon.php.  Once I uploaded it it brought up two error messages on my homepage...errors on certain lines of code.  Seems one line was #368 (or in that vicinity), the other line was very close to that line...within 10 or 12 lines of it.  I reverted to the saved file and all was well.  I then reloaded the new file to replicate the error messages and retrieve the specific line numbers but things seem to be working fine and the errors don't come up now.  Was this some type of current data requiring hiccup that straightened itself out?

The second issue doesn't appear to be associated with the new files (I reloaded the old file and I had the same issue).  This one is wxquake.php.  The problem is that the map comes up for a moment but then is replaced with a Java error message... "Oops! Something went wrong. This page didn't load Google Maps correctly. See the JavaScript console for technical details."  The individual quake data down below shows fine, just not the map.  I tried this both in Firefox and in Chrome.  Anybody got a (Java?) solution on this one?  This was probably already happening before the update and checking it out brought it to my attention.  I'll check the forum out for recent discussion of this. ;)

Thanks for all the help, Ken.  The current condition issue that started this thread has been corrected.  Now to get wxquake figured out. ;)

Ed

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #8 on: September 01, 2016, 01:59:50 PM »
Ok, I got wxquake.php working fine now.  Here's a link to the thread where Ken details what to do...  http://www.wxforum.net/index.php?topic=29801.msg292756#msg292756

I do have one more problem, though, the Past 24 Hours USA Extremes panel isn't working...it says simply "N/A" in the data slots.  I'll work on that one a little later. :)

Thanks again for the help, Ken!!!!
Ed

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline tbrasel

  • Contributor
  • ***
  • Posts: 141
    • Northwest Arkansas Weather.com
Re: KBMG temporarily moved??
« Reply #9 on: September 01, 2016, 02:08:29 PM »
Best Regards
tbrasel

Bentonville Arkansas, USA
Hardware: Davis 6153 - Wireless Vantage Pro2 with FARS
Software: VWS V15.00
Website: https://www.nwarwx.com

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #10 on: September 03, 2016, 09:54:43 AM »
Thanks tb for the link.  I had checked out that thread and will revisit it when a little more time allows.  For now I've deleted the extremes from the menubar. 

One problem that I did have was in not adding the files included in the three folders to the existing folders on the server.  I got this done, corrected my city positions on WU-radar.inc.php, and all appears well. :)  I'll work on the extremes a little later.

Saratoga + Cumulus = PRIMO WIN!!!!!!!   \:D/

Ed

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline mkutche

  • Forecaster
  • *****
  • Posts: 1043
    • GosportWx.com
Re: KBMG temporarily moved??
« Reply #11 on: December 06, 2016, 08:22:41 PM »
I'm getting this error again and I haven't touched anything. http://prntscr.com/dg9xo8
Mike K.
Davis Vantage Vue 6250 - CumulusMX (3.21.1-b3205)
Gosport, Indiana
Gosportwx.com twitter.com/GosportINWX
-----------------------------------------------------------

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: KBMG temporarily moved??
« Reply #12 on: December 07, 2016, 01:03:49 AM »
Since the RC= shows no error code, it was likely a temporary connectivity issue between your webserver and tgftp.nws.noaa.gov server (used for the raw METAR reports).

When I first viewed your wxmetar.php page, there were three stations showing RC=404 Not Found (odd), then a page reload displayed those METAR correctly.

I did a view-source of  wxmetar.php?cache=refresh&debug=y and saw
Quote
<!-- GET /data/observations/metar/stations/KBMG.TXT HTTP/1.1
      Host: tgftp.nws.noaa.gov  Port: 80 IP=140.90.101.79-->
<!-- HTTP stats:  dns=0.002 conn=0.064 put=0.001 get(16 blocks)=0.059 close=0.001 total=0.126 secs -->
<!-- fetch function elapsed= 0 secs. -->
<!--Unable to write cache ./cache/metarcache-KBMG.txt -->
but I didn't see such messages on the other METAR that were fetched.

Looking at check-fetch-times.php?show=info shows
Quote
Settings.php Cache file directory in $SITE['cacheFileDir']='./cache/' exists, with permissions=drwxrwxrwx [0777]
..Wrote 104 bytes to ./cache/test.txt successfully, then deleted test file. Cache directory is fully functional.
So it's likely it is just the file permissions on ./cache/metarcache-KBMG.txt that need to be changed (or the file deleted and let it be created automatically with the proper permissions).

Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #13 on: December 07, 2016, 09:23:10 AM »
I'm a little late to this, but figured I'd throw in my 2-cents worth.  I've got a page with 27 different METAR stations listed and just pulled the page up to check it...all appears fine other than the usual "NOT Current" notice on a few of them. 

FWIW :)
Ed

Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline pbuck

  • Member
  • *
  • Posts: 2
    • AvnWx.com Aviation Weather
Re: KBMG temporarily moved??
« Reply #14 on: December 07, 2016, 05:52:21 PM »
tgftp.nws.noaa.gov site has been up and down for the past couple of days: it's fine and then all its data disappears & then it's fine again in the span of 15 minutes. (site is up, but returns 'file not found' on all requests)

Since that's a major source of raw weather observations and forecasts, it's also a major source of headaches when it's flakey.

Anyone know why?

-Peter
 AvnWx.com
 Aviation Weather
Peter Buckner
AvnWx.com
Aviation Weather

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: KBMG temporarily moved??
« Reply #15 on: December 07, 2016, 05:59:51 PM »
It's the server that they moved TO from the old www.nws.noaa.gov server that they deprecated a while back.

Perhaps their update process is using direct uploads of the METAR txt instead of doing upload-to-temp-and-rename which makes the smallest window for a 404. 

Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline pbuck

  • Member
  • *
  • Posts: 2
    • AvnWx.com Aviation Weather
Re: KBMG temporarily moved??
« Reply #16 on: December 07, 2016, 06:25:40 PM »
Worse than simply missing a file here or there, the whole damn filesystem is gone! [ You are not allowed to view attachments ]
Peter Buckner
AvnWx.com
Aviation Weather

Offline Intheswamp

  • Early on one frosty morn'...
  • Forecaster
  • *****
  • Posts: 1485
  • Sure...I know enough to be dangerous, now.
    • Beeweather
Re: KBMG temporarily moved??
« Reply #17 on: December 07, 2016, 06:29:11 PM »
Hmmm...ok, it looks like my METAR page is still functioning.  :?:  BUT, looks like a bunch of my NOAA satellite images and whatnot are AWOL....one gives me a FORBIDDEN notice.  #-o

Ed


Davis VP2, v3.12
Cumulus v1.9.4  Build 1079
Today's weather beats no weather at all!
www.beeweather.com
www.beausandbonnets.com

Offline mkutche

  • Forecaster
  • *****
  • Posts: 1043
    • GosportWx.com
Re: KBMG temporarily moved??
« Reply #18 on: December 07, 2016, 06:57:15 PM »
Weird I lost a few files this morning and the coding was all jacked up.. fixed it and this was after i deleted the metar cache files.. very odd
Mike K.
Davis Vantage Vue 6250 - CumulusMX (3.21.1-b3205)
Gosport, Indiana
Gosportwx.com twitter.com/GosportINWX
-----------------------------------------------------------

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9297
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: KBMG temporarily moved??
« Reply #19 on: December 07, 2016, 08:05:57 PM »
I use the same code as get-metar-conditions-inc.php in the regional network conditions collectors -- I see sporadic failures (with 404) for METARs that were previously working... something is amiss with the tgftp.nws.noaa.gov server.   I'll try to send their webmaster a heads-up message.

Ahh.. no need to send a message.  http://tgftp.nws.noaa.gov/tgstatus/ shows
Quote
Last Update: Thu Dec 8 01:05:00 2016 GMT
NWS TOC Operational Status Message
Wed Dec 7 02:22:56 2016 GMT

NOXX01 KWBC 070200

FROM - NCO SILVER SPRING
TO - ALL
SUBJECT - NETWORK INTERRUPTIONS
.
NCO WOULD LIKE TO ADVISE WE ARE EXPERIENCING ANOTHER ROUND OF
NETWORK PROBLEMS - ENGINEERS HAVE BEEN NOTIFIED AND ARE NOW
TROUBLESHOOTING - YOUR PATIENCE AS WE WORK THROUGH THIS PROBLEM
IS APPRECIATED - IF YOU HAVE ANY QUESTIONS OR ISSUES, PLEASE CALL
US AT 301.713.0902 OR SEND AN EMAIL TO TOC.NWSTG -AT- NOAA.GOV

.
//NCOSS-MLJ//


« Last Edit: December 07, 2016, 08:08:47 PM by saratogaWX »
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

 

anything