Attached please find the requested log.

When the service starts everything looks well and the system-load is low.
As soon as the first report is created, the process 
"/home/weewx/weewx-venv/bin/python3 
/home/weewx/weewx-venv/lib/python3.13/site-packages/weewxd.py 
/home/weewx/weewx-data/weewx.conf" consumes 100% CPU of one kernel. It 
stays at this level and the system-load rises to ~1.8.
Please note the messages:
"WARNING weewx.engine: Previous report thread has been running 
600.9363927841187 seconds.  Launching report thread anyway."
I guess 
"ERROR weewx.cheetahgenerator: Evaluation of template 
/home/weewx/weewx-data/skins/Seasons/index.html.tmpl failed with exception 
'<class 'FileNotFoundError'>'"
and the following messages are a result of a leftover of the pending thread.

Is there a way to monitor these  report threads and gather more information?

Allover the configuration is as before and works well.

I should mention, that i just migrated the system to Debian 13 Trixie.
Maybe this is relevant.
John Smith schrieb am Mittwoch, 3. Dezember 2025 um 00:43:07 UTC+1:

> Is this line correct and the hostname listed in /etc/hosts or a LAN 
> resolver?
>
> host = mariadb.local
>
> On Wed, 3 Dec 2025 at 10:40, John Smith <[email protected]> wrote:
>
>> Why didn't you copy your old config when you updated, or did it get 
>> deleted somehow and there is no backup of it?
>>
>> On Wed, 3 Dec 2025 at 06:30, Zed <[email protected]> wrote:
>>
>>> The db is running on another RPI-4b 4GB in the home LAN.
>>> No errors in the db-log.
>>> I like mariadb. This worked perfectly for years.
>>> Right now the system load is high as i am migrating data. I will check 
>>> again as soon as the load settels down again ...
>>>
>>> vince schrieb am Dienstag, 2. Dezember 2025 um 20:22:32 UTC+1:
>>>
>>>> Need more information.
>>>>
>>>>    
>>>>
>>>>    - What kind of system is running the db ?
>>>>    
>>>>
>>>>    - Where is this db system located - on your LAN ?  On internet ?
>>>>
>>>>
>>>>    - Are you seeing errors on the remote db server ?
>>>>    
>>>>
>>>>    - why do you need to use mariadb at all ?
>>>>    
>>>> And also...
>>>>
>>>>    - We need to see your 'current' logs from weewx startup through 
>>>>    'two' full report cycles.
>>>>
>>>> If it was ok using sqlite3 as your db, and it is not ok using mariadb 
>>>> as your db, the issue is likely a mariadb/weewx misconfiguration or a 
>>>> network issue.
>>>>
>>>> If you (temporarily) switch back to sqlite3 and it is then ok again, it 
>>>> is 'very' likely you have a mariadb/weewx misconfiguration or a network 
>>>> issue.
>>>>
>>>>
>>>> On Tuesday, December 2, 2025 at 11:09:41 AM UTC-8 Zed wrote:
>>>>
>>>>> @vince 
>>>>> attached please find the diag-log.
>>>>> WeeWX is running on a RPI-4b 4GB. Right now the load is high because 
>>>>> i'm migrating data. 
>>>>> Normaly is works perfectly well since years.
>>>>>
>>>>> vince schrieb am Dienstag, 2. Dezember 2025 um 18:10:37 UTC+1:
>>>>>
>>>>>> If it broke when you switched from (local) sqlite to (remote) 
>>>>>>  mariadb, you likely have network or configuration issues in your 
>>>>>> mariadb 
>>>>>> setup between the weewx system and that other system.
>>>>>>
>>>>>> What kind of pi are you running on ?  What kind of system is running 
>>>>>> the db ?   Are you seeing errors on the remote db server ?
>>>>>>
>>>>>> As Tom said, we need to see your 'current' logs from weewx startup 
>>>>>> through 'two' full report cycles.
>>>>>>
>>>>>> You might also attach the 'current' output of "*weectl diag 
>>>>>> --output=filename*" after checking the output file has no 
>>>>>> usernames/passwords in it.  Weectl is pretty good about obfuscating such 
>>>>>> things but it can't be perfect in all cases.
>>>>>>
>>>>>> On Tuesday, December 2, 2025 at 8:17:04 AM UTC-8 Tom Keffer wrote:
>>>>>>
>>>>>>> It's possible your reports are taking too long to process. Easy to 
>>>>>>> do with a RPi.
>>>>>>>
>>>>>>> But it's hard to say without seeing a log.
>>>>>>>
>>>>>>> On Tue, Dec 2, 2025 at 7:56 AM Zed <[email protected]> wrote:
>>>>>>>
>>>>>>>> Hm, now i'm suffering:
>>>>>>>>
>>>>>>>> "INFO weewx.engine: Launch of report thread aborted: existing 
>>>>>>>> report thread still running"
>>>>>>>>
>>>>>>>> How can i figure out, what's wrong?
>>>>>>>>
>>>>>>>> Zed schrieb am Dienstag, 2. Dezember 2025 um 16:28:48 UTC+1:
>>>>>>>>
>>>>>>>>> @John Smith You made my day! Looks like i'm getting old ;-)
>>>>>>>>> John Smith schrieb am Dienstag, 2. Dezember 2025 um 11:25:07 UTC+1:
>>>>>>>>>
>>>>>>>>>> You didn't configure weeWX for MariaDB
>>>>>>>>>>
>>>>>>>>>> Added record 2025-12-01 23:05:00 CET (1764626700) to database 
>>>>>>>>>> 'weewx.sdb'
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Specifically this section:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> [DataBindings]
>>>>>>>>>>     [[wx_binding]]
>>>>>>>>>>         database = archive_sqlite
>>>>>>>>>>         table_name = archive
>>>>>>>>>>         manager = weewx.manager.DaySummaryManager
>>>>>>>>>>         schema = weewx.schemas.wview_extended.schema
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, 2 Dec 2025 at 21:03, Zed <[email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> I had to upgrade my VEnv-installation from 4.9.1 to 5.2.0.
>>>>>>>>>>> The data is stored in mariadb since ever.
>>>>>>>>>>> Now in the reports i see the the values since the upgrade but 
>>>>>>>>>>> none before. Not in the view week, month or year.
>>>>>>>>>>> The database backup contains several hundreds of thousand of 
>>>>>>>>>>> records. So i guess the data is still there.
>>>>>>>>>>> What causes the old data to be hidden? 
>>>>>>>>>>>
>>>>>>>>>>> S. issues #1043 
>>>>>>>>>>> <https://github.com/weewx/weewx/issues/1043#issue-3683018851> 
>>>>>>>>>>>
>>>>>>>>>>> -- 
>>>>>>>>>>> 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 visit 
>>>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/b1f919c7-439a-42f8-b952-1e96fc5a5366n%40googlegroups.com
>>>>>>>>>>>  
>>>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/b1f919c7-439a-42f8-b952-1e96fc5a5366n%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 visit 
>>>>>>>> https://groups.google.com/d/msgid/weewx-user/c779e7ed-b1b6-4a1d-97eb-31abdb5406a5n%40googlegroups.com
>>>>>>>>  
>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/c779e7ed-b1b6-4a1d-97eb-31abdb5406a5n%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 visit 
>>> https://groups.google.com/d/msgid/weewx-user/222b6e08-be18-4d64-99d2-af7c247186dfn%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/weewx-user/222b6e08-be18-4d64-99d2-af7c247186dfn%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 visit 
https://groups.google.com/d/msgid/weewx-user/abff0369-6907-42f6-8a4b-98590b546bfdn%40googlegroups.com.
Dez 04 13:20:03 raspberrypi-W systemd[1]: Started weewx.service - WeeWX weather 
system.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Initializing 
weewxd version 5.2.0
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Command line: 
/home/weewx/weewx-venv/lib/python3.13/site-packages/weewxd.py 
/home/weewx/weewx-data/weewx.conf
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Using Python: 
3.13.5 (main, Jun 25 2025, 18:55:22) [GCC 14.2.0]
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Located at:   
/home/weewx/weewx-venv/bin/python3
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Platform:     
Linux-6.12.47+rpt-rpi-v8-aarch64-with-glibc2.41
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Locale:       
'de_DE.UTF-8'
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Entry path:   
/home/weewx/weewx-venv/lib/python3.13/site-packages/weewxd.py
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: WEEWX_ROOT:   
/home/weewx/weewx-data
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Config file:  
/home/weewx/weewx-data/weewx.conf
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: User module:  
/home/weewx/weewx-data/bin/user
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Debug:        0
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: User:         weewx
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Group:        weewx
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Groups:       
plugdev users i2c weewx
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: Loading 
station type SDR (user.sdr)
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.sdr: driver version is 
0.96b1
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.sdr: model is SDR
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.sdr: sensor map is 
{'outHumidity': 'humidity.125.Bresser5in1Packet', 'outTemp': 
'temperature.125.Bresser5in1Packet', 'windDir': 
'wind_dir.125.Bresser5in1Packet', 'rain_total': 
'rain_total.125.Bresser5in1Packet', 'windSpeed': 
'wind_speed.125.Bresser5in1Packet', 'windGust': 
'gust_speed.125.Bresser5in1Packet', 'outTempBatteryStatus': 
'battery.125.Bresser5in1Packet'}
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.sdr: deltas is {'rain': 
'rain_total', 'lightning_strike_count': 'strikes_total'}
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.sdr: startup process 
'/usr/local/bin/rtl_433 -Y classic -s 250k -f 868.272M -R 119 -g auto -M utc -F 
json'
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.bme280wx: bme280wx 
configuration {'usUnits': 'METRICWX'}
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.bme280wx: I2C port: 1
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.bme280wx: I2C address: 
0x76
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.bme280wx: fallback 
default units: METRICWX
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: StdConvert 
target unit is 0x11
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.wxservices: 
StdWXCalculate will use data binding wx_binding
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.csv: service version is 
0.11
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: Archive will 
use data binding wx_binding
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: Record 
generation will be attempted in 'software'
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: Using archive 
interval of 300 seconds (software record generation)
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.restx: 
StationRegistry: Registration not requested.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.restx: Wunderground: 
Posting not enabled.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.restx: PWSweather: 
Posting not enabled.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.restx: CWOP: Posting 
not enabled.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.restx: WOW: Posting 
not enabled.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.restx: WOW-BE: Posting 
not enabled.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.restx: AWEKAS: Posting 
not enabled.
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.mqtt: service version 
is 0.24
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.mqtt: binding to archive
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.mqtt: data_binding is 
wx_binding
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.mqtt: topic is weather
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.mqtt: desired unit 
system is METRIC
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.mqtt: data will be 
uploaded to mqtt://weewx:[email protected]:8883
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO user.mqtt: network 
encryption/authentication will be attempted
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: 'pyephem' 
detected, extended almanac data is available
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO __main__: Starting up weewx 
version 5.2.0
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx'
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.manager: Starting 
backfill of daily summaries
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.manager: Daily 
summaries up to date
Dez 04 13:20:04 raspberrypi-W weewxd[907715]: INFO weewx.engine: Starting main 
packet loop.
Dez 04 13:25:22 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:25:00 CET (1764851100) to database 'weewx'
Dez 04 13:25:23 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:25:00 CET (1764851100) to daily summary in 'weewx'
Dez 04 13:25:26 raspberrypi-W weewxd[907715]: INFO user.mqtt: client 
established for mqtt://weewx:[email protected]:8883
Dez 04 13:25:26 raspberrypi-W weewxd[907715]: INFO weewx.restx: MQTT: Published 
record 2025-12-04 13:25:00 CET (1764851100)
Dez 04 13:28:37 raspberrypi-W weewxd[907715]: INFO weewx.cheetahgenerator: 
Generated 8 files for report SeasonsReport in 194.00 seconds
Dez 04 13:30:23 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:30:00 CET (1764851400) to database 'weewx'
Dez 04 13:30:25 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:30:00 CET (1764851400) to daily summary in 'weewx'
Dez 04 13:30:25 raspberrypi-W weewxd[907715]: INFO weewx.engine: Launch of 
report thread aborted: existing report thread still running
Dez 04 13:30:25 raspberrypi-W weewxd[907715]: INFO weewx.restx: MQTT: Published 
record 2025-12-04 13:30:00 CET (1764851400)
Dez 04 13:35:23 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:35:00 CET (1764851700) to database 'weewx'
Dez 04 13:35:24 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:35:00 CET (1764851700) to daily summary in 'weewx'
Dez 04 13:35:24 raspberrypi-W weewxd[907715]: WARNING weewx.engine: Previous 
report thread has been running 600.9363927841187 seconds.  Launching report 
thread anyway.
Dez 04 13:35:24 raspberrypi-W weewxd[907715]: INFO weewx.restx: MQTT: Published 
record 2025-12-04 13:35:00 CET (1764851700)
Dez 04 13:36:31 raspberrypi-W weewxd[907715]: INFO weewx.imagegenerator: 
Generated 10 images for report SeasonsReport in 474.07 seconds
Dez 04 13:36:31 raspberrypi-W weewxd[907715]: INFO weewx.reportengine: Copied 5 
files to /home/weewx/weewx-data/public_html
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
Evaluation of template /home/weewx/weewx-data/skins/Seasons/index.html.tmpl 
failed with exception '<class 'FileNotFoundError'>'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Ignoring template /home/weewx/weewx-data/skins/Seasons/index.html.tmpl
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Reason: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/analytics.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  Traceback (most recent call last):
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/weewx/cheetahgenerator.py",
 line 334, in generate
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      unicode_string = compiled_template.respond()
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"_media_pi_PSSDT7_RBP_W_home_weewx_weewx_data_skins_Seasons_index_html_tmpl.py",
 line 210, in respond
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
1689, in _handleCheetahInclude
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      nestedTemplateClass = compiler.compile(source=source,
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                                             file=file)
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
742, in compile
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      fileHash += str(os.path.getmtime(file))
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                      ~~~~~~~~~~~~~~~~^^^^^^
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File "<frozen genericpath>", line 91, in getmtime
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/analytics.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
Evaluation of template 
/home/weewx/weewx-data/skins/Seasons/statistics.html.tmpl failed with exception 
'<class 'FileNotFoundError'>'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Ignoring template /home/weewx/weewx-data/skins/Seasons/statistics.html.tmpl
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Reason: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  Traceback (most recent call last):
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/weewx/cheetahgenerator.py",
 line 334, in generate
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      unicode_string = compiled_template.respond()
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"_media_pi_PSSDT7_RBP_W_home_weewx_weewx_data_skins_Seasons_statistics_html_tmpl.py",
 line 178, in respond
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
1689, in _handleCheetahInclude
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      nestedTemplateClass = compiler.compile(source=source,
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                                             file=file)
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
742, in compile
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      fileHash += str(os.path.getmtime(file))
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                      ~~~~~~~~~~~~~~~~^^^^^^
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File "<frozen genericpath>", line 91, in getmtime
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
Evaluation of template /home/weewx/weewx-data/skins/Seasons/telemetry.html.tmpl 
failed with exception '<class 'FileNotFoundError'>'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Ignoring template /home/weewx/weewx-data/skins/Seasons/telemetry.html.tmpl
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Reason: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  Traceback (most recent call last):
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/weewx/cheetahgenerator.py",
 line 334, in generate
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      unicode_string = compiled_template.respond()
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"_media_pi_PSSDT7_RBP_W_home_weewx_weewx_data_skins_Seasons_telemetry_html_tmpl.py",
 line 212, in respond
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
1689, in _handleCheetahInclude
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      nestedTemplateClass = compiler.compile(source=source,
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                                             file=file)
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
742, in compile
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      fileHash += str(os.path.getmtime(file))
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                      ~~~~~~~~~~~~~~~~^^^^^^
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File "<frozen genericpath>", line 91, in getmtime
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
Evaluation of template /home/weewx/weewx-data/skins/Seasons/tabular.html.tmpl 
failed with exception '<class 'FileNotFoundError'>'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Ignoring template /home/weewx/weewx-data/skins/Seasons/tabular.html.tmpl
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Reason: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  Traceback (most recent call last):
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/weewx/cheetahgenerator.py",
 line 334, in generate
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      unicode_string = compiled_template.respond()
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"_media_pi_PSSDT7_RBP_W_home_weewx_weewx_data_skins_Seasons_tabular_html_tmpl.py",
 line 162, in respond
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
1689, in _handleCheetahInclude
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      nestedTemplateClass = compiler.compile(source=source,
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                                             file=file)
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
742, in compile
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      fileHash += str(os.path.getmtime(file))
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                      ~~~~~~~~~~~~~~~~^^^^^^
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File "<frozen genericpath>", line 91, in getmtime
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
Evaluation of template /home/weewx/weewx-data/skins/Seasons/celestial.html.tmpl 
failed with exception '<class 'FileNotFoundError'>'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Ignoring template /home/weewx/weewx-data/skins/Seasons/celestial.html.tmpl
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
**** Reason: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  Traceback (most recent call last):
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/weewx/cheetahgenerator.py",
 line 334, in generate
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      unicode_string = compiled_template.respond()
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"_media_pi_PSSDT7_RBP_W_home_weewx_weewx_data_skins_Seasons_celestial_html_tmpl.py",
 line 170, in respond
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
1689, in _handleCheetahInclude
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      nestedTemplateClass = compiler.compile(source=source,
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                                             file=file)
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File 
"/home/weewx/weewx-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 
742, in compile
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****      fileHash += str(os.path.getmtime(file))
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****                      ~~~~~~~~~~~~~~~~^^^^^^
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****    File "<frozen genericpath>", line 91, in getmtime
Dez 04 13:36:45 raspberrypi-W weewxd[907715]: ERROR weewx.cheetahgenerator: 
****  FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/home/weewx/weewx-data/skins/Rsync/titlebar.inc'
Dez 04 13:36:48 raspberrypi-W weewxd[907715]: INFO weewx.cheetahgenerator: 
Generated 3 files for report SeasonsReport in 16.37 seconds
Dez 04 13:40:23 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:40:00 CET (1764852000) to database 'weewx'
Dez 04 13:40:25 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:40:00 CET (1764852000) to daily summary in 'weewx'
Dez 04 13:40:25 raspberrypi-W weewxd[907715]: INFO weewx.engine: Launch of 
report thread aborted: existing report thread still running
Dez 04 13:40:25 raspberrypi-W weewxd[907715]: INFO weewx.restx: MQTT: Published 
record 2025-12-04 13:40:00 CET (1764852000)
Dez 04 13:44:42 raspberrypi-W weewxd[907715]: INFO weewx.imagegenerator: 
Generated 10 images for report SeasonsReport in 474.41 seconds
Dez 04 13:44:42 raspberrypi-W weewxd[907715]: INFO weewx.reportengine: Copied 0 
files to /home/weewx/weewx-data/public_html
Dez 04 13:44:43 raspberrypi-W weewxd[907715]: INFO weeutil.rsyncupload: rsync'd 
23 files (226.145 bytes) in 1.45 seconds
Dez 04 13:44:44 raspberrypi-W weewxd[907715]: INFO weeutil.rsyncupload: rsync'd 
0 files (0 bytes) in 0.61 seconds
Dez 04 13:45:22 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:45:00 CET (1764852300) to database 'weewx'
Dez 04 13:45:22 raspberrypi-W weewxd[907715]: INFO weewx.manager: Added record 
2025-12-04 13:45:00 CET (1764852300) to daily summary in 'weewx'
Dez 04 13:45:23 raspberrypi-W weewxd[907715]: INFO weewx.restx: MQTT: Published 
record 2025-12-04 13:45:00 CET (1764852300)
Dez 04 13:48:10 raspberrypi-W weewxd[907715]: INFO weewx.cheetahgenerator: 
Generated 8 files for report SeasonsReport in 167.71 seconds

Reply via email to