Guest User

Untitled

a guest
Aug 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. ----------------------------------------
  2. 2017-08-19 13:23:03,628 - New handler
  3. 2017-08-19 13:23:03,628 - Got connection from 192.168.188.49
  4. 2017-08-19 13:23:03,628 - Device settings: {'name': 'Homemate Switch 192.168.188.49'}
  5. ----------------------------------------
  6. Exception happened during processing of request from ('192.168.188.49', 15122)
  7. Traceback (most recent call last):
  8. File "/usr/lib/python3.5/socketserver.py", line 625, in process_request_thread
  9. self.finish_request(request, client_address)
  10. File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
  11. self.RequestHandlerClass(request, client_address, self)
  12. File "/usr/local/lib/python3.5/dist-packages/homemate_bridge/cli.py", line 179, in __init__
  13. super().__init__(*args, **kwargs)
  14. File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
  15. self.handle()
  16. File "/usr/local/lib/python3.5/dist-packages/homemate_bridge/cli.py", line 245, in handle
  17. packet = HomematePacket(data, self.keys)
  18. File "/usr/local/lib/python3.5/dist-packages/homemate_bridge/cli.py", line 104, in __init__
  19. self.json_payload = self.decrypt_payload(keys[self.packet_type[0]], data[42:])
  20. KeyError: 112
Add Comment
Please, Sign In to add comment