As Gary noted, it's rainRate, not rainrate. Case matters.

-tk

On Mon, Apr 6, 2020 at 6:44 AM Phil Owers <[email protected]> wrote:

> Here is the log
>
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine: Caught
> unrecoverable exception in generator 'weewx.imagegenerator.ImageGenerator'
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****  rainrate
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****  Traceback (most recent call last):
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****    File "/home/weewx/bin/weewx/reportengine.py", line 197, in run
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****      obj.start()
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****    File "/home/weewx/bin/weewx/reportengine.py", line 280, in start
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****      self.run()
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****    File "/home/weewx/bin/weewx/imagegenerator.py", line 41, in run
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****      self.genImages(self.gen_ts)
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****    File "/home/weewx/bin/weewx/imagegenerator.py", line 180, in
> genImages
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****      aggregate_interval=aggregate_interval)
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****    File "/home/weewx/bin/weewx/xtypes.py", line 91, in get_series
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****      raise weewx.UnknownType(obs_type)
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****  weewx.UnknownType: rainrate
> Apr  6 14:40:17 raspberrypi weewx[612] ERROR weewx.reportengine:
> ****  Generator terminated
>
> On Saturday, April 4, 2020 at 10:40:41 AM UTC+1, Phil Owers wrote:
>>
>> Hi Guys
>>
>> First of all I hope everybody is staying safe and well
>>
>> Before I go into to many details  should weewx v4.0.0b18 work on its own.
>>
>> Followed the Installation using setup.py, loaded all the prerequisites
>> for Debian 10(Buster)
>> Installed using python3 ./setup.py build  , sudo python3 ./setup.py
>> install
>>
>> Entered the name, vantage (6), serial , metric, ttyusb0  etc.
>>
>> Then started weewx using sudo ./bin/weewx
>> It downloaded all the data from my test console (This works fine plug
>> into another rasp pi v 3.9.2) then failed continuously overnight with no
>> graphs being generated.
>> The weewx.sdb was generated.
>>
>> Apr  4 10:22:20 raspberrypi weewx[1030] INFO weewx.manager: Starting
>> backfill of daily summaries
>> Apr  4 10:22:22 raspberrypi weewx[1030] INFO weewx.engine: Starting main
>> packet loop.
>> Apr  4 10:22:26 raspberrypi weewx[1030] INFO weewx.engine: Main loop
>> exiting. Shutting engine down.
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: Caught
>> OSError: [Errno 5] Input/output error
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> Traceback (most recent call last):
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> File "./bin/weewxd", line 154, in main
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> engine.run()
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> File "/home/weewx/bin/weewx/engine.py", line 191, in run
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> self.dispatchEvent(weewx.Event(weewx.NEW_LOOP_PACKET, packet=packet))
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> File "/home/weewx/bin/weewx/engine.py", line 224, in dispatchEvent
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> callback(event)
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> File "/home/weewx/bin/weewx/engine.py", line 740, in new_loop_packet
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> to_sorted_string(event.packet))
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> OSError: [Errno 5] Input/output error
>> Apr  4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__:     ****
>> Waiting 10 seconds then retrying...
>> Apr  4 10:22:28 raspberrypi kernel: [38075.324656] usb 1-1.3: new
>> high-speed USB device number 6 using xhci_hcd
>>
>> No extensions have been added . Apologies if Ive jumped the gun and this
>> doesn't work yet as a standalone
>> Phil
>>
> --
> 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].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/a1fd90ae-45c5-42f7-a2a5-f4eb7a96f6cb%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/a1fd90ae-45c5-42f7-a2a5-f4eb7a96f6cb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEAnRk7d89vCc_hTGpk%2BF%2BdkM60jidhEV_71-mSgLrUMgA%40mail.gmail.com.

Reply via email to