--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/AQ8Xw5K9PFo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/beb85170-03d9-464c-866e-3c61c9267776%40googlegroups.com.
Python 24.0.0b10setup.pyMint 19.3Development branch of Belchertown from today 7 Feb
Feb 7 16:50:26 srvr weewx[23592] ERROR weewx.reportengine: **** Warning: Error writing forecast info to /home/weewx/public_html/weather/belchertown/json/darksky_forecast.json. Reason: [Errno 2] No such file or directory: u'/home/weewx/public_html/weather/belchertown/json/darksky_forecast.json'
I believe the error is related to a python3 vs python 2 issue. Look at the path it is trying to write to: the u' is odd.Feb 7 16:50:26 srvr weewx[23592] ERROR weewx.reportengine: **** Warning: Error writing forecast info to /home/weewx/public_html/weather/belchertown/json/darksky_forecast.json. Reason: [Errno 2] No such file or directory: u'/home/weewx/public_html/weather/belchertown/json/darksky_forecast.json'
Feb 17 20:30:22 srvr weewx[32089] INFO user.belchertown: New forecast file downloaded to /home/weewx/public_html/weather/belchertown/json/darksky_forecast.jsonFeb 17 20:30:22 srvr weewx[32089] INFO weewx.restx: CWOP: Published record 2020-02-17 20:30:00 EST (1581989400)Feb 17 20:30:22 srvr weewx[32089] INFO user.belchertown: Update Checker: New GitHub Version file downloaded to /home/weewx/public_html/weather/belchertown/json/github_version.jsonFeb 17 20:30:22 srvr weewx[32089] INFO weewx.restx: Weather365: Published record 2020-02-17 20:30:00 EST (1581989400)Feb 17 20:30:24 srvr weewx[32089] INFO weewx.cheetahgenerator: Generated 33 files for report Belchertown in 2.86 secondsFeb 17 20:30:24 srvr weewx[32089] INFO weewx.reportengine: Copied 2 files to /home/weewx/public_html/weather/belchertown
var categories = [u'N', u'NNE', u'NE', u'ENE', u'E', u'ESE', u'SE', u'SSE', u'S', u'SSW', u'SW', u'WSW', u'W', u'WNW', u'NW', u'NNW', u'N/A'];
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/AQ8Xw5K9PFo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7afe82e2-26bb-4265-a4b8-5ce303f6d9b0%40googlegroups.com.
Mar 8 21:00:24 srvr weewx[29324] INFO user.belchertown: New forecast file downloaded to /home/weewx/public_html/weather/json/darksky_forecast.jsonMar 8 21:00:24 srvr weewx[29324] INFO weewx.cheetahgenerator: Generated 11 files for report Belchertown in 0.55 secondsMar 8 21:00:24 srvr weewx[29324] INFO weewx.reportengine: Copied 2 files to /home/weewx/public_html/weatherroot@srvr:/home/weewx/public_html/weather/json# service weewx stopsh: 0: getcwd() failed: No such file or directoryroot@srvr:/home/weewx/public_html/weather/json# cd /root@srvr:/# service weewx stoproot@srvr:/# service weewx startsudo netstat -tulpn | grep -E '8883|9001'tcp 0 0 0.0.0.0:8883 0.0.0.0:* LISTEN 968/mosquitto tcp 0 0 0.0.0.0:9001 0.0.0.0:* LISTEN 968/mosquitto tcp6 0 0 :::8883 :::* LISTEN 968/mosquittoroot@srvr:~# ufw statusStatus: inactiveroot@srvr:~# systemctl status iptables-persistentUnit iptables-persistent.service could not be found.root@srvr:~# systemctl status iptablesUnit iptables.service could not be found.1584380087: mosquitto version 1.4.15 (build date Tue, 18 Jun 2019 11:42:22 -0300) starting1584380087: Config loaded from /etc/mosquitto/mosquitto.conf.1584380087: Opening ipv4 listen socket on port 1883.1584380087: Opening ipv6 listen socket on port 1883.1584380087: Opening ipv4 listen socket on port 8883.1584380087: Opening ipv6 listen socket on port 8883.1584380087: Opening websockets listen socket on port 9001.It seems that the websockets included with Linux Mint 19.3 does not have IPv6 support compiled into it.Lousy choice on the part of Linux Mint.I hope this might save someone else from the same.