Just upgraded to 4.10.2 and Python3

82 views
Skip to first unread message

David Barto

unread,
Aug 25, 2023, 9:42:21 PM8/25/23
to weewx...@googlegroups.com
On a new Mac, and I’m getting the following:

AttributeError: type object 'ImageDraw' has no attribute 'textsize'
Traceback (most recent call last):
File "/Users/Shared/weewx-4.10.2/bin/weewx/reportengine.py", line 197, in run
obj.start()
File "/Users/Shared/weewx-4.10.2/bin/weewx/reportengine.py", line 385, in start
self.run()
File "/Users/Shared/weewx-4.10.2/bin/weewx/imagegenerator.py", line 42, in run
self.gen_images(self.gen_ts)
File "/Users/Shared/weewx-4.10.2/bin/weewx/imagegenerator.py", line 114, in gen_images
image = plot.render()
File "/Users/Shared/weewx-4.10.2/bin/weeplot/genplot.py", line 212, in render
self._renderBottom(draw)
File "/Users/Shared/weewx-4.10.2/bin/weeplot/genplot.py", line 404, in _renderBottom
bottom_label_size = draw.textsize(self.bottom_label, font=bottom_label_font)
File "/Users/Shared/weewx-4.10.2/bin/weeplot/genplot.py", line 646, in textsize
return ImageDraw.ImageDraw.textsize(self, string, **options)

Highs, lows look fine.

Loop packets appear OK:
LOOP: 2023-08-25 14:40:56 PDT (1692999656) 'altimeter': '29.931', 'appTemp': '88.20251678811093', 'bar_reduction': '2', 'barometer': '29.897', 'cloudbase': '4570.074962495151', 'dateTime': '1692999656', 'dayET': '0.0', 'dayRain': '0.0', 'dewpoint': '67.0', 'ET': 'None', 'heatindex': '87.0', 'hourRain': '0.0', 'humidex': '96.5974355268055', 'inDewpoint': '63.14965844190338', 'inHumidity': '56.0', 'inTemp': '80.3', 'maxSolarRad': '856.5713445507906', 'outHumidity': '58.0', 'outTemp': '83.6', 'pressure': '29.023', 'pressure_raw': '29.023', 'rain': '0.0', 'rain15': '0.0', 'rain24': '0.0', 'rainRate': '0.0', 'stormRain': '0.0', 'trendIcon': '-20', 'usUnits': '1', 'windchill': '84.0', 'windDir': '296.0', 'windGust': '8.0', 'windGust10': '11.0', 'windGustDir': '277.0', 'windGustDir10': '270.0', 'windrun': 'None', 'windSpeed': '3.0', 'windSpeed2': '4.0', 'windSpeed10': '5.6'
LOOP: 2023-08-25 14:40:58 PDT (1692999658) 'altimeter': '29.931', 'appTemp': '88.20251678811093', 'bar_reduction': '2', 'barometer': '29.897', 'cloudbase': '4570.074962495151', 'dateTime': '1692999658', 'dayET': '0.0', 'dayRain': '0.0', 'dewpoint': '67.0', 'ET': 'None', 'heatindex': '87.0', 'hourRain': '0.0', 'humidex': '96.5974355268055', 'inDewpoint': '63.14965844190338', 'inHumidity': '56.0', 'inTemp': '80.3', 'maxSolarRad': '856.4989148817249', 'outHumidity': '58.0', 'outTemp': '83.6', 'pressure': '29.023', 'pressure_raw': '29.023', 'rain': '0.0', 'rain15': '0.0', 'rain24': '0.0', 'rainRate': '0.0', 'stormRain': '0.0', 'trendIcon': '-20', 'usUnits': '1', 'windchill': '84.0', 'windDir': '296.0', 'windGust': '8.0', 'windGust10': '11.0', 'windGustDir': '277.0', 'windGustDir10': '270.0', 'windrun': 'None', 'windSpeed': '3.0', 'windSpeed2': '4.0', 'windSpeed10': ‘5.6'


So I’m not generating any images.

David


...well over half of the time you spend working on a project (on the order of 70 percent)
is spent thinking, and no tool, no matter how advanced, can think for you.
Consequently, even if a tool did everything except the thinking for you -- if it wrote 100 percent of the code,
wrote 100 percent of the documentation, did 100 percent of the testing, burned the CD-ROMs,
put them in boxes, and mailed them to your customers -- the best you could hope for would
be a 30 percent improvement in productivity. In order to do better than that, you have to
change the way you think.
--Fred Brooks
David Barto
ba...@kdbarto.org


vince

unread,
Aug 25, 2023, 10:53:11 PM8/25/23
to weewx-user
If you google for your error message "AttributeError: type object 'ImageDraw' has no attribute 'textsize' " you'll find an old thread about this....

David Barto

unread,
Aug 25, 2023, 10:54:30 PM8/25/23
to weewx...@googlegroups.com
Thanks, My searching the archives didn’t find it.

David

--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/64684198-6473-4a3d-b690-f6af373a61c5n%40googlegroups.com.

David Barto

unread,
Aug 25, 2023, 11:23:51 PM8/25/23
to weewx...@googlegroups.com
Backed off to 9.5.0 and the errors went away, however the png files are still not being generated.

The only errors in the log are:

Aug 25 16:20:12 Magrathea2 weewx[2226] ERROR weewx.rest]: PWSWeather: Failed to publish record 2023-08-25 16:18:00 PDT (1693005480): Failed upload after 3 tries

Aug 25 16:20:12 Magrathea2 weewx[2226] ERROR weewx.rest]: StationRegistry: Failed to publish record 2023-08-25 16:18:00 PDT (1693005480): Failed upload after 3 tries

Aug 25 16:20:12 Magrathea2 weewx[2226] ERROR weewx.rest]: Wunderground-PWS: Failed to publish record 2023-08-25 16:18:00 PDT (1693005480): Failed upload after 3 tries



Which are un-important right now. I’ll fix that in a bit.

Other suggestions?

David

On Aug 25, 2023, at 3:53 PM, vince <vince...@gmail.com> wrote:

--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/64684198-6473-4a3d-b690-f6af373a61c5n%40googlegroups.com.

Never ascribe to malice that which is adequately explained by incompetence
            --Napoleon Bonaparte
David Barto
ba...@kdbarto.org


David Barto

unread,
Aug 26, 2023, 4:53:27 PM8/26/23
to weewx...@googlegroups.com
I’ve let the system run for 30 minutes and while Belchertown is updating graphs and such just fine, there are 2 problems with the seasons skin.

1 - No graphs, still.
2 - The Sensor Status doesn’t report the battery information.
It is reporting the Signal Quality however.

Is this a packet problem, or a configuration issue?

weewx.log
weewx.conf
Reply all
Reply to author
Forward
0 new messages