On Monday, January 16, 2017 at 10:26:20 PM UTC-5, Marc Aubry wrote:
>
> Hi andrew
> are your referring to this forecast error?
>
> Jan 16 22:40:27 weatherstation weewx[645]: forecast: OWMThread: OWM:
> forecast failure: global name 'periods' is not defined
> Jan 16 22:40:27 weatherstation weewx[645]: File
> "/home/weewx/bin/user/forecas .py", line 1173, in do_forecast
>
> I do not know where it' is coming from...
>
well, that is embarrassing! there is a typo in forecast.py. at line 2642,
change this:
if 'clouds' in period and 'all' in periods['clouds']:
to this:
if 'clouds' in period and 'all' in period['clouds']:
fixed in forecast 3.2.10
m
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.