Jul 19 10:35:32 raspberrypi weewx[19541]: reportengine: Caught unrecoverable exception in generator 'user.sftp.SFTPGenerator'
Jul 19 10:35:32 raspberrypi weewx[19541]: **** [Errno 2] No such file
Jul 19 10:35:32 raspberrypi weewx[19541]: **** Traceback (most recent call last):
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/share/weewx/weewx/reportengine.py", line 204, in run
Jul 19 10:35:32 raspberrypi weewx[19541]: **** obj.start()
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/share/weewx/weewx/reportengine.py", line 300, in start
Jul 19 10:35:32 raspberrypi weewx[19541]: **** self.run()
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/share/weewx/user/sftp.py", line 233, in run
Jul 19 10:35:32 raspberrypi weewx[19541]: **** n = uploader.run()
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/share/weewx/user/sftp.py", line 98, in run
Jul 19 10:35:32 raspberrypi weewx[19541]: **** self._make_remote_dir(con, remote_dir_path)
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/share/weewx/user/sftp.py", line 161, in _make_remote_dir
Jul 19 10:35:32 raspberrypi weewx[19541]: **** con.mkdir(remote_dir_path)
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/local/lib/python2.7/dist-packages/pysftp/__init__.py", line 626, in mkdir
Jul 19 10:35:32 raspberrypi weewx[19541]: **** self._sftp.mkdir(remotepath, mode=int(str(mode), 8))
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/local/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 460, in mkdir
Jul 19 10:35:32 raspberrypi weewx[19541]: **** self._request(CMD_MKDIR, path, attr)
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/local/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 813, in _request
Jul 19 10:35:32 raspberrypi weewx[19541]: **** return self._read_response(num)
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/local/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 865, in _read_response
Jul 19 10:35:32 raspberrypi weewx[19541]: **** self._convert_status(msg)
Jul 19 10:35:32 raspberrypi weewx[19541]: **** File "/usr/local/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 894, in _convert_status
Jul 19 10:35:32 raspberrypi weewx[19541]: **** raise IOError(errno.ENOENT, text)
Jul 19 10:35:32 raspberrypi weewx[19541]: **** IOError: [Errno 2] No such file
Jul 19 10:35:32 raspberrypi weewx[19541]: **** Generator terminated