This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-19
Channels
- # babashka (39)
- # beginners (58)
- # calva (45)
- # clerk (9)
- # cljsrn (10)
- # clojure (23)
- # clojure-denver (13)
- # clojure-europe (39)
- # clojure-norway (6)
- # clojurescript (10)
- # clr (3)
- # cursive (5)
- # data-science (6)
- # datomic (27)
- # events (1)
- # fulcro (33)
- # graphql (5)
- # hyperfiddle (24)
- # introduce-yourself (4)
- # kaocha (1)
- # malli (8)
- # off-topic (23)
- # pedestal (5)
- # re-frame (2)
- # releases (4)
- # shadow-cljs (8)
- # xtdb (12)
I bumped the dependency on the latest clerk & clerk-slideshow on an existing presentation and ran into problems with rendering clerk/image where the target is a local file path. If I eval the clerk/image form it appears to be loading the buffered image correctly with a viewer/render-fn, but is throwing a error 500 when it attempts to fetch the image fetching from the blob with a url like: "http://localhost:7777/_blob/5ds19A2SrRezPhnxNKVfCMkWxhsFGE?path=[2%200]". I believe that I can drop back to a previous version that works fine, but thought I would let you folks know. I can try and make a minimal test case if this isn't ringing a bell. Thanks!
HI @UMGAMGWF8, yes a minimal repro would help, thanks
https://gist.github.com/dgtized/85f219b870ca35c5c0f87589a308d0fd -- I think that's as barebones as I could get it.
do you have access to the error which is thrown by the webserver? maybe over web console?
Hmm I have an idea I forgot I had to switch back to java 8 for working on Quil. Maybe that's the real cause? I will give that a try and report back. I will also see if I can get a better error message for you
Yep, verified that moving back to java 11 fixed it. However I did try and track down the error and was unable to get any logging out of the clerk server, and the client just reported a 500. Is there a way to enable logging on the clerk web server to better show the problems in other cases?