Fork me on GitHub
#clerk
<
2023-07-19
>
Charles Comstock03:07:16

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!

Andrea07:07:02

HI @UMGAMGWF8, yes a minimal repro would help, thanks

Andrea09:07:46

hmm, I cannot reproduce with the deps coordinates you sent...

Andrea10:07:56

do you have access to the error which is thrown by the webserver? maybe over web console?

Andrea10:07:36

well, there’s an issue with syntax highlighting that we need to fix

Charles Comstock16:07:05

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

Charles Comstock18:07:53

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?