I can't create Lompsa account with the
downloaded client because the Create new account dialog's captcha has an error "ERROR for site owner: Invalid domain for site key" and it can't be clicked, so the Continue button is disabled.
In the server+html version the captcha works, but when I click the Continue button the console displays an error and nothing happens:
2016-07-15 03:58:28 FINE: Invalid parameters
nxt.http.ParameterException
at nxt.http.ParameterParser.getAccount(ParameterParser.java:419)
at nxt.http.ParameterParser.getAccount(ParameterParser.java:409)
at nxt.http.ParameterParser.getAccount(ParameterParser.java:425)
at nxt.http.GetAccount.processRequest(GetAccount.java:41)
at nxt.http.MofoCallAPIFunction.processRequest(MofoCallAPIFunction.java:50)
at nxt.http.rpc.CallAPIFunction.call(CallAPIFunction.java:46)
at nxt.http.websocket.MofoSocketServer$3.run(MofoSocketServer.java:383)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)