I put a short description of the issue in german on our website on the WeeWX page <https://www.woellsdorf-wetter.de/software/weewx.html#incomplete_page>.
Karen K schrieb am Dienstag, 8. Oktober 2024 um 18:14:08 UTC+2: If you try to open a web page while the FTP uploader is uploading it, you get an incomplete display. It is a very short time only, but if you look at the Google Search Console you see, even Google recognizes this problem sometimes. The thread Page not found or empty <https://groups.google.com/g/weewx-user/c/Ioykua7OJm0/m/EYtd_UTMAwAJ> suggests to use rsync instead of FTP to avoid those problems. Unfortunately, rsync is not available with all web space providers or you have to book a much bigger plan for that which is much more expensive. >From time to time I thought about these things during the last months. The web space providers may not offer rsync, but they always offer a database. Databases prevent incomplete data by transaction control. So, what about using the database for that purpose? So I tried this idea, and I would like to present the result here <https://github.com/roe-dl/weewx-sqlupload>. I tried it with the WeeWX built-in Seasons skin, and it is working. I had looked for a solution that does not require changes to the skin itself, and I found a way to do so. Of course there is a better way by adjusting the skin itself, but I guess, that is not the way most of the users would want to go. -- 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/aaaccaef-1859-4aed-bd8d-4c49297b57e1n%40googlegroups.com.
