As you say, there are several errors here.

The first is caused by changes in Pillow, the library WeeWX uses for
imaging. A number of features were deprecated in Pillow 10.0
<https://pillow.readthedocs.io/en/stable/deprecations.html#font-size-and-offset-methods>.
WeeWX Version 5 will have workarounds for these features, but, for now, the
solution is to go back to Pillow version 9.5. I don't know how to do that
on the SuSE platform, but I'm sure it's possible.

It seems that you are using the Bootstrap skin? It is causing the 2nd error
(KeyError: 'minvalues'). I do not know anything about this skin, but make
sure your copy is up to date --- perhaps the author has fixed it.

One of the templates in one of your skin is using the unit 'hpa'. The name
is actually "hPa". Note the capital "P".

Finally, you are getting a number of "Duplicate entry" errors caused by
trying to insert data into the database for time values that already exist
in the database. In this case, for records back in July 2022, over a year
ago. You didn't say what kind of weather station you are using, but its
implementation of genArchiveRecords() is not quite right. Or, perhaps the
log is from an archive dump? It's impossible to tell without seeing earlier
parts of the log from when weewxd starts up.

Hope that gets you started.

-tk




On Sun, Oct 22, 2023 at 2:46 PM Sylvain M <[email protected]> wrote:

> Hello,
>
> I have just installed weewx under opensuse with the repository according
> to the user manual method.
> My HTML_ROOT = /srv/www/htdocs/weewx/
> My base is mysql.
>
> I managed to put my translation into French but my web interface does not
> have an image in the base Seasons skin to get back to basics.
>
> I set debug to 1 and my system log gives me lots of errors. Here are the
> last 3000 lines: https://pastebin.com/dJKQ53Kw
>
> Can you help me resolve these errors?
> What's not working?
>
> Thank you for your help.
>
> --
> 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/2c404e14-b1ec-485d-bdaf-99bfa4c76e6fn%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/2c404e14-b1ec-485d-bdaf-99bfa4c76e6fn%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/CAPq0zED6NcB%3D9g5jsH1ZE4iL3wqS40h0aZDL3ufxn1ws1ojfZg%40mail.gmail.com.

Reply via email to