500 Error when I view my settings
I get an error when I try to view my settings page (/account/settings). I think the site is upset that I am ageless.
com.instructables.exception.InstructableRuntimeException: some problem with the settings...
at com.instructables.webapp.account.SettingsAction.prepare(SettingsAction.java:235)
...
Caused by: java.lang.NullPointerException
at com.instructables.model.persistent.User.getAge(User.java:192)
at com.instructables.webapp.account.SettingsForm.(SettingsForm.java:58)
at com.instructables.webapp.account.SettingsAction.prepare(SettingsAction.java:125)
... 18 more