Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect payload sizes #4

Open
grrrr opened this issue Jan 21, 2024 · 0 comments
Open

Incorrect payload sizes #4

grrrr opened this issue Jan 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@grrrr
Copy link
Contributor

grrrr commented Jan 21, 2024

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
@grrrr grrrr added the bug Something isn't working label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant