Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib64/python3.6/multiprocessing/process.py", line 258, in _bootstrap
  3. self.run()
  4. File "/usr/lib64/python3.6/multiprocessing/process.py", line 93, in run
  5. self._target(*self._args, **self._kwargs)
  6. File "/home/ihajek/AController/src/analyzer_interface.py", line 39, in loop
  7. self.analyze(msg.data)
  8. File "/home/ihajek/AController/src/modules/mod_co2_open_window/analyzer.py", line 114, in analyze
  9. ret = ModelsUtil.estimate_open_co2(devs, cls, lat, lon, actual_time, w)
  10. File "/home/ihajek/AController/src/modules/detector/dm/models/ModelsUtil.py", line 172, in estimate_open_co2
  11. '1', ColumnMapper.OPEN_CO2, None)
  12. File "/home/ihajek/AController/src/modules/detector/dm/AttributeUtil.py", line 212, in testing_one_row
  13. row = func(timestamp, row_selector, interval_selector, c_mapper, end)
  14. File "/home/ihajek/AController/src/modules/detector/dm/models/open_detector/create_attrs.py", line 1252, in func_co2
  15. new_column_name=new_column_name)
  16. File "/home/ihajek/AController/src/modules/detector/dm/attrs/InOutDiff.py", line 17, in execute
  17. res = round(self.row_selector.row(column, timestamp - interval), precision)
  18. File "/home/ihajek/AController/src/modules/detector/dm/selectors/from_server/CachedDataFromServer.py", line 48, in row
  19. t_out = self.cache['temperature_out'][time]
  20. KeyError: 1571214803
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement