Hello,
I am trying to make an update to my existing Device registration with PurpleAir.
Are other seeing the same issues?
When I submit (tried with Firefox, Chrome and Safari) I get a HTTP 500 error.
URL:
https://www.purpleair.com/register.json <url truncated for privacy>
HTTP ERROR 500 java.lang.NullPointerException: Cannot invoke "String.length()" because "val" is null
URI: /register.json
STATUS: 500
MESSAGE: java.lang.NullPointerException: Cannot invoke "String.length()" because "val" is null
SERVLET: JSON
CAUSED BY: java.lang.NullPointerException: Cannot invoke "String.length()" because "val" is null
Caused by:
java.lang.NullPointerException: Cannot invoke "String.length()" because "val" is null
at com.purpleair.servlets.JSONServlet.doGet(JSONServlet.java:2289)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:633)