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