Unexpected lidar data sample size received: size = 1362, errno = 0

I use the livox horizon, I changed the IP address . when I run the bazel run //packages/livox/apps/livox_lidar_visualization. It shows an error like this: “Unexpected lidar data sample size received: size = 1362, errno = 0” .Can someone tell me what my problem is?

Changing the IP address in the JSON file should not have had any affect on this failure. The error indicates that while reading from the port, the driver was expecting 1318 bytes as a payload but received several extra bytes here from the message. Were there any other error messages perhaps further up the console logs that could be more indicative of the fault?