Ok TK, here is the Syslog with Debug = 1 from startup through the first reporting cycle.
*pi@raspberrypi:~ $ sudo /etc/init.d/weewx stop* *[ ok ] Stopping weewx (via systemctl): weewx.service.* *pi@raspberrypi:~ $ sudo /etc/init.d/weewx start* *[ ok ] Starting weewx (via systemctl): weewx.service.* *pi@raspberrypi:~ $ tail -f /var/log/syslog* *Sep 8 19:04:13 raspberrypi weewx[15908] DEBUG weewx.engine: Loading service weewx.engine.StdPrint* *Sep 8 19:04:13 raspberrypi weewx[15908] DEBUG weewx.engine: Finished loading service weewx.engine.StdPrint* *Sep 8 19:04:13 raspberrypi weewx[15908] DEBUG weewx.engine: Loading service weewx.engine.StdReport* *Sep 8 19:04:13 raspberrypi weewx[15908] DEBUG weewx.engine: Finished loading service weewx.engine.StdReport* *Sep 8 19:04:13 raspberrypi weewx[15908] INFO __main__: Starting up weewx version 4.1.1* *Sep 8 19:04:13 raspberrypi weewx[15908] DEBUG weewx.engine: Station does not support reading the time* *Sep 8 19:04:13 raspberrypi weewx[15908] INFO weewx.engine: Using binding 'wx_binding' to database 'weewx.sdb'* *Sep 8 19:04:13 raspberrypi weewx[15908] INFO weewx.manager: Starting backfill of daily summaries* *Sep 8 19:04:13 raspberrypi weewx[15908] INFO weewx.engine: Starting main packet loop.* *Sep 8 19:04:13 raspberrypi /weewxd: weatherflowudp: MainThread: Listening for UDP broadcasts to IP address <broadcast> on port 50222, with timeout 90 and share_socket True...* *Sep 8 19:04:40 raspberrypi dhcpcd[410]: wlan0: Router Advertisement from fe80::9610:3eff:fe86:b14b* *Sep 8 19:05:26 raspberrypi weewx[15908] INFO weewx.manager: Added record 2020-09-08 19:05:00 CDT (1599609900) to database 'weewx.sdb'* *Sep 8 19:05:26 raspberrypi weewx[15908] INFO weewx.manager: Added record 2020-09-08 19:05:00 CDT (1599609900) to daily summary in 'weewx.sdb'* *Sep 8 19:05:27 raspberrypi weewx[15908] DEBUG weewx.reportengine: Running reports for latest time in the database.* *Sep 8 19:05:27 raspberrypi /weewxd: weatherflowudp: MainThread: Listening for UDP broadcasts to IP address <broadcast> on port 50222, with timeout 90 and share_socket True...* *Sep 8 19:05:27 raspberrypi weewx[15908] DEBUG weewx.reportengine: Running report 'SeasonsReport'* *Sep 8 19:05:27 raspberrypi weewx[15908] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport'* *Sep 8 19:05:27 raspberrypi weewx[15908] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras']* *Sep 8 19:05:27 raspberrypi weewx[15908] DEBUG weewx.manager: Daily summary version is 2.0* *Sep 8 19:05:29 raspberrypi weewx[15908] INFO weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 1.94 seconds* *Sep 8 19:05:29 raspberrypi weewx[15908] DEBUG weewx.manager: Daily summary version is 2.0* *Sep 8 19:05:31 raspberrypi weewx[15908] INFO weewx.imagegenerator: Generated 30 images for report SeasonsReport in 2.72 seconds* *Sep 8 19:05:31 raspberrypi weewx[15908] INFO weewx.reportengine: Copied 5 files to /var/www/html/weewx* *Sep 8 19:05:31 raspberrypi weewx[15908] DEBUG weewx.reportengine: Report 'SmartphoneReport' not enabled. Skipping.* *Sep 8 19:05:31 raspberrypi weewx[15908] DEBUG weewx.reportengine: Report 'MobileReport' not enabled. Skipping.* *Sep 8 19:05:31 raspberrypi weewx[15908] DEBUG weewx.reportengine: Report 'StandardReport' not enabled. Skipping.* *Sep 8 19:05:31 raspberrypi weewx[15908] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping.* *Sep 8 19:05:31 raspberrypi weewx[15908] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping.* *Sep 8 19:06:11 raspberrypi dhcpcd[410]: wlan0: Router Advertisement from fe80::9610:3eff:fe86:b14b* On Tuesday, September 8, 2020 at 5:29:17 PM UTC-5 [email protected] wrote: > Maybe. Mr AI's response shows that configobj was installed for python 3, > but not necessarily python 2. And... we don't know what version of python > is being used, because we have not seen a log. > > Stop weewxd, set debug=1, restart weewxd. Post the log from startup > through the first reporting cycle. > > -tk > > On Tue, Sep 8, 2020 at 1:08 PM vince <[email protected]> wrote: > >> On Tuesday, September 8, 2020 at 12:50:16 PM UTC-7, ExprmntAl wrote: >>> >>> OK Vince, thanks for helping me. Here is what I got. >>> >>> *pi@raspberrypi:~ $ dpkg -l | grep -i configobj* >>> *ii python3-configobj 5.0.6-3 >>> all simple but powerful config file reader and writer >>> for Python 3* >>> *pi@raspberrypi:~ $ pip list | grep -i configobj* >>> *configobj 5.0.6* >>> *WARNING: You are using pip version 20.2.2; however, version 20.2.3 is >>> available.* >>> *You should consider upgrading via the '/usr/bin/python3 -m pip install >>> --upgrade pip' command.* >>> *pi@raspberrypi:~ $ pip3 list | grep -i configobj* >>> *configobj 5.0.6* >>> *WARNING: You are using pip version 20.2.2; however, version 20.2.3 is >>> available.* >>> >> >> >> wow - you have it from a package (python3), from pip (python3), and from >> pip (python2) >> >> So it's definitely there....meaning it's a weather34 thing I *think* at >> this point. >> >>> *You should consider upgrading via the '/usr/bin/python3 -m pip install >>> --upgrade pip' command.* >>> *pi@raspberrypi:~ $* >>> >>> On Tuesday, September 8, 2020 at 11:58:02 AM UTC-5 vince wrote: >>> >>>> On Tuesday, September 8, 2020 at 3:50:22 AM UTC-7, ExprmntAl wrote: >>>> >>>>> How can I determine that "configobj" is installed normally? >>>>> >>>>> >>>> It could have been installed via dpkg or pip or pip3, and you might >>>> have python2 'and' python3 installed on your system, so you need to check >>>> 3 >>>> ways. >>>> >>>> dpkg -l | grep -i configobj >>>> pip list | grep -i configobj >>>> pip3 list | grep -i configobj >>>> >>>> You need configobj to be installed to match up with the python your >>>> weewx (and perhaps the extension) use. >>>> >>>> -- >> 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/f75dc873-f9c9-4531-b28a-891e6c085be4o%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/f75dc873-f9c9-4531-b28a-891e6c085be4o%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/aacc10fc-e3b3-47e5-b148-f7907750b7bcn%40googlegroups.com.
