We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command I ran - ./dj-data-converter -w ./collection.xml
I didn't quite understand what options I can run besides "-h" that didn't produce any help on any options
Running Sonoma 14.5, error below - {:args {:input-file "../Desktop/collection.xml"}, :opts {:wsl true}, :error {:via [{:type java.lang.NullPointerException, :at [clojure.string$replace invokeStatic "string.clj" 101]}], :trace [[clojure.string$replace invokeStatic "string.clj" 101] [clojure.string$replace invoke "string.clj" 75] [converter.url$drive__GT_wsl invokeStatic "url.cljc" 79] [converter.url$drive__GT_wsl invoke "url.cljc" 76] [converter.app$correct invokeStatic "app.cljc" 84] [converter.app$correct invoke "app.cljc" 82] [clojure.core$partial$fn__5849 invoke "core.clj" 2633] [clojure.core$map$fn__5874 invoke "core.clj" 2755] [clojure.lang.LazySeq sval "LazySeq.java" 42] [clojure.lang.LazySeq seq "LazySeq.java" 51] [clojure.lang.RT seq "RT.java" 535] [clojure.core$seq__5409 invokeStatic "core.clj" 137] [clojure.core$map$fn__5874 invoke "core.clj" 2748] [clojure.lang.LazySeq sval "LazySeq.java" 42] [clojure.lang.LazySeq seq "LazySeq.java" 51] [clojure.lang.RT seq "RT.java" 535] [clojure.core$seq__5409 invokeStatic "core.clj" 137] [clojure.core$seq__5409 invoke "core.clj" 137] [clojure.data.xml.event$eval866$fn__869 invoke "event.clj" 90] [clojure.data.xml.protocols$eval218$fn__219$G__209__226 invoke "protocols.cljc" 17] [clojure.data.xml.tree$flatten_elements$fn__909 invoke "tree.clj" 62] [clojure.lang.LazySeq sval "LazySeq.java" 42] [clojure.lang.LazySeq seq "LazySeq.java" 51] [clojure.lang.Cons next "Cons.java" 39] [clojure.lang.RT next "RT.java" 713] [clojure.core$next__5393 invokeStatic "core.clj" 64] [clojure.core.protocols$fn__8172 invokeStatic "protocols.clj" 169] [clojure.core.protocols$fn__8172 invoke "protocols.clj" 124] [clojure.core.protocols$fn__8127$G__8122__8136 invoke "protocols.clj" 19] [clojure.core.protocols$seq_reduce invokeStatic "protocols.clj" 31] [clojure.core.protocols$fn__8159 invokeStatic "protocols.clj" 75] [clojure.core.protocols$fn__8159 invoke "protocols.clj" 75] [clojure.core.protocols$fn__8101$G__8096__8114 invoke "protocols.clj" 13] [clojure.core$reduce invokeStatic "core.clj" 6834] [clojure.core$reduce invoke "core.clj" 6816] [clojure.data.xml.jvm.emit$write_document invokeStatic "emit.clj" 212] [clojure.data.xml.jvm.emit$write_document invoke "emit.clj" 196] [clojure.data.xml$emit invokeStatic "xml.clj" 141] [clojure.data.xml$emit doInvoke "xml.clj" 135] [clojure.lang.RestFn invoke "RestFn.java" 425] [converter.cli$process$fn__20380 invoke "cli.cljc" 92] [converter.cli$process invokeStatic "cli.cljc" 86] [converter.cli$process invoke "cli.cljc" 80] [converter.cli$_main invokeStatic "cli.cljc" 129] [converter.cli$_main doInvoke "cli.cljc" 124] [clojure.lang.RestFn applyTo "RestFn.java" 137] [converter.cli main nil -1]]}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command I ran -
./dj-data-converter -w ./collection.xml
I didn't quite understand what options I can run besides "-h" that didn't produce any help on any options
Running Sonoma 14.5, error below -
{:args {:input-file "../Desktop/collection.xml"},
:opts {:wsl true},
:error
{:via
[{:type java.lang.NullPointerException,
:at [clojure.string$replace invokeStatic "string.clj" 101]}],
:trace
[[clojure.string$replace invokeStatic "string.clj" 101]
[clojure.string$replace invoke "string.clj" 75]
[converter.url$drive__GT_wsl invokeStatic "url.cljc" 79]
[converter.url$drive__GT_wsl invoke "url.cljc" 76]
[converter.app$correct invokeStatic "app.cljc" 84]
[converter.app$correct invoke "app.cljc" 82]
[clojure.core$partial$fn__5849 invoke "core.clj" 2633]
[clojure.core$map$fn__5874 invoke "core.clj" 2755]
[clojure.lang.LazySeq sval "LazySeq.java" 42]
[clojure.lang.LazySeq seq "LazySeq.java" 51]
[clojure.lang.RT seq "RT.java" 535]
[clojure.core$seq__5409 invokeStatic "core.clj" 137]
[clojure.core$map$fn__5874 invoke "core.clj" 2748]
[clojure.lang.LazySeq sval "LazySeq.java" 42]
[clojure.lang.LazySeq seq "LazySeq.java" 51]
[clojure.lang.RT seq "RT.java" 535]
[clojure.core$seq__5409 invokeStatic "core.clj" 137]
[clojure.core$seq__5409 invoke "core.clj" 137]
[clojure.data.xml.event$eval866$fn__869 invoke "event.clj" 90]
[clojure.data.xml.protocols$eval218$fn__219$G__209__226
invoke
"protocols.cljc"
17]
[clojure.data.xml.tree$flatten_elements$fn__909
invoke
"tree.clj"
62]
[clojure.lang.LazySeq sval "LazySeq.java" 42]
[clojure.lang.LazySeq seq "LazySeq.java" 51]
[clojure.lang.Cons next "Cons.java" 39]
[clojure.lang.RT next "RT.java" 713]
[clojure.core$next__5393 invokeStatic "core.clj" 64]
[clojure.core.protocols$fn__8172 invokeStatic "protocols.clj" 169]
[clojure.core.protocols$fn__8172 invoke "protocols.clj" 124]
[clojure.core.protocols$fn__8127$G__8122__8136
invoke
"protocols.clj"
19]
[clojure.core.protocols$seq_reduce invokeStatic "protocols.clj" 31]
[clojure.core.protocols$fn__8159 invokeStatic "protocols.clj" 75]
[clojure.core.protocols$fn__8159 invoke "protocols.clj" 75]
[clojure.core.protocols$fn__8101$G__8096__8114
invoke
"protocols.clj"
13]
[clojure.core$reduce invokeStatic "core.clj" 6834]
[clojure.core$reduce invoke "core.clj" 6816]
[clojure.data.xml.jvm.emit$write_document
invokeStatic
"emit.clj"
212]
[clojure.data.xml.jvm.emit$write_document invoke "emit.clj" 196]
[clojure.data.xml$emit invokeStatic "xml.clj" 141]
[clojure.data.xml$emit doInvoke "xml.clj" 135]
[clojure.lang.RestFn invoke "RestFn.java" 425]
[converter.cli$process$fn__20380 invoke "cli.cljc" 92]
[converter.cli$process invokeStatic "cli.cljc" 86]
[converter.cli$process invoke "cli.cljc" 80]
[converter.cli$_main invokeStatic "cli.cljc" 129]
[converter.cli$_main doInvoke "cli.cljc" 124]
[clojure.lang.RestFn applyTo "RestFn.java" 137]
[converter.cli main nil -1]]}}
The text was updated successfully, but these errors were encountered: