Wemo Help

My wemo app is no longer working and I dont know why. All of the devices are viewable in the wemo app and working. when i go to the app i get this error. Do I need to delete the app? Wierd.
C7/2.2.4.158

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


When I look at the logs it says:
2020-12-26 01:41:52.010 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

app:252020-12-26 01:41:27.040 pm errorjava.lang.NumberFormatException: For input string: "nu" on line 387 (childSetBinaryState)

app:252020-12-26 01:40:54.737 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (handleSsdpEvent)

app:252020-12-26 01:40:54.524 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

app:252020-12-26 01:40:44.270 pm errorjava.lang.NumberFormatException: For input string: "nu" on line 387 (childSyncTime)

app:252020-12-26 01:40:43.514 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (handleSsdpEvent)

app:252020-12-26 01:40:43.114 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

app:252020-12-26 01:40:35.912 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (handleSsdpEvent)

app:252020-12-26 01:40:35.642 pm errorjava.lang.NullPointerException: Cannot invoke method getAt() on null object on line 392 (mainPage)

I'm getting the same thing. Several of my WEMO devices are still working, but 2 of them are "Offline".

Am following this thread to see if someone can figure out what is happening....

I am having the same problem. Maybe
@Jason0x43 can 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('.')
}

seems like the issue is being discussed in Wemo Connect App error

1 Like