yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.13k stars 122 forks source link

goku runtime exception #167

Open huwqchn opened 2 years ago

huwqchn commented 2 years ago

I'm newcomer, I paste and run a example from official tutorial, then I got this.(my devics is m1 mac) Exception in thread "main" java.lang.RuntimeException: EOF while reading at clojure.lang.Util.runtimeException(Util.java:221) at clojure.lang.EdnReader.read(EdnReader.java:130) at clojure.lang.EdnReader.read(EdnReader.java:111) at clojure.edn$read.invokeStatic(edn.clj:35) at clojure.edn$read.invokeStatic(edn.clj:14) at clojure.edn$read.invoke(edn.clj:14) at karabiner_configurator.misc$load_edn.invokeStatic(misc.clj:41) at karabiner_configurator.misc$load_edn.doInvoke(misc.clj:35) at clojure.lang.RestFn.invoke(RestFn.java:410) at karabiner_configurator.core$parse.invokeStatic(core.clj:150) at karabiner_configurator.core$parse.doInvoke(core.clj:142) at clojure.lang.RestFn.invoke(RestFn.java:439) at karabiner_configurator.core$_main.invokeStatic(core.clj:239) at karabiner_configurator.core$_main.doInvoke(core.clj:234) at clojure.lang.RestFn.invoke(RestFn.java:397) at clojure.lang.AFn.applyToHelper(AFn.java:152) at clojure.lang.RestFn.applyTo(RestFn.java:132) at karabiner_configurator.core.main(Unknown Source)

dewinterjack commented 1 year ago

I am having this issue too on M1

ibehnam commented 1 year ago

I'm having the same issue on M1 Mac.

nbbaier commented 9 months ago

I also have this issue on an M2 Mac

yqrashawn commented 9 months ago

Hi all, In most cases, this error means there's unbalanced parens/brakets in edn file.