Thanks for the thoughts. The whole system is on the raspberry pi, nothing on a NAS yet. I don't recall any specifics what might have triggered it since i was slow to realize the problem. I noticed the last date it was working was Jan 5 2021. The only thing I have been doing with the system was trying to apt-get update to keep things current. I did recently notice I was pulling the wrong source list (python3 instead of python2):
For python3 (debian10 and later): curl -s http://weewx.com/apt/weewx-python3.list | sudo tee /etc/apt/sources.list.d/weewx.list For python2 (debian9 and earlier): curl -s http://weewx.com/apt/weewx-python2.list | sudo tee /etc/apt/sources.list.d/weewx.list The raspberry pi is still debian 9, and running python2.7. Once I updated this I was able to update from 3.9.2 to 4.4.0, but that hasn't fixed the problem. I hope the SD card is still good(only a couple years old, and weewx is really all this pi is doing). My best guess is that i did an apt-get update that must have broken something last month that I didn't notice until recently. On Monday, February 15, 2021 at 11:46:30 AM UTC-7 vince wrote: > Are you doing anything unusual like running off a weewx tree out on a NAS > on your LAN or the like ? > Did you change anything ? > > The logs look like it's having issues reading files including perhaps even > your weewx.conf. Is your SD card maybe going bad ? > -- 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/7e98fa08-a972-4662-9737-92aca81a33f3n%40googlegroups.com.
