Web Weather > Weather Website PHP/AJAX scripting

Weather Radio Blank Screen

(1/1)

ed_heaton:
Curious if anyone else is getting a blank screen for the NOAA/EC All Hazards Radio?

saratogaWX:
Looks like your webserver is being hit with a JavaScript based challenge (likely created by the noaaweatherradio.org webserver) and the main JSON file to set up the page doesn't get fetched, so the page remains unformatted.

As a bypass, change wxradio.php from
--- Code: ---<script src="NWR-radios-data.php"></script>

--- End code ---
to
--- Code: ---<script src="https://noaaweatherradio.org/java/NWR-radios-data.js"></script>

--- End code ---
to fetch the control file directly from your browser.

I'll have to ask Cutty about the excessive 'protection' for the NWR-radios-data.js file.. it should be freely accessible.

ed_heaton:
As always Ken, Thank You!!!  That did the trick :-)

Navigation

[0] Message Index

Go to full version