Re: [weewx-user] Finally traced out why my Weewx isn't posting to WU

2022-10-19 Thread Tom Keffer
No. Support for Python 3 started with Version 4.0.0, released 30-April-2020. On Wed, Oct 19, 2022 at 2:18 PM David Barto wrote: > Will 3.9.2 work with python3? I’m unsure of the version the switchover > from python2 to python3 occurred. > > David > > On Oct 19, 2022, at 2:13 PM, Tom Keffer wro

Re: [weewx-user] Finally traced out why my Weewx isn't posting to WU

2022-10-19 Thread David Barto
Will 3.9.2 work with python3? I’m unsure of the version the switchover from python2 to python3 occurred. David > On Oct 19, 2022, at 2:13 PM, Tom Keffer wrote: > > Most likely your version of OpenSSL and/or Python are outdated. > > A bit of Googling reveals: > https://stackoverflow.

Re: [weewx-user] Finally traced out why my Weewx isn't posting to WU

2022-10-19 Thread Tom Keffer
Most likely your version of OpenSSL and/or Python are outdated. A bit of Googling reveals: https://stackoverflow.com/questions/44316292/ssl-sslerror-tlsv1-alert-protocol-version Try the suggestions there. On Wed, Oct 19, 2022 at 1:37 PM David Barto wrote: > Oct 19 13:32:27 Magrathea weewx[5293

[weewx-user] Finally traced out why my Weewx isn't posting to WU

2022-10-19 Thread David Barto
Oct 19 13:32:27 Magrathea weewx[52934]: restx: Wunderground-PWS: Failed upload attempt 3: Since the throw from the post in restx.py (line 443) _response = self.post_request(request, data) was getting captured, however since the logging was DEBUG nothing showed up. I changed the loggi