Thanks, Per For reasons I don't quite understand, your #FTP.last file has a slight corruption. The encoding for monthouthumid.png reads
aaS'/var/www/weewx/brf_garnisonen/monthouthumid.png' p86 when it should read aS'/var/www/weewx/brf_garnisonen/monthouthumid.png' p86 This is not the first time I've seen this. There's something about the Python pickling routine that it occasionally does this. In any case, I've changed the FTP code slightly to rewrite the file if the error occurs. Commit 28e7166 <https://github.com/weewx/weewx/commit/28e7166a90219105c70250bfd8b6e099bb66f079> -tk On Sun, Feb 12, 2017 at 11:08 AM, Per Edström <[email protected]> wrote: > Here you go.. > > The files in /var/www/weewx/brf_garnisonen/ did upload (another > FTP-setting in weewx.conf) > > -- > 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. > -- 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.
