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
I'm getting a very strange error in apdu.encode(xpdu):
Traceback (most recent call last):
File "/home/pi/miniconda3/lib/python3.4/site-packages/bacpypes/appservice.py", line 1486, in sap_indication
apdu.encode(xpdu)
File "/home/pi/miniconda3/lib/python3.4/site-packages/bacpypes/apdu.py", line 695, in encode
Sequence.encode(self, self._tag_list)
File "/home/pi/miniconda3/lib/python3.4/site-packages/bacpypes/constructeddata.py", line 115, in encode
helper.encode(tag)
File "/home/pi/miniconda3/lib/python3.4/site-packages/bacpypes/primitivedata.py", line 1810, in encode
tag.set_app_data(Tag.objectIdentifierAppTag, struct.pack('>L', self.get_long()))
struct.error: argument out of range
get_long returns a number that is too large to pack into ">L" (32 bits).
I have no clue what's going on. Do you have any ideas?
Many thanks
The text was updated successfully, but these errors were encountered:
Hi Joel,
I'm getting a very strange error in apdu.encode(xpdu):
get_long
returns a number that is too large to pack into ">L" (32 bits).I have no clue what's going on. Do you have any ideas?
Many thanks
The text was updated successfully, but these errors were encountered: