homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

processLeAdvertisingReport: Caught illegal packet (buffer overflow): RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 27. Received 28 #351

Closed briantang1117 closed 3 years ago

briantang1117 commented 3 years ago

Describe Your Problem: processLeAdvertisingReport: Caught illegal packet (buffer overflow): RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 27. Received 28

Logs: [1/21/2021, 1:15:14 AM] [Homebridge UI] Running scheduled instance backup... [1/21/2021, 1:15:14 AM] [Homebridge UI] Creating temporary backup archive at /tmp/homebridge-backup-DhfDfl/homebridge-backup-0E8084174DE5.tar.gz processLeAdvertisingReport: Caught illegal packet (buffer overflow): RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 27. Received 28 processLeAdvertisingReport: Caught illegal packet (buffer overflow): RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 27. Received 28 processLeAdvertisingReport: Caught illegal packet (buffer overflow): RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 27. Received 28 processLeAdvertisingReport: Caught illegal packet (buffer overflow): RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 27. Received 28

Homebridge Config: { "bridge": { "name": "Homebridge 4DE5", "username": "0E:80:84:17:4D:E5", "port": 52209, "pin": "031-45-154" }, "platforms": [ { "name": "Config", "port": 8080, "auth": "form", "theme": "blue-grey", "tempUnits": "c", "lang": "zh-CN", "platform": "config" } ], "accessories": [ { "name": "Temperature & Humidity", "temperatureName": "Temperature", "address": "3F:5B:7D:81:08:5C", "humidityName": "Humidity", "fakeGatoEnabled": false, "timeout": 15, "forceDiscovering": true, "forceDiscoveringDelay": 2500, "disableBatteryLevel": false, "lowBattery": 20, "temperatureOffset": 0, "humidityOffset": 0, "accessory": "Hygrotermograph" } ] }

Environment:

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.