Realized I hadn't been updating my website for about a week, so went into debug mode, and got the following messages in the log:
Mar 19 17:26:05 carina weewx[824014] DEBUG weeutil.ftpupload: Attempting connection to
ajackson.orgMar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: ftpgenerator: (2): caught exception '<class 'socket.gaierror'>': [Errno -3] Temporary failure in name resolution
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** Traceback (most recent call last):
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 331, in run
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** n = ftp_data.run()
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** File "/usr/share/weewx/weeutil/ftpupload.py", line 133, in run
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** ftp_server.connect(self.server, self.port)
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/ftplib.py", line 135, in connect
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** self.sock = socket.create_connection((self.host, self.port), self.timeout)
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/socket.py", line 557, in create_connection
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** for res in getaddrinfo(host, port, 0, SOCK_STREAM):
Mar 19 17:26:15 carina weewx[824014] ERROR weewx.reportengine: **** gaierror: [Errno -3] Temporary failure in name resolution
Mar 19 17:55:49 carina weewx[824014] DEBUG weewx.reportengine: Running report 'FTP'
Mar 19 17:55:49 carina weewx[824014] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
Mar 19 17:55:49 carina weewx[824014] DEBUG weeutil.ftpupload: Attempting connection to
ajackson.orgMar 19 17:55:49 carina weewx[824014] DEBUG weeutil.ftpupload: Connected to
ajackson.orgMar 19 17:55:50 carina weewx[824014] INFO weewx.reportengine: ftpgenerator: Ftp'd 0 files in 1.40 seconds
I don't understand what might have changed, especially since the last good ftp occurred at 3 AM, so I know I wasn't doing anything then. Anyway, any clues would be appreciated. I am stymied.