I am now using rsync to upload the files to a remote server. It seems to upload the data correctly but I have this error in creating the graphics, any ideas ?. It does not generate the same graphics as it generated with FTP. Thank you.
Dec 8 20:58:14 raspberrypi weewx[26137]: **** Traceback (most recent call last): Dec 8 20:58:14 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/reportengine.py", line 238, in run Dec 8 20:58:14 raspberrypi weewx[26137]: **** obj.start() Dec 8 20:58:14 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/reportengine.py", line 271, in start Dec 8 20:58:14 raspberrypi weewx[26137]: **** self.run() Dec 8 20:58:14 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 150, in run Dec 8 20:58:14 raspberrypi weewx[26137]: **** ngen = self.generate(gen_dict[section_name], self.gen_ts) Dec 8 20:58:14 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 219, in generate Dec 8 20:58:14 raspberrypi weewx[26137]: **** ngen += self.generate(section[subsection], gen_ts) Dec 8 20:58:14 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 219, in generate Dec 8 20:58:14 raspberrypi weewx[26137]: **** ngen += self.generate(section[subsection], gen_ts) Dec 8 20:58:14 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 234, in generate Dec 8 20:58:14 raspberrypi weewx[26137]: **** self.skin_dict['skin'])) Dec 8 20:58:14 raspberrypi weewx[26137]: **** File "/usr/lib/python2.7/dist-packages/configobj.py", line 554, in __getitem__ Dec 8 20:58:14 raspberrypi weewx[26137]: **** val = dict.__getitem__(self, key) Dec 8 20:58:14 raspberrypi weewx[26137]: **** KeyError: 'skin' Dec 8 20:58:14 raspberrypi weewx[26137]: **** Generator terminated Dec 8 20:58:18 raspberrypi weewx[26137]: genimages: Generated 12 images for FTP in 4.26 seconds Dec 8 20:58:18 raspberrypi weewx[26137]: reportengine: Caught unrecoverable exception in generator weewx.reportengine.CopyGenerator Dec 8 20:58:18 raspberrypi weewx[26137]: **** 'skin' Dec 8 20:58:18 raspberrypi weewx[26137]: **** Traceback (most recent call last): Dec 8 20:58:18 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/reportengine.py", line 238, in run Dec 8 20:58:18 raspberrypi weewx[26137]: **** obj.start() Dec 8 20:58:18 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/reportengine.py", line 271, in start Dec 8 20:58:18 raspberrypi weewx[26137]: **** self.run() Dec 8 20:58:18 raspberrypi weewx[26137]: **** File "/usr/share/weewx/weewx/reportengine.py", line 415, in run Dec 8 20:58:18 raspberrypi weewx[26137]: **** self.skin_dict['skin'])) Dec 8 20:58:18 raspberrypi weewx[26137]: **** File "/usr/lib/python2.7/dist-packages/configobj.py", line 554, in __getitem__ Dec 8 20:58:18 raspberrypi weewx[26137]: **** val = dict.__getitem__(self, key) Dec 8 20:58:18 raspberrypi weewx[26137]: **** KeyError: 'skin' Dec 8 20:58:18 raspberrypi weewx[26137]: **** Generator terminated Dec 8 20:58:28 raspberrypi weewx[26137]: rsyncupload: rsync'd 43 files (313,081 bytes) in 9.52 seconds -- 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]. For more options, visit https://groups.google.com/d/optout.
