You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Falls with exception
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equalsIgnoreCase(java.lang.String)' on a null object reference
at com.rjfun.cordova.httpd.NanoHTTPD$HTTPSession.run(NanoHTTPD.java:430)
at java.lang.Thread.run(Thread.java:818)
If we go back to the app, then up server can no longer, because the ip address is busy (IO Exception: bind failed: EADDRINUSE)
The text was updated successfully, but these errors were encountered:
Falls with exception
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equalsIgnoreCase(java.lang.String)' on a null object reference
at com.rjfun.cordova.httpd.NanoHTTPD$HTTPSession.run(NanoHTTPD.java:430)
at java.lang.Thread.run(Thread.java:818)
If we go back to the app, then up server can no longer, because the ip address is busy (IO Exception: bind failed: EADDRINUSE)
The text was updated successfully, but these errors were encountered: