jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

TypeError: Cannot set property 'user' of undefined #295

Open matanox opened 6 years ago

matanox commented 6 years ago

Starting a repl, I get this error message mentioned in the title, after every repl expression I evaluate. Can you please advise?

selection_999 093

This is when I run the "start self-hosted repl" command in Atom.

When I "ctrl-," + "l", it shows a warning, which might be related (?!)

No user namespace defined. Defaulting to clojure.tools.namespace.repl/refresh.

and then proceeds to run my tests (which I've no idea why; why does toggle run my tests, or what is toggle supposed to do?)

grunlowen2 commented 6 years ago

I had this same error with my Atom setup. I'm behind a corporate firewall, which is the cause of most of my pain. It eventually worked for me, after setting my proxy, and installing ink. Not sure the root cause. apm config set http-proxy http://yourProxy apm install ink

Restarted Atom and it is working of me. I also had some other proxy config for my specific corporate environment.

hasnainelahi commented 5 years ago

I need Help 👍 Unhandled rejection TypeError: Cannot set property 'user' of undefined

davidsavoie1 commented 5 years ago

I've had the same issue, and it was simply due to the fact that my Internet connection was down. Proto-REPL couldn't download dependencies... Just sayin' 😉

gustavobertolino commented 3 years ago

Same thing here : (

When I tried to load the block on the REPL, this error happens : (

proto-repl-bug