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 get an error when calling the NetworkDeviceList method. We have a lot of tx dropped in our Unifi setup so the number is larger than an int.
Exception:
Newtonsoft.Json.JsonReaderException: 'JSON integer 4294853696 is too large or small for an Int32. Path 'data[23].vap_table[1].tx_dropped', line 1, position 1175199.'
Will you be willing to "upgrade" the tx_dropped and tx_errors properties in JsonVapTable, JsonPortTable, JsonLink classes from int to long?
The text was updated successfully, but these errors were encountered:
Using version 1.5.2.
I get an error when calling the NetworkDeviceList method. We have a lot of tx dropped in our Unifi setup so the number is larger than an int.
Exception:
Newtonsoft.Json.JsonReaderException: 'JSON integer 4294853696 is too large or small for an Int32. Path 'data[23].vap_table[1].tx_dropped', line 1, position 1175199.'
Will you be willing to "upgrade" the tx_dropped and tx_errors properties in JsonVapTable, JsonPortTable, JsonLink classes from int to long?
The text was updated successfully, but these errors were encountered: