user-lock-manager icon indicating copy to clipboard operation
user-lock-manager copied to clipboard

java.lang.NumberFormatException: For input string: "null" @ line 628

Open srpape opened this issue 10 years ago • 3 comments

This one seems to be in the Z-Wave Lock Reporting code.

java.lang.NumberFormatException: For input string: "null" @ line 628

It might be related to the null pointer problems in the main code, but I'm seeing these print in my logs regularly.

srpape avatar Oct 03 '15 03:10 srpape

I get a similar error while trying to edit the user codes, which no longer is working (oops!)

rbuecker avatar Oct 06 '15 17:10 rbuecker

Anyone still seeing this happening? Hopefully the past bug fixes have done this one in too.

ethayer avatar Feb 26 '16 23:02 ethayer

I see this regularly, came to the GH issues to try and track down the cause!

b5e41608-3ba0-4d05-aa45-c34ad3ccc0fd  10:25:20 AM: error java.lang.NumberFormatException: For input string: "null" @ line 1291
b5e41608-3ba0-4d05-aa45-c34ad3ccc0fd  10:25:17 AM: debug kill fix is: [["code3",""],["code4",""],["code5",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""],["codenull",""]]
62ad9c61-f539-4e87-902d-6f557e753e31  10:25:18 AM: error java.lang.NumberFormatException: For input string: "null" @ line 608
62ad9c61-f539-4e87-902d-6f557e753e31  10:25:18 AM: debug deleting code 5
62ad9c61-f539-4e87-902d-6f557e753e31  10:25:18 AM: debug code5 was 12345678, set to
62ad9c61-f539-4e87-902d-6f557e753e31  10:25:18 AM: debug code4 was null, set to
62ad9c61-f539-4e87-902d-6f557e753e31  10:25:18 AM: debug code3 was null, set to

In the developer simulator I can open user settings just fine, in the iPhone app however, clicking on a user doesn't do anything other than show a loading spinner for a few seconds. I can't find the logs for the smartapp on the phone though.

Pezmc avatar Sep 20 '16 09:09 Pezmc