Open
Description
I have too many devices and thus even in the normal openwrt 22 cli, ubus call network.device status
throws a time out.
Entirely my problem, but through this time out
This in turn results in an empty report in this in a HTTP 400 from the openwisp server.
The solution could be to either check every variable, before pairs
is used on it and omit this part in the report, if there should be an error, or to abort the whole script, if ubus:call
has an error.