I have updates weewx to 4.6 and lastrain-extension (compatible weewx 4.6)
But I have exactly the same error of Remy after reboot
I've checked lastrain.py and I have the correct §:
        try:
            # 4.6.0 breaking change - must specify either 
context='short_delta' or context='long_delta'
            delta_time_vh = ValueHelper(delta_time_vt, 
context='long_delta', formatter=self.generator.formatter, 
converter=self.generator.converter)
        except:
            # this works for prior to 4.6.0
           delta_time_vh = ValueHelper(delta_time_vt, 
formatter=self.generator.formatter, converter=self.generator.converter)

Do you have an idea?
Le mardi 8 février 2022 à 00:13:07 UTC+1, vince a écrit :

> Yes - I updated my lastrain extension on github yesterday...
>

-- 
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/c1eb57d4-ee50-4924-a80e-5b5a0032996dn%40googlegroups.com.

Reply via email to