twibiral / obsidian-execute-code

Obsidian Plugin to execute code in a note.
MIT License
994 stars 61 forks source link

[BUG] Racket cannot find temporary code file #346

Closed wtaverni closed 1 month ago

wtaverni commented 2 months ago

When executing code using Racket, I get the following error message on macOS (M1), using Racket v8.12:

open-input-file: cannot open module file module path: #<path:/var/folders/sf/qh13w2p14sv2vmggf929wwq80000gn/Ttemp_1715066408500.rkt> path: /var/folders/sf/qh13w2p14sv2vmggf929wwq80000gn/Ttemp_1715066408500.rkt system error: no such file or directory; rkt_err=3

nfiles commented 2 months ago

I'm not familiar with Racket, but it sounds like this has the same root cause as #347

twibiral commented 1 month ago

Should be fixed with new release version 1.12.0. Ping me if the new release doesn't solve the problem.