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
When a value is sent on an integer mapping with the appengine devices send-data command, astartectl incorrectly parses it as int64, resulting in the following error:
> astartectl appengine devices send-data $DEVICE_ID $SERVER_OWNED_INTERFACE /an/integer/path 10
Value int64 for mapping does not match type restrictions for integer
The --payload-type flag does not fix the issue.
Astarte integers are int32, while longintegers are int64.
The text was updated successfully, but these errors were encountered:
When a value is sent on an integer mapping with the
appengine devices send-data
command, astartectl incorrectly parses it as int64, resulting in the following error:The
--payload-type
flag does not fix the issue.Astarte integers are int32, while longintegers are int64.
The text was updated successfully, but these errors were encountered: