Re: [weewx-user] weewxctl debug error

2024-04-06 Thread Chris Eidem
That was the issue - running 3.6: [weewx@rocky1 ~]$ python --version Python 3.6.8 [weewx@rocky1 ~]$ weectl debug --output=/tmp/debug.txt Using configuration file /etc/weewx/weewx.conf Thank you for the solution, - chris On Saturday, April 6, 2024 at 3:38:33 PM UTC-5 Tom Keffer wrote: > What

Re: [weewx-user] weewxctl debug error

2024-04-06 Thread Tom Keffer
What version of Python are you using? The nullcontext requires v3.7 or greater (which breaks our supposed claim of supporting v3.6 or later). If you are using v3.6, you can specify an explicit path and get the results you need: *weectl debug --output=/tmp/debug.txt* On Sat, Apr 6, 2024 at

[weewx-user] weewxctl debug error

2024-04-06 Thread Chris Eidem
I'm trying to find out why rsync isn't sending to my web server and while attempting to debug that, i tried running 'weewxctl debug' and got the following output: [weewx@rocky1 ~]$ weectl debug Using configuration file /etc/weewx/weewx.conf Traceback (most recent call last): File