Hey, attached is an excerpt from journalctl. 

Greetings Sebastian

gjr80 schrieb am Dienstag, 23. Juli 2024 um 10:41:51 UTC+2:

> OK. At the moment my best guess is that when weectl import calculates 
> missing derived obs one of the GTS derived obs is not being calculated 
> cleanly/causing a process to remain in memory. Over time the overall memory 
> use increases until the system hangs/crashes due to lack of free memory. A 
> restart relieves the symptoms by clearing the old weectl import processes 
> and the cycle repeats. weectl import is completing execution (the 
> printing of the two lines starting 'Those records with a timestamp 
> already in the archive will not have been' are the last thing weectl 
> import does), but I suspect the thread launched by the GTS type is 
> continues once weectl import has otherwise finished.
>
> You still haven't provided any log extracts, my suggestion is to edit 
> weewx.conf, set debug = 1 then save weewx.conf. The next time your cron 
> job runs weectl import it should use debug = 1 and there may be some clue 
> in the log as to what is happening. If your system is using 
> systemd-journald for logging you may need to poke around using journalctl 
> to find the weectl import log output, this section 
> <https://github.com/weewx/weewx/wiki/view-logs#journalctl> of the view 
> logs wiki page <https://github.com/weewx/weewx/wiki/view-logs> may help. 
> You might want to start with sudo journalctl -t weectl.
>
> Gary
>
> On Tuesday 23 July 2024 at 17:02:33 UTC+10 [email protected] 
> wrote:
>
>> Hello, first of all thank you very much for your help. 
>>
>> Here is the content of htop. There I see that the import has started 
>> several times. According to crontab it starts every 15 minutes. Because it 
>> doesn't seem to finish, there are so many views. Just my guess.
>>
>> gjr80 schrieb am Dienstag, 23. Juli 2024 um 07:47:50 UTC+2:
>>
>>> So if ctl-C is being used to interrupt a script, the script must be 
>>> being run from the command line; ctl-C will have no effect on scripts 
>>> executed by cron. weectl import does not directly use threading, 
>>> however, weectl import uses a number of WeeWX 'API' calls to do things 
>>> (save data to database and calculate missing/derived obs are the two main 
>>> ones). I would suggest this use of threading is possibly due to an xtype 
>>> call when calculating missing/derived obs. weectl import does not 
>>> 'load' any extensions per se; however, that is not to say that some other 
>>> parts of WeeWX called by weectl import do not. Again an xtype being 
>>> used to calculate missing/derived obs is an obvious candidate. I don't see 
>>> the 'area 30 31' output being direct weectl import output, quite 
>>> possibly it is output from some other extension.
>>>
>>> To start tracking this down we need to go back to basics with log and 
>>> config. What does the WeeWX log shown when weectl import is run? And what 
>>> is in weewx.conf (and to a lesser extent) the import config file 
>>> /etc/weewx/import/wu-example.conf.
>>>
>>> Gary
>>>
>>> On Tuesday 23 July 2024 at 15:08:09 UTC+10 [email protected] wrote:
>>>
>>>> Gary,
>>>>
>>>> may be, it is a little bit of a language problem. I heard of this case 
>>>> before, so I may add some explanation, but I cannot explain all.
>>>>
>>>> The user seems to call weectl import from the command line or from 
>>>> crontab to retrieve data from Wunderground. The command first runs as 
>>>> expected. Data is imported and saved to the database. But then, the 
>>>> command 
>>>> does not end. It hangs. So I suggested to the user to press CTRL-C several 
>>>> times. This resulted in an error message saying that the command hang in 
>>>> the threading module while waiting for a lock.
>>>>
>>>> First question: Where does weectl import use threading? Or does this 
>>>> point to the problem that threading is involved at all?
>>>>
>>>> I had a short glance at the sources, but I did not see it.
>>>>
>>>> Then, there are some hints that third party extensions are involved in 
>>>> the problem. Does weectl import load WeeWX extensions? I do not see a 
>>>> reason to do so. But the output "area 30 31" at the end of the first 
>>>> post is from an extension, not from the command itself.
>>>>
>>>> Karen
>>>>
>>>>

-- 
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/ace89e74-35d9-4c5b-8744-f86bd08c9272n%40googlegroups.com.
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.wuimport: Observation 
history for Weather Underground station 'I*****' will be imported.
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weeimport.wuimport: The following 
options will be used:
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weeimport.wuimport:      
config=/etc/weewx/weewx.conf, import-config=/etc/weewx/import/wu-example.conf
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weeimport.wuimport:      
station=IQUAKE19, from=None, to=None
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weeimport.wuimport:      
apiKey=****************************9613
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weeimport.wuimport:      
dry-run=False, calc_missing=True, ignore_invalid_data=True
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weeimport.wuimport:      
tranche=250, interval=5, wind_direction=[0.0, 360.0]
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.wuimport: Using database 
binding 'wx_binding', which is bound to database 'weewx.sdb'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.wuimport: Destination table 
'archive' unit system is '0x10' (METRIC).
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: The following 
imported field-to-WeeWX field map will be used:
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'epoch' in units 'unix_epoch' --> WeeWX field 'dateTime'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'tempAvg' in units 'degree_F' --> WeeWX field 'outTemp'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'humidityAvg' in units 'percent' --> WeeWX field 'outHumidity'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'dewptAvg' in units 'degree_F' --> WeeWX field 'dewpoint'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'heatindexAvg' in units 'degree_F' --> WeeWX field 'heatindex'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'windchillAvg' in units 'degree_F' --> WeeWX field 'windchill'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'pressureAvg' in units 'inHg' --> WeeWX field 'barometer'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'precipTotal' in units 'inch' --> WeeWX field 'rain'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:        (source 
field 'precipTotal' will be treated as a cumulative value)
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'precipRate' in units 'inch_per_hour' --> WeeWX field 'rainRate'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'windspeedAvg' in units 'mile_per_hour' --> WeeWX field 'windSpeed'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'winddirAvg' in units 'degree_compass' --> WeeWX field 'windDir'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'windgustHigh' in units 'mile_per_hour' --> WeeWX field 'windGust'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'solarRadiationHigh' in units 'watt_per_meter_squared' --> WeeWX field 
'radiation'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport:      source 
field 'uvHigh' in units 'uv_index' --> WeeWX field 'UV'
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Obtaining raw 
import data for period 1 ...
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Raw import data 
read successfully for period 1.
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Mapping raw 
import data for period 1 ...
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Mapped 131 
records.
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Raw import data 
mapped successfully for period 1.
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Saving mapped 
data to archive for period 1 ...
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:04:52 CEST (1721685892) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:09:52 CEST (1721686192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:14:40 CEST (1721686480) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:19:52 CEST (1721686792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:24:53 CEST (1721687093) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:29:52 CEST (1721687392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:34:52 CEST (1721687692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:39:53 CEST (1721687993) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:44:52 CEST (1721688292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:49:52 CEST (1721688592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:54:52 CEST (1721688892) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 00:59:52 CEST (1721689192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:04:28 CEST (1721689468) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:09:52 CEST (1721689792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:14:52 CEST (1721690092) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:19:52 CEST (1721690392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:24:52 CEST (1721690692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:29:52 CEST (1721690992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:34:28 CEST (1721691268) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:39:52 CEST (1721691592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:44:28 CEST (1721691868) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:49:52 CEST (1721692192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:54:52 CEST (1721692492) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 01:59:28 CEST (1721692768) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:04:52 CEST (1721693092) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:09:59 CEST (1721693399) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:14:40 CEST (1721693680) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:19:52 CEST (1721693992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:24:40 CEST (1721694280) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:29:52 CEST (1721694592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:34:52 CEST (1721694892) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:39:52 CEST (1721695192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:44:52 CEST (1721695492) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:49:52 CEST (1721695792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:54:52 CEST (1721696092) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 02:59:52 CEST (1721696392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:04:52 CEST (1721696692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:09:52 CEST (1721696992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:14:59 CEST (1721697299) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:19:52 CEST (1721697592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:24:59 CEST (1721697899) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:29:52 CEST (1721698192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:34:28 CEST (1721698468) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:39:52 CEST (1721698792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:44:28 CEST (1721699068) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:49:52 CEST (1721699392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:54:52 CEST (1721699692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 03:59:52 CEST (1721699992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:04:28 CEST (1721700268) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:09:52 CEST (1721700592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:14:53 CEST (1721700893) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:19:52 CEST (1721701192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:24:52 CEST (1721701492) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:29:52 CEST (1721701792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:34:40 CEST (1721702080) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:39:52 CEST (1721702392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:44:52 CEST (1721702692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:49:40 CEST (1721702980) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:54:52 CEST (1721703292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 04:59:52 CEST (1721703592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:04:40 CEST (1721703880) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:09:52 CEST (1721704192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:14:52 CEST (1721704492) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:19:52 CEST (1721704792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:24:52 CEST (1721705092) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:29:52 CEST (1721705392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:34:52 CEST (1721705692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:39:52 CEST (1721705992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:44:52 CEST (1721706292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:49:52 CEST (1721706592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:54:52 CEST (1721706892) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 05:59:52 CEST (1721707192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:04:40 CEST (1721707480) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:09:52 CEST (1721707792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:14:52 CEST (1721708092) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:19:52 CEST (1721708392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:24:52 CEST (1721708692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:29:52 CEST (1721708992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:34:52 CEST (1721709292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:39:52 CEST (1721709592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:44:52 CEST (1721709892) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:49:28 CEST (1721710168) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:54:40 CEST (1721710480) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 06:59:52 CEST (1721710792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:04:40 CEST (1721711080) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:09:52 CEST (1721711392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:14:52 CEST (1721711692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:19:52 CEST (1721711992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:24:40 CEST (1721712280) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:29:52 CEST (1721712592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:34:28 CEST (1721712868) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:39:52 CEST (1721713192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:44:52 CEST (1721713492) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:49:52 CEST (1721713792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:54:52 CEST (1721714092) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 07:59:52 CEST (1721714392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:04:52 CEST (1721714692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:09:52 CEST (1721714992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:14:52 CEST (1721715292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:19:52 CEST (1721715592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:24:52 CEST (1721715892) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:29:52 CEST (1721716192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:34:28 CEST (1721716468) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:39:40 CEST (1721716780) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:44:28 CEST (1721717068) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:49:52 CEST (1721717392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:54:52 CEST (1721717692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 08:59:52 CEST (1721717992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:04:52 CEST (1721718292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:09:52 CEST (1721718592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:14:28 CEST (1721718868) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:19:52 CEST (1721719192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:24:52 CEST (1721719492) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:29:52 CEST (1721719792) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:34:28 CEST (1721720068) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:39:52 CEST (1721720392) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:44:52 CEST (1721720692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:49:52 CEST (1721720992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:54:52 CEST (1721721292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 09:59:40 CEST (1721721580) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:04:28 CEST (1721721868) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:09:52 CEST (1721722192) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:14:40 CEST (1721722480) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:19:53 CEST (1721722793) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:24:28 CEST (1721723068) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:29:45 CEST (1721723385) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:34:52 CEST (1721723692) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:39:52 CEST (1721723992) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:44:52 CEST (1721724292) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:49:52 CEST (1721724592) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: ERROR weewx.manager: Unable to add record 
2024-07-23 10:54:52 CEST (1721724892) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Mapped data 
saved to archive successfully for period 1.
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weewx.manager: Daily summary version 
is 4.0
Jul 23 11:08:28 weewx5 weectl[1142]: INFO weeimport.weeimport: Calculating 
missing derived observations ...
Jul 23 11:08:28 weewx5 weectl[1142]: DEBUG weewx.engine: Loading service 
weewx.engine.StdTimeSynch

Reply via email to