Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to see eval output on Sublime 3 #109

Open
shellandbull opened this issue May 4, 2024 · 6 comments
Open

Unable to see eval output on Sublime 3 #109

shellandbull opened this issue May 4, 2024 · 6 comments

Comments

@shellandbull
Copy link

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
@tonsky
Copy link
Owner

tonsky commented May 5, 2024

Weird, I was able to reproduce it once when installing it from Package Control but then I wasn’t able to reproduce it second time. Anyway, I added some defensive coding, hope it helps. Try 3.7.2

@tonsky
Copy link
Owner

tonsky commented Jun 6, 2024

Did it work?

@sander
Copy link

sander commented Jun 14, 2024

See also #100

I’ve had the same issue on a fresh installation. After setting "debug": true and restarting Sublime Text to debug, it seems fixed.

@shellandbull
Copy link
Author

@tonsky / @sander thanks for following up but I decided to switch to emacs and use the corgi setup, where I found a bug too but we found a fix for it as well ❤️ thanks everyone!

@tonsky
Copy link
Owner

tonsky commented Jun 16, 2024

Meanwhile I was able to reproduce it while working on another issue, tried to fix this again. If anyone is still interested, try 3.7.3

@sander
Copy link

sander commented Jun 24, 2024

Works for me, thank you @tonsky!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants