This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-23
Channels
- # announcements (18)
- # beginners (26)
- # calva (12)
- # cider (43)
- # cljdoc (4)
- # clojure (38)
- # clojure-europe (11)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-sweden (2)
- # clojure-uk (4)
- # cursive (17)
- # data-science (4)
- # datalevin (2)
- # datomic (3)
- # emacs (10)
- # ghostwheel (4)
- # graphql (11)
- # honeysql (1)
- # hyperfiddle (7)
- # introduce-yourself (1)
- # malli (23)
- # nrepl (11)
- # overtone (1)
- # pathom (9)
- # pedestal (2)
- # polylith (1)
- # portal (3)
- # reitit (1)
- # shadow-cljs (12)
- # timbre (4)
- # vim (2)
- # xtdb (4)
Hi. I'm trying to use playback in my ClojureScript project, but getting this error:
File: jar:file:/home/german/.m2/repository/com/github/gnl/playback/0.5.4/playback-0.5.4.jar!/playback/core.cljc
failed to require macro-ns "playback.core", it was required by "playback.core"
Error in phase :compile-syntax-check
RuntimeException: No such var: server/as-channel
I'm new to ClojureScript build sorcery, so I have no idea how to approach this. The proj config is attached.Hey 👋 Off the top of my head I'd recommend you remove Debux from your dependencies – Playback uses its own fork of it, based on a much newer version – and make sure you explicitly require Clojure + ClojureScript versions 1.10+ in your project. Give that a try and let me know how it goes.
Also, in the future, I'd prefer if you directly opened an issue on GitHub – this way all discussions are in one place, both for myself and for all Playback users (incl. those who are not on Slack), plus I don't always keep close track of what's going on over here. Thanks!
Tried your suggestions, the error remains. Opened an issue on GitHub.