Continuing saga. the actual body of the error (would be good for weewx to log this, i think) says
Access DeniedYou don't have permission to access "http://www.wunderground.com/weatherstation/WXDailyHistory.asp?" on this server. Reference #18.3f75d917.1560296691.218110b4 looking at that URL, it doesn't look right. the ? at the end is looking for a set of parameters to be passed to the web server hosting WU. google turned up the following example https://api.wunderground.com/weatherstation/WXDailyHistory.asp?ID=ILOMBARD361&format=XML this gave me the format for modifying the URL for my own station https://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KCASONOM43&format=XML voila! I now get that data in my browser. so it seems as if wunderfixer isn't properly building the URL string for some reason. my station is being powered by a Raspberry Pi. they are notorious for chewing up SD cards which have a limited number of writes before they start to go bad. i've had problems before where the station behavior was very strange, and I strongly suspect that this might be the case now. i think i'll rebuild the OS on a new SD card and see what the behavior is. in the meantime, you can use the --verbose option on the command line to see some additional details as wunderfixer runs. Sean -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/49ff8fc1-451b-4e39-9dd6-0fc339828727%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
