Traceback (most recent call last):
File "./bin/weewxd", line 68, in <module>
weewx.wxengine.main(options, args)
File "/home/weewx/bin/weewx/wxengine.py", line 866, in main
engine.run()
File "/home/weewx/bin/weewx/wxengine.py", line 142, in run
self.dispatchEvent(weewx.Event(weewx.STARTUP))
File "/home/weewx/bin/weewx/wxengine.py", line 192, in dispatchEvent
callback(event)
File "/home/weewx/bin/weewx/wxengine.py", line 443, in startup
self._catchup()
File "/home/weewx/bin/weewx/wxengine.py", line 554, in _catchup
for record in self.engine.console.genArchiveRecords(lastgood_ts):
File "/home/weewx/bin/weewx/drivers/fousb.py", line 786, in genArchiveRecords
records = self.get_records(since_ts)
File "/home/weewx/bin/weewx/drivers/fousb.py", line 974, in get_records
dt = datetime.datetime.utcfromtimestamp(since_ts)
TypeError: a float is required
if since_ts != 0:
dt = datetime.datetime.utcfromtimestamp(since_ts)
dt += datetime.timedelta(seconds=fixed_block['read_period']*30)
--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I am having the same problem on a new install using the newest DEB. I know nota about python.
Where does this file reside in Ubuntu 12.10? I can't seem to find it. And is it a file that I can modify?