Looks like another encoding issue. You could try changing line 274 in the same fashion. No guarantees, as I can't test it.
change... sv = ow.get(path) to include the encode fix... sv = ow.get(path.encode()) I've raised it as an issue on github, hopefully mathew will be along and able to apply his expertise to it. https://github.com/matthewwall/weewx-owfs/issues/3 On 23/05/2020, Gazza <[email protected]> wrote: > > Tried that change and it crashed with a different set of errors. > > > Gaz > > > > -- > 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/ec0c7d16-8d7b-4c0b-8285-982a91157a4b%40googlegroups.com. > -- Cheers Glenn rorpi - read only raspberry pi & various weewx addons https://github.com/glennmckechnie -- 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/CAAraAzhBLR2Dhjz687LRPWMXuA8RP4KKafb57yuGWo1zByz%3D9Q%40mail.gmail.com.
