You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" clojure.lang.ExceptionInfo: Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server {:not-loaded figwheel.server.jetty-websocket/run-server}
This looks like it could be related to Figwheel Jetty Conflicts. hodur-visualizer-schema uses figwheel-main0.1.9 but the issue is fixed from 0.2.1 on. I will try with latest version 0.2.3 and open pull request if it fixes the issue
The text was updated successfully, but these errors were encountered:
andrerichards
pushed a commit
to andrerichards/hodur-visualizer-schema
that referenced
this issue
Aug 3, 2019
When starting up
hodur-visualizer-schema
I get:Exception in thread "main" clojure.lang.ExceptionInfo: Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server {:not-loaded figwheel.server.jetty-websocket/run-server}
This looks like it could be related to Figwheel Jetty Conflicts.
hodur-visualizer-schema
usesfigwheel-main
0.1.9
but the issue is fixed from0.2.1
on. I will try with latest version0.2.3
and open pull request if it fixes the issueThe text was updated successfully, but these errors were encountered: