Hello Plz Help: Feb 16 04:36:44 raspberrypi weewx[2319]: **** File "/home/weewx/bin/weewx/engine.py", line 841, in main Feb 16 04:36:44 raspberrypi weewx[2319]: **** engine = engine_class(config_dict) Feb 16 04:36:44 raspberrypi weewx[2319]: **** File "/home/weewx/bin/weewx/engine.py", line 76, in __init__ Feb 16 04:36:44 raspberrypi weewx[2319]: **** self.loadServices(config_dict) Feb 16 04:36:44 raspberrypi weewx[2319]: **** File "/home/weewx/bin/weewx/engine.py", line 140, in loadServices Feb 16 04:36:44 raspberrypi weewx[2319]: **** self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict)) Feb 16 04:36:44 raspberrypi weewx[2319]: **** File "/home/weewx/bin/user/cmon.py", line 190, in __init__ Feb 16 04:36:44 raspberrypi weewx[2319]: **** self.archive = weewx.archive.Archive.open_with_create(config_dict['Databases'][self.database], schema, self.table) Feb 16 04:36:44 raspberrypi weewx[2319]: **** AttributeError: 'module' object has no attribute 'archive' Feb 16 04:36:44 raspberrypi weewx[2319]: **** Exiting.
What means this?? THX Am Freitag, 22. Januar 2016 00:46:17 UTC+1 schrieb Tom Keffer: > > You have a typo in your configuration file in section [Station]. Look at > the line for "longitude". You probably have something like > > longitude = 0.10.98 > > Maybe you meant? > > longitude = 10.98 > > -tk > > > On Thu, Jan 21, 2016 at 3:01 PM, Peter Hurn <[email protected] > <javascript:>> wrote: > >> Any ideas on the following? >> >> WH1080, Raspberry Pi, WH1080 reset just prior to connection to Pi >> >> Pi rebuilt with latest Weewx and Raspbian Wheezy >> >> >> Jan 21 22:34:46 raspberrypi weewx[2416]: engine: Using configuration file >> /etc/weewx/weewx.conf >> Jan 21 22:34:46 raspberrypi weewx[2416]: engine: Loading station type >> FineOffsetUSB (weewx.drivers.fousb) >> Jan 21 22:34:46 raspberrypi weewx[2416]: fousb: driver version is 1.8 >> Jan 21 22:34:46 raspberrypi weewx[2416]: fousb: polling mode is PERIODIC >> Jan 21 22:34:46 raspberrypi weewx[2416]: fousb: polling interval is 60 >> Jan 21 22:34:46 raspberrypi weewx[2416]: fousb: found station on USB >> bus=001 device=005 >> Jan 21 22:34:46 raspberrypi weewx[2416]: engine: Caught unrecoverable >> exception in engine: >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** invalid literal for >> float(): 0.10.98 >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** Traceback (most recent >> call last): >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** File >> "/usr/share/weewx/weewx/engine.py", line 855, in main >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** engine = >> EngineClass(config_dict) >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** File >> "/usr/share/weewx/weewx/engine.py", line 72, in __init__ >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** >> self.preLoadServices(config_dict) >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** File >> "/usr/share/weewx/weewx/engine.py", line 110, in preLoadServices >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** self.stn_info = >> weewx.station.StationInfo(self.console, **config_dict['Station']) >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** File >> "/usr/share/weewx/weewx/station.py", line 56, in __init__ >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** >> self.longitude_f = float(stn_dict['longitude']) >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** ValueError: invalid >> literal for float(): 0.10.98 >> Jan 21 22:34:46 raspberrypi weewx[2416]: **** 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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.
