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
If a BACnet device is faulty or has some data mismatch, I encounter a RangeError when trying to read the object property after discovery. The library is not handling faulty devices correctly; it should reject the error and continue to work for other functioning devices.
Error :
RangeError: The value of "sourceStart" is out of range. It must be >= 0 && <= 3. Received 4 in node bacnet library
The text was updated successfully, but these errors were encountered:
Node Version: v20.11.1
If a BACnet device is faulty or has some data mismatch, I encounter a RangeError when trying to read the object property after discovery. The library is not handling faulty devices correctly; it should reject the error and continue to work for other functioning devices.
Error :
RangeError: The value of "sourceStart" is out of range. It must be >= 0 && <= 3. Received 4 in node bacnet library
The text was updated successfully, but these errors were encountered: