I get the following when running the blasma repository's serve.sh:
$ ./serve.sh
2020-04-03 17:29:29,026 ERROR luan.modules.http.LuanHandler - too many arguments
luan:lucene/Lucene.luan line 36 in function 'index'
site:/lib/Db.luan line 11
site:/lib/Config.luan line 3
site:/init.luan line 4
luan:http/Server.luan line 73 in function 'serve'
luan:http/serve.luan line 10
classpath:luan/cmd_line.luan line 27
classpath:luan/cmd_line.luan line 24
2020-04-03 17:29:29,044 INFO goodjava.webserver.Server - started server on port 8080
I tried removing Lucene.type.english from the"index" function call but then I get other errors.