If you look closely at your configuration file weewx.conf, the very last line, you'll see that a stray backquote snuck in there. It reads
`report_services = weewx.engine.StdPrint, weewx.engine.StdReport when it should read report_services = weewx.engine.StdPrint, weewx.engine.StdReport Fix that and your problems will go away. On Tue, Mar 5, 2024 at 3:09 AM Francis Greaves <[email protected]> wrote: > Attached a longer log. > > On Tuesday 5 March 2024 at 10:57:29 UTC Graham Eddy wrote: > >> your archive interval is set to 10 mins, and the log is truncated just >> where it started getting interesting. collect log data for two complete >> cycles at least, in your case 20 mins >> *⊣GE⊢* >> >> On 5 Mar 2024, at 8:03 pm, Francis Greaves <[email protected]> wrote: >> >> Thanks Tom for the suggestions. >> I upgraded to 5.0.2 and rebooted to be on the safe side. >> I noticed that the user running the service is now weewx so I changed the >> permissions on the graphs folder to this: >> >> *drwxrwsr-x weewx weewx * >> >> But the graphs are not being updated. They are still dated 1st March when >> I did the upgrade from version 4.10 >> >> I attach the log as you suggest and my config file. >> >> On Monday 4 March 2024 at 18:48:35 UTC Tom Keffer wrote: >> >>> First suggestion is to update to v5.0.2. Version 5.0.0 has a serious bug >>> in it. There have also been some subtle bug fixes in how permissions are >>> handled. >>> >>> When you're done, double check that /etc/systemd/system/weewx.service >>> has the user set as you expect. Also, check /var/www/html permissions. >>> >>> If you still have problems after that, set debug=1, restart weewxd, post >>> the log through the first reporting cycle. >>> >>> -tk >>> >>> On Mon, Mar 4, 2024 at 10:41 AM Francis Greaves <[email protected]> >>> wrote: >>> >>>> I am using a Raspberry Pi running Raspbian 10 (buster). and a Vantage >>>> Pro 2 Station. >>>> I upgraded my Pi and Weewx upgrade to version 5. on 1st March. >>>> The settings in the config file remain unchanged. In particular the >>>> location of the HTML folder is the same, and the permissions are 775 for >>>> root:root on that folder. >>>> I have kept the system running as root user. >>>> Weewx is working (I changed to systemd service startup today) the data >>>> is downloaded. >>>> I am not getting any graphs created. >>>> I have looked through the documentation, but I cannot find out why. >>>> I have set the debug to level 1 and enabled log_success as well as >>>> log_failure >>>> I attach the Log File which shows no errors. >>>> Any ideas? >>>> >>>> >>>> -- >>>> 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/d09dbae9-dce8-46d2-8d05-6a773a16da71n%40googlegroups.com >>>> <https://groups.google.com/d/msgid/weewx-user/d09dbae9-dce8-46d2-8d05-6a773a16da71n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> >> -- >> 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/4b739bbf-777a-4082-b551-f0524c94b1c3n%40googlegroups.com >> <https://groups.google.com/d/msgid/weewx-user/4b739bbf-777a-4082-b551-f0524c94b1c3n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> <weewx.log><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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/3c822864-8f82-40b1-8679-a5c7dc5134ffn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/3c822864-8f82-40b1-8679-a5c7dc5134ffn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEDhiO2mN%3DV6ftBBnz3HB4f88xsZD_ztDey86x-ZXCYeWg%40mail.gmail.com.
