You did not show very much of the log, so it is difficult to determine what happened.
My best guess is that somewhere in your database you have a string where you should have a number. Did you edit the database? On Fri, Aug 20, 2021 at 8:19 AM jose riaño <[email protected]> wrote: > al cambiar mi versión o reinstalar se me puso la versión 4.5.1 pero > cuando quiero arrancar el sistema me sale esto: > > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > File "/usr/share/weewx/weewx/accum.py", line 495, in add_value > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > self[obs_type].addHiLo(val, record['dateTime']) > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > File "/usr/share/weewx/weewx/accum.py", line 168, in addHiLo > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > val = to_float(val) > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > File "/usr/share/weewx/weeutil/weeutil.py", line 1276, in to_float > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > return float(x) if x is not None else None > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > ValueError: could not convert string to float: > Aug 20 10:04:16 raspberrypi weewx[1514] CRITICAL __main__: **** > Exiting. > > > no encuentro el error o que debo hacer por favor me ayudan > > -- > 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/79fe0a4e-6c0c-43b4-9244-77ed14330e8cn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/79fe0a4e-6c0c-43b4-9244-77ed14330e8cn%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/CAPq0zEDkNziBRxe0OP-OuL-QgheYEaWgDh%3DAuRgFgaON0KZFHw%40mail.gmail.com.
