Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. 2017-08-15 13:16:37,192 - New handler
  2. 2017-08-15 13:16:37,192 - Got connection from 192.168.188.49
  3. ----------------------------------------
  4. Exception happened during processing of request from ('192.168.188.49', 48778)
  5. Traceback (most recent call last):
  6. File "/usr/lib/python3.5/socketserver.py", line 625, in process_request_thread
  7. self.finish_request(request, client_address)
  8. File "/usr/lib/python3.5/socketserver.py", line 354, in finish_request
  9. self.RequestHandlerClass(request, client_address, self)
  10. File "/usr/local/lib/python3.5/dist-packages/homemate_bridge/cli.py", line 153, in __init__
  11. super().__init__(*args, **kwargs)
  12. File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
  13. self.handle()
  14. File "/usr/local/lib/python3.5/dist-packages/homemate_bridge/cli.py", line 208, in handle
  15. packet = HomematePacket(data, self.keys)
  16. File "/usr/local/lib/python3.5/dist-packages/homemate_bridge/cli.py", line 79, in __init__
  17. self.json_payload = self.decrypt_payload(keys[self.packet_type[0]], data[42:])
  18. File "/usr/local/lib/python3.5/dist-packages/homemate_bridge/cli.py", line 92, in decrypt_payload
  19. unpad += unpadder.finalize()
  20. File "/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/padding.py", line 146, in finalize
  21. lib.Cryptography_check_pkcs7_padding)
  22. File "/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/padding.py", line 91, in _byte_unpadding_check
  23. raise ValueError("Invalid padding bytes.")
  24. ValueError: Invalid padding bytes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement