Guest User

Untitled

a guest
Feb 7th, 2021
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Logger: zigpy_znp.uart
  2. Source: /usr/local/lib/python3.8/site-packages/zigpy_znp/uart.py:79
  3. First occurred: 15:51:47 (2 occurrences)
  4. Last logged: 15:52:58
  5.  
  6. Received an exception while passing frame to API
  7. Traceback (most recent call last):
  8. File "/usr/local/lib/python3.8/site-packages/zigpy_znp/uart.py", line 77, in data_received
  9. self._api.frame_received(frame.payload)
  10. File "/usr/local/lib/python3.8/site-packages/zigpy_znp/api.py", line 334, in frame_received
  11. command = command_cls.from_frame(frame)
  12. File "/usr/local/lib/python3.8/site-packages/zigpy_znp/types/commands.py", line 412, in from_frame
  13. params[param.name], data = param.type.deserialize(data)
  14. File "/usr/local/lib/python3.8/site-packages/zigpy_znp/types/struct.py", line 206, in deserialize
  15. value, data = field.get_type_for(instance).deserialize(data)
  16. File "/usr/local/lib/python3.8/site-packages/zigpy_znp/types/basic.py", line 79, in deserialize
  17. raise ValueError(f"Data is too short to contain {cls._size} bytes")
  18. ValueError: Data is too short to contain 4 bytes
  19.  
Advertisement
Add Comment
Please, Sign In to add comment