Wemo Help

Man now I can not get the app to work at all. When I go into I get this... but the wemo devices seem to be working, just throwing a lot of errors. Bummer since I was going to add a few more.

« App List
settings
Unexpected Error
An unexpected error has occurred trying to load the app. Check Logs for more information.
Error: Cannot invoke method getAt() on null object

--

Log
app:252021-01-10 11:08:31.716 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

app:252021-01-10 11:08:02.155 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

app:252021-01-10 11:07:51.945 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

app:252021-01-10 11:05:34.791 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

app:252021-01-10 11:05:23.975 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)


Looks like its trying to convert an IP address to Hex?
private hexToIp(hex) {
[
hexToInt(hex[0..1]),
hexToInt(hex[2..3]),
hexToInt(hex[4..5]),
hexToInt(hex[6..7])
].join('.')
}