Bumping clj-http to 2.0.0 got me past that problem (and it uses Potemkin 0.4.1) but then I hit the problem below, which I’ve run into several times trying to use updated versions of clj-http over the last year.
Message java.lang.RuntimeException: No such var: clj-tuple/vector, compiling:(potemkin/utils.clj:110:10) Cause clojure.lang.Compiler$CompilerException Stacktrace The Error Occurred in core.clj: line 5866 called from core.clj: line 5865 called from core.clj: line 5671 called from core.clj: line 5711 called from core.clj: line 5710 called from core.clj: line 632 called from core.clj: line 5753 called from core.clj: line 634 called from core.clj: line 5843 called from collections.clj: line 1 called from collections.clj: line 1 called from core.clj: line 5866 called from core.clj: line 5865 called from core.clj: line 5671 called from core.clj: line 5711 called from core.clj: line 5710 called from core.clj: line 632 called from core.clj: line 5753 called from core.clj: line 632 called from core.clj: line 5832 called from potemkin.clj: line 1 called from potemkin.clj: line 1 called from core.clj: line 5866 called from core.clj: line 5865 called from core.clj: line 5671 called from core.clj: line 5711 called from core.clj: line 5710 called from core.clj: line 632 called from core.clj: line 5749 called from core.clj: line 632 called from core.clj: line 5832 called from headers.clj: line 1 called from headers.clj: line 1 called from core.clj: line 5866 called from core.clj: line 5865 called from core.clj: line 5671 called from core.clj: line 5711 called from core.clj: line 5710 called from core.clj: line 632 called from core.clj: line 5749 called from core.clj: line 632 called from core.clj: line 5832 called from core.clj: line 1 called from core.clj: line 1 called from core.clj: line 5866 called from core.clj: line 5865 called from core.clj: line 5671 called from core.clj: line 5711 called from core.clj: line 5710 called from core.clj: line 632 called from core.clj: line 5749 called from core.clj: line 632 called from core.clj: line 5832 called from client.clj: line 1 > On Jul 19, 2015, at 4:53 PM, Michael Blume <blume.m...@gmail.com> wrote: > > Looks like it has, pinning to Potemkin 0.4.1 should probably sort you out > > On Sun, Jul 19, 2015 at 4:50 PM Michael Blume <blume.m...@gmail.com > <mailto:blume.m...@gmail.com>> wrote: > Sean, I think that was identified as a bug in Potemkin. The pull was merged > but I'm not sure if there's been a release since. Zack? > > https://github.com/ztellman/potemkin/pull/40 > <https://github.com/ztellman/potemkin/pull/40> > > http://dev.clojure.org/jira/browse/CLJ-1208?focusedCommentId=39632&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-39632 > > <http://dev.clojure.org/jira/browse/CLJ-1208?focusedCommentId=39632&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-39632> > > On Sun, Jul 19, 2015 at 4:47 PM Sean Corfield <s...@corfield.org > <mailto:s...@corfield.org>> wrote: > On Jul 18, 2015, at 10:33 PM, Sean Corfield <s...@corfield.org > <mailto:s...@corfield.org>> wrote: > > Wow, that's a fast timeline. Thank you. We'll upgrade to Alpha 2 this week. > > We may go to production with it fairly quickly. > > Switched out 1.7.0 for 1.8.0-alpha2 and got the exception below. Posting here > in case anyone knows immediately what the cause is, while I go debugging... > > Exception in thread "main" java.lang.NoClassDefFoundError: IllegalName: > compile__stub.clj_http.headers.clj-http.headers/HeaderMap, > compiling:(clj_http/headers.clj:105:1) > at clojure.lang.Compiler.analyzeSeq(Compiler.java:6798) > at clojure.lang.Compiler.analyze(Compiler.java:6592) > at clojure.lang.Compiler.analyze(Compiler.java:6553) > at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:5929) > at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:6247) > at clojure.lang.Compiler.analyzeSeq(Compiler.java:6791) > at clojure.lang.Compiler.analyze(Compiler.java:6592) > at clojure.lang.Compiler.analyze(Compiler.java:6553) > at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:5929) > at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5359) > at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3959) > at clojure.lang.Compiler.analyzeSeq(Compiler.java:6789) > at clojure.lang.Compiler.analyze(Compiler.java:6592) > at clojure.lang.Compiler.eval(Compiler.java:6847) > at clojure.lang.Compiler.eval(Compiler.java:6839) > at clojure.lang.Compiler.load(Compiler.java:7295) > at clojure.lang.RT.loadResourceScript(RT.java:372) > at clojure.lang.RT.loadResourceScript(RT.java:363) > at clojure.lang.RT.load(RT.java:453) > at clojure.lang.RT.load(RT.java:419) > at clojure.core$load$fn__5448.invoke(core.clj:5866) > at clojure.core$load.doInvoke(core.clj:5865) > at clojure.lang.RestFn.invoke(RestFn.java:408) > at clojure.core$load_one.invoke(core.clj:5671) > at clojure.core$load_lib$fn__5397.invoke(core.clj:5711) > at clojure.core$load_lib.doInvoke(core.clj:5710) > at clojure.lang.RestFn.applyTo(RestFn.java:142) > at clojure.core$apply.invoke(core.clj:632) > at clojure.core$load_libs.doInvoke(core.clj:5749) > at clojure.lang.RestFn.applyTo(RestFn.java:137) > at clojure.core$apply.invoke(core.clj:632) > at clojure.core$require.doInvoke(core.clj:5832) > at clojure.lang.RestFn.invoke(RestFn.java:482) > at clj_http.core$eval855$loading__5340__auto____856.invoke(core.clj:1) > at clj_http.core$eval855.invoke(core.clj:1) > > Sean Corfield -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ <http://corfield.org/> > > "Perfection is the enemy of the good." > -- Gustave Flaubert, French realist novelist (1821-1880) > > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > <mailto:clojure@googlegroups.com> > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > <mailto:clojure%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > <http://groups.google.com/group/clojure?hl=en> > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com > <mailto:clojure%2bunsubscr...@googlegroups.com>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > <http://groups.google.com/group/clojure?hl=en> > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com > <mailto:clojure+unsubscr...@googlegroups.com>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.