Were you using Python 3? If so, the problem is almost surely because the Belchertown skin has not been ported yet.
-tk On Fri, Dec 6, 2019 at 2:24 PM Armando Esteves <[email protected]> wrote: > Ok.... Rpi4 now resting on side while we go "baby steps". > > Downloaded V4.0.0b5 and started all over from working 3.9.2. > > > - No error upon rebuilding Database here (but to note that I used Rpi4 > - with Rpi3 SD card - which could led to conflict) > - WeeWX started, but its not reporting; that is per following msg upon > 'wee_reports': > > root@raspberrypi:/var/lib/weewx# wee_reports > Using configuration file /etc/weewx/weewx.conf > Generating for all time > Traceback (most recent call last): > File "/usr/share/weewx/weewx/reportengine.py", line 202, in run > obj.start() > File "/usr/share/weewx/weewx/reportengine.py", line 285, in start > self.run() > File "/usr/share/weewx/weewx/cheetahgenerator.py", line 150, in run > ngen = self.generate(gen_dict[section_name], self.gen_ts) > File "/usr/share/weewx/weewx/cheetahgenerator.py", line 220, in generate > ngen += self.generate(section[subsection], gen_ts) > File "/usr/share/weewx/weewx/cheetahgenerator.py", line 220, in generate > ngen += self.generate(section[subsection], gen_ts) > File "/usr/share/weewx/weewx/cheetahgenerator.py", line 309, in generate > default_binding) > File "/usr/share/weewx/weewx/cheetahgenerator.py", line 383, in > _getSearchList > searchList += obj.get_extension_list(timespan, db_lookup) > File "/usr/share/weewx/user/belchertown.py", line 808, in > get_extension_list > if "?" in str(obs_output): > UnicodeEncodeError: 'ascii' codec can't encode character u'\xb0' in > position 5: ordinal not in range(128) > Traceback (most recent call last): > File "/usr/share/weewx/weewx/reportengine.py", line 202, in run > obj.start() > File "/usr/share/weewx/weewx/reportengine.py", line 285, in start > self.run() > File "/usr/share/weewx/user/belchertown.py", line 1330, in run > series_data = self.get_observation_data(binding, archive, > observation_type, minstamp, maxstamp, aggregate_type, aggregate_interval, > time_length, xAxis_groupby, xAxis_categories, mirrored_value, > weatherRange_obs_lookup) > File "/usr/share/weewx/user/belchertown.py", line 1782, in > get_observation_data > raise Warning( "Error trying to use database binding %s to graph > observation %s. Error was: %s." % (binding, obs_lookup, e) ) > Warning: Error trying to use database binding wx_binding to graph > observation 120.0*maxSolarRad. Error was: 120.0*maxSolarRad. > root@raspberrypi:/var/lib/weewx# > > > This is SQlite on Rpi, and I did extended timeout. > > X > > -- > You received this message because you are subscribed to the Google Groups > "weewx-development" 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-development/a9cb04e9-8dca-485d-a464-722ee141a19d%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-development/a9cb04e9-8dca-485d-a464-722ee141a19d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/CAPq0zEDJdHHJAQj9CdgWtz7OtM7hGh3b4Fe0yTW7dCXJKsE_tQ%40mail.gmail.com.
