You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hive complains about "Incorrect payload size" on several occasions:
For LOCK_ENTITY:
2024-01-21 - 20:49:19 Controller Trace [0x247625fff0a0ee73] onGetAcquiredStateResult (OwningEntity=1778156): The AVDECC Entity has been acquired by another AVDECC Controller.
2024-01-21 - 20:49:19 Serialization Debug [24:76:25:A0:EE:73] Acmpdu::deserialize error: ControlDataLength field advertises more bytes than remaining bytes in buffer, but trying to unpack the message
2024-01-21 - 20:49:19 Controller Entity Info [0x247625fff0a0ee73] Received an invalid non-success LOCK_ENTITY AEM response (Incorrect payload size) from 0x247625fff0a0ee73 but still processing it because of compilation option IGNORE_INVALID_NON_SUCCESS_AEM_RESPONSES
2024-01-21 - 20:49:19 Controller Trace [0x247625fff0a0ee73] onGetLockedStateResult (LockingEntity=0): The AVDECC Entity does not support the command type.
For GET_COUNTERS:
2024-01-21 - 20:49:19 Serialization Debug [24:76:25:A0:EE:73] Acmpdu::deserialize error: ControlDataLength field advertises more bytes than remaining bytes in buffer, but trying to unpack the message
2024-01-21 - 20:49:19 Controller Entity Info [0x247625fff0a0ee73] Received an invalid non-success GET_COUNTERS AEM response (Incorrect payload size) from 0x247625fff0a0ee73 but still processing it because of compilation option IGNORE_INVALID_NON_SUCCESS_AEM_RESPONSES
2024-01-21 - 20:49:19 Controller Trace [0x247625fff0a0ee73] onGetEntityCountersResult (): The AVDECC Entity does not support the command type.
For GET_AS_PATH:
2024-01-21 - 20:49:19 Controller Entity Info [0x247625fff0a0ee73] Received an invalid non-success GET_AS_PATH AEM response (Incorrect payload size) from 0x247625fff0a0ee73 but still processing it because of compilation option IGNORE_INVALID_NON_SUCCESS_AEM_RESPONSES
2024-01-21 - 20:49:19 Controller Trace [0x247625fff0a0ee73] onGetAsPathResult (AvbInterfaceIndex=0): The AVDECC Entity does not support the command type.
For ACQUIRE_ENTITY:
2024-01-21 - 20:49:19 Serialization Debug [24:76:25:A0:EE:73] AemAecpdu::deserialize error: ControlDataLength field minimum value for AEM-AECPDU is 12. AemCommandType ACQUIRE_ENTITY (0x0) only advertise 10 bytes
The text was updated successfully, but these errors were encountered:
Hive complains about "Incorrect payload size" on several occasions:
For
LOCK_ENTITY
:For
GET_COUNTERS
:For
GET_AS_PATH
:For
ACQUIRE_ENTITY
:The text was updated successfully, but these errors were encountered: