Clojure-Sublimed icon indicating copy to clipboard operation
Clojure-Sublimed copied to clipboard

Unable to see eval output on Sublime 3

Open shellandbull opened this issue 2 months ago • 6 comments

Hello There!

Whenever I try to Clojure Sublime: Evaluate I see the following error on my sublime console

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py", line 1704, in run_
    return self.run(edit)
  File "/Users/xyzxyz/Library/Application Support/Sublime Text 3/Installed Packages/Clojure Sublimed.sublime-package/cs_eval.py", line 297, in run
  File "/Users/xyzxyz/Library/Application Support/Sublime Text 3/Installed Packages/Clojure Sublimed.sublime-package/cs_conn_socket_repl.py", line 106, in eval
  File "/Users/xyzxyz/Library/Application Support/Sublime Text 3/Installed Packages/Clojure Sublimed.sublime-package/cs_eval.py", line 53, in __init__
  File "/Users/xyzxyz/Library/Application Support/Sublime Text 3/Installed Packages/Clojure Sublimed.sublime-package/cs_progress.py", line 62, in phase
  File "/Users/xyzxyz/Library/Application Support/Sublime Text 3/Installed Packages/Clojure Sublimed.sublime-package/cs_progress.py", line 26, in phase
TypeError: 'NoneType' object is not subscriptable

I am on

MacOS Sonoma 14.4.1
Sublime Build 4169

shellandbull avatar May 04 '24 15:05 shellandbull