luminus

sis_xiphos 2018-09-07T08:16:06.000100Z

hello all, I'm totally new to luminus. I'm following the instruction in the offical luminus Documentation (using Boot dev tool), but at the very beginning, I'm having trouble creating a new application part which is the command below

sis_xiphos 2018-09-07T08:16:23.000100Z

sis_xiphos 2018-09-07T08:17:09.000100Z

and I'm getting the following error message in terminal java.lang.IllegalArgumentException: option :args must be of type [str] clojure.lang.ExceptionInfo: option :args must be of type [str]

sis_xiphos 2018-09-07T08:17:50.000100Z

Does anybody know why? please help

agigao 2018-09-07T09:38:52.000100Z

hi @sis_xiphos, I remember I had a similar problem with boot and guys here recommended downgrading the version of boot.

agigao 2018-09-07T09:39:27.000100Z

edit ~/.boot/boot.properties

agigao 2018-09-07T09:40:17.000100Z

and change 2.8.x to BOOT_VERSION=2.7.2

sis_xiphos 2018-09-07T09:42:05.000100Z

@chokheli oh I just have done that and it works! I wonder the real problem and how to solve though but I shouldn't go too deep. Thanks anyway!!

agigao 2018-09-07T09:42:58.000100Z

I don't quite remember the reasoning behind it to explain :) apologies about that.

agigao 2018-09-07T09:43:03.000100Z

You're welcome :)