Sorry about that. Are these what you needed? On Saturday, January 4, 2025 at 8:49:39 PM UTC-5 vince wrote:
> A log in RTF format ? Please. Text files only. > > I see nothing in your file with the string weewx. See > https://www.weewx.com/docs/5.1/usersguide/monitoring/#status for how to > get the actual logs for your os. Be sure to set debug=1 in weewx and > restart weewx afterward to get verbose logging. > > On Saturday, January 4, 2025 at 2:39:53 PM UTC-8 Jonathan Emmert wrote: > >> I have just installed Weewx on Lubuntu (22.04.5) but it doesn't seem to >> be writing to the sqlite db. Relevant notes. >> >> - Installed directly from Git >> - Using a Vevor 7in1 Weather station >> - Communicating to the computer via rtl_433 >> - rtl_433 is running correctly (have the command line in sdr.py >> also writing a json which is updating as expected) >> - I have installed the weewx-sdr add-on >> - I have attached my syslog for a 15 minute run (debug = 1 enabled) >> >> Any help is appreciated. >> > -- 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 weewx-user+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/1c34fc81-5f78-464d-b857-e0269270a3e6n%40googlegroups.com.
sudo journalctl -u weewx --lines 40 Jan 05 19:25:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: Cannot read skin configuration file /var/www/html/weewx/skins/Seasons/skin.conf for report 'SeasonsReport': Config file not> Jan 05 19:25:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: Cannot read localization file /var/www/html/weewx/skins/Seasons/lang/en.conf for report 'SeasonsReport': Config file not fo> Jan 05 19:25:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: **** Using defaults instead. Jan 05 19:25:15 BmaxB2s weewxd[52927]: Exception in thread ReportThread: Jan 05 19:25:15 BmaxB2s weewxd[52927]: Traceback (most recent call last): Jan 05 19:25:15 BmaxB2s weewxd[52927]: File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner Jan 05 19:25:15 BmaxB2s weewxd[52927]: self.run() Jan 05 19:25:15 BmaxB2s weewxd[52927]: File "/usr/share/weewx/weewx/reportengine.py", line 218, in run Jan 05 19:25:15 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 1: <urlopen error [Errno -2] Name or service not known> Jan 05 19:25:15 BmaxB2s weewxd[52927]: with set_cwd(os.path.join(self.config_dict['WEEWX_ROOT'], Jan 05 19:25:15 BmaxB2s weewxd[52927]: File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ Jan 05 19:25:15 BmaxB2s weewxd[52927]: return next(self.gen) Jan 05 19:25:15 BmaxB2s weewxd[52927]: File "/usr/share/weewx/weewx/reportengine.py", line 76, in set_cwd Jan 05 19:25:15 BmaxB2s weewxd[52927]: os.chdir(new_cwd) Jan 05 19:25:15 BmaxB2s weewxd[52927]: FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/weewx/skins/Seasons' Jan 05 19:25:20 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 2: <urlopen error [Errno -2] Name or service not known> Jan 05 19:25:25 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 3: <urlopen error [Errno -2] Name or service not known> Jan 05 19:25:25 BmaxB2s weewxd[52927]: ERROR weewx.restx: Wunderground-PWS: Failed to publish record 2025-01-05 19:25:00 EST (1736123100): Failed upload after 3 tries Jan 05 19:30:15 BmaxB2s weewxd[52927]: INFO weewx.manager: Added record 2025-01-05 19:30:00 EST (1736123400) to database 'weewx.sdb' Jan 05 19:30:15 BmaxB2s weewxd[52927]: INFO weewx.manager: Added record 2025-01-05 19:30:00 EST (1736123400) to daily summary in 'weewx.sdb' Jan 05 19:30:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: Running reports for latest time in the database. Jan 05 19:30:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: Running report 'SeasonsReport' Jan 05 19:30:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: Cannot read skin configuration file /var/www/html/weewx/skins/Seasons/skin.conf for report 'SeasonsReport': Config file not> Jan 05 19:30:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: Cannot read localization file /var/www/html/weewx/skins/Seasons/lang/en.conf for report 'SeasonsReport': Config file not fo> Jan 05 19:30:15 BmaxB2s weewxd[52927]: DEBUG weewx.reportengine: **** Using defaults instead. Jan 05 19:30:15 BmaxB2s weewxd[52927]: Exception in thread ReportThread: Jan 05 19:30:15 BmaxB2s weewxd[52927]: Traceback (most recent call last): Jan 05 19:30:15 BmaxB2s weewxd[52927]: File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner Jan 05 19:30:15 BmaxB2s weewxd[52927]: self.run() Jan 05 19:30:15 BmaxB2s weewxd[52927]: File "/usr/share/weewx/weewx/reportengine.py", line 218, in run Jan 05 19:30:15 BmaxB2s weewxd[52927]: with set_cwd(os.path.join(self.config_dict['WEEWX_ROOT'], Jan 05 19:30:15 BmaxB2s weewxd[52927]: File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ Jan 05 19:30:15 BmaxB2s weewxd[52927]: return next(self.gen) Jan 05 19:30:15 BmaxB2s weewxd[52927]: File "/usr/share/weewx/weewx/reportengine.py", line 76, in set_cwd Jan 05 19:30:15 BmaxB2s weewxd[52927]: os.chdir(new_cwd) Jan 05 19:30:15 BmaxB2s weewxd[52927]: FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/weewx/skins/Seasons' Jan 05 19:30:15 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 1: <urlopen error [Errno -2] Name or service not known> Jan 05 19:30:20 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 2: <urlopen error [Errno -2] Name or service not known> Jan 05 19:30:25 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 3: <urlopen error [Errno -2] Name or service not known> Jan 05 19:30:25 BmaxB2s weewxd[52927]: ERROR weewx.restx: Wunderground-PWS: Failed to publish record 2025-01-05 19:30:00 EST (1736123400): Failed upload after 3 tries
weewx.service - WeeWX Loaded: loaded (/lib/systemd/system/weewx.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2025-01-05 19:09:55 EST; 18min ago Docs: https://weewx.com/docs Main PID: 52927 (python3) Tasks: 2 (limit: 6696) Memory: 19.0M CPU: 1.188s CGroup: /system.slice/weewx.service └─52927 python3 /usr/share/weewx/weewxd.py /etc/weewx/weewx.conf Jan 05 19:25:15 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 1: <urlopen error [Errno -2] Name or servic Jan 05 19:25:15 BmaxB2s weewxd[52927]: with set_cwd(os.path.join(self.config_dict['WEEWX_ROOT'], Jan 05 19:25:15 BmaxB2s weewxd[52927]: File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ Jan 05 19:25:15 BmaxB2s weewxd[52927]: return next(self.gen) Jan 05 19:25:15 BmaxB2s weewxd[52927]: File "/usr/share/weewx/weewx/reportengine.py", line 76, in set_cwd Jan 05 19:25:15 BmaxB2s weewxd[52927]: os.chdir(new_cwd) Jan 05 19:25:15 BmaxB2s weewxd[52927]: FileNotFoundError: [Errno 2] No such file or directory: '/var/www/html/weewx/skins/Seasons' Jan 05 19:25:20 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 2: <urlopen error [Errno -2] Name or servic Jan 05 19:25:25 BmaxB2s weewxd[52927]: DEBUG weewx.restx: Wunderground-PWS: Failed upload attempt 3: <urlopen error [Errno -2] Name or servic Jan 05 19:25:25 BmaxB2s weewxd[52927]: ERROR weewx.restx: Wunderground-PWS: Failed to publish record 2025-01-05 19:25:00 EST (1736123100): Fa