I'm running the same thing. I don't think you will find anything in debug mode since metargenerator.py seems to be running and it logs to syslog directly. I am not a python programmer, but I think you will need to add some additional "syslog.syslog(syslog.LOG_INFO,......." code to find out exactly what is happening in def statsHTMLTable(self, airport): when it tries to get the metar.
On Friday, June 2, 2023 at 12:58:21 PM UTC-6 Nate Bargmann wrote: > * On 2023 02 Jun 13:31 -0500, MikeQ wrote: > > One more thought - what version of Python are you running? The original > > weewx-metar code was written in 2018 for Python2 and was re-written 2 > years > > ago for Python3. The current version in master on github is the Python3 > > version. > > I am running on Amrbian (Debian) Bullseye which has Python 3.9.2. Would > the extension benefit from running Weewx with debug mode enabled? > > - Nate > > -- > "The optimist proclaims that we live in the best of all > possible worlds. The pessimist fears this is true." > Web: https://www.n0nb.us > Projects: https://github.com/N0NB > GPG fingerprint: 82D6 4F6B 0E67 CD41 F689 BBA6 FB2C 5130 D55A 8819 > > -- 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/2e9e5148-aba1-4306-877f-886e68c88e8en%40googlegroups.com.
