Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Error message 'unable to load KSJC data RC=404 Not Found '

Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
Post Reply
priorysc
Posts: 3
Joined: Thu 25 Aug 2016 7:56 pm
Weather Station: Gadegt Wireless Weather Forecast
Operating System: Windows Xp sp3

Error message 'unable to load KSJC data RC=404 Not Found '

Post by priorysc »

Does anyone know what this error message means and how to resolve: -
- "unable to load KSJC data RC=404 Not Found"
thanks
Glyn
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by steve »

I don't think this is anything to do with Cumulus - perhaps something you are using on your web site? If you could give more information about where you see this message, someone may be able to help.
Steve
User avatar
ConligWX
Posts: 1630
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 22.04 LTS
Location: Bangor, NI
Contact:

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by ConligWX »

is this your site? it has similar issues.

http://www.weerstationduffel.be/wxmetar.php

showing the METAR Reports not loading correctly.
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
User avatar
saratogaWX
Posts: 1196
Joined: Wed 06 May 2009 5:02 am
Weather Station: Davis Vantage Pro Plus
Operating System: Windows 10 Professional
Location: Saratoga, CA, USA
Contact:

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by saratogaWX »

That is the symptom of having an older get-metar-conditions-inc.php script. It was updated in July, 2016 to address the issue of the NWS closing down the weather.noaa.gov website (from which the METAR info was obtained).

Also, 'KSJC' is the local METAR for San Jose, California -- if that's not your location, you should change it to a METAR near you to have your conditions display be more accurate (after you update the get-metar-conditions.php script, that is).

Run (on your Saratoga template) check-fetch-times.php?show=versions to see which files need update, and get a helpful link to get a customized update package for your installation.

Best regards,
Ken
priorysc
Posts: 3
Joined: Thu 25 Aug 2016 7:56 pm
Weather Station: Gadegt Wireless Weather Forecast
Operating System: Windows Xp sp3

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by priorysc »

Thanks all, and thanks for the advice Ken, The website is priorysc.org.uk and we are based in Bedford, UK, it was working fine upto last week so not sure what has changed but I will get someone who knows about php to do this. We are now having php/wordpress issues displaying still pictures from the webcams.
regards
Glyn
User avatar
ConligWX
Posts: 1630
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 22.04 LTS
Location: Bangor, NI
Contact:

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by ConligWX »

whats the url of your weather station website?
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir • CumulusMX v4.0.0

Image
duke

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by duke »

Toxic17 wrote:whats the url of your weather station website?
http://www.priorysc.org.uk/today-at-the-club/
User avatar
saratogaWX
Posts: 1196
Joined: Wed 06 May 2009 5:02 am
Weather Station: Davis Vantage Pro Plus
Operating System: Windows 10 Professional
Location: Saratoga, CA, USA
Contact:

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by saratogaWX »

The issue is two-fold:

First in /Weather/Settings-weather.php you have

Code: Select all

$SITE['conditionsMETAR'] = 'KSJC';  // set to nearby METAR for current conditions icon/text
and the KSJC is actually the METAR code for San Jose, California.. not your local METAR I think.
Use http://saratoga-weather.org/wxtemplates/find-metar.php to locate a METAR near you, and update Settings-weather.php with that value.

Second, running /Weather/check-fetch-times.php?show=versions shows that there are multiple scripts that need updates.. the one causing your problem is get-metar-conditions.php V1.13 which needs to be updated to V1.14 to work again .. it uses the new website location for METAR information after the NWS has decommissioned weather.noaa.gov and www.nws.noaa.gov websites.

Best regards,
Ken

p.s. this thread should be located in the Saratoga templates forum :)
priorysc
Posts: 3
Joined: Thu 25 Aug 2016 7:56 pm
Weather Station: Gadegt Wireless Weather Forecast
Operating System: Windows Xp sp3

Re: Error message 'unable to load KSJC data RC=404 Not Found '

Post by priorysc »

Hi Ken, thats great, thanks for your help. I will update at the weekend.
regards
Glyn
Post Reply