Totally fresh install, only change was debug=1 after things didn't work. Before I start poking around source code is there anything obvious that might cause this?
Jan 28 21:19:16 raspberrypi weewx[5289]: engine: Initializing weewx version 3.8.0 Jan 28 21:19:16 raspberrypi weewx[5289]: engine: Using Python 2.7.13 (default, Nov 24 2017, 17:33:09) #012[GCC 6.3.0 20170516] Jan 28 21:19:16 raspberrypi weewx[5289]: engine: Platform Linux-4.9.59-v7+-armv7l-with-debian-9.3 Jan 28 21:19:16 raspberrypi weewx[5289]: engine: Locale is 'en_US.UTF-8' Jan 28 21:19:16 raspberrypi weewx[5289]: engine: pid file is /var/run/weewx.pid Jan 28 21:19:16 raspberrypi weewx[5278]: Starting weewx weather system: weewx. Jan 28 21:19:16 raspberrypi systemd[1]: Started LSB: weewx weather system. Jan 28 21:19:16 raspberrypi weewx[5293]: engine: Using configuration file /etc/weewx/weewx.conf Jan 28 21:19:16 raspberrypi weewx[5293]: engine: debug is 1 Jan 28 21:19:16 raspberrypi weewx[5293]: engine: Initializing engine Jan 28 21:19:16 raspberrypi weewx[5293]: engine: Loading station type Simulator (weewx.drivers.simulator) Jan 28 21:19:16 raspberrypi weewx[5293]: engine: Caught unrecoverable exception in engine: Jan 28 21:19:16 raspberrypi weewx[5293]: **** list index out of range Jan 28 21:19:16 raspberrypi weewx[5293]: **** Traceback (most recent call last): Jan 28 21:19:16 raspberrypi weewx[5293]: **** File "/usr/share/weewx/weewx/engine.py", line 865, in main Jan 28 21:19:16 raspberrypi weewx[5293]: **** engine = engine_class(config_dict) Jan 28 21:19:16 raspberrypi weewx[5293]: **** File "/usr/share/weewx/weewx/engine.py", line 74, in __init__ Jan 28 21:19:16 raspberrypi weewx[5293]: **** self.preLoadServices(config_dict) Jan 28 21:19:16 raspberrypi weewx[5293]: **** File "/usr/share/weewx/weewx/engine.py", line 115, in preLoadServices Jan 28 21:19:16 raspberrypi weewx[5293]: **** self.stn_info = weewx.station.StationInfo(self.console, **config_dict['Station']) Jan 28 21:19:16 raspberrypi weewx[5293]: **** File "/usr/share/weewx/weewx/station.py", line 35, in __init__ Jan 28 21:19:16 raspberrypi weewx[5293]: **** self.altitude_vt = weewx.units.ValueTuple(float(altitude_t[0]), altitude_t[1], "group_altitude") Jan 28 21:19:16 raspberrypi weewx[5293]: **** IndexError: list index out of range Jan 28 21:19:16 raspberrypi weewx[5293]: **** Exiting. -- 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.
