-
Notifications
You must be signed in to change notification settings - Fork 69
Issue with clj-add-project-dependency - NullPointerException #382
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
Comments
Hi, could you verify if this is an intermittent issue? I think sometimes these http requests just fail, there's some retry logic but if the http endpoint is down there's not much we can do |
@vemv, nope. It never worked I have been trying it every few hours but it just fails. |
Alright! I'll have a look when I can. |
I've created clj-refactor.el v3.5.4 just now. It will be available in melpa within a few hours. It features better error handling if anything unexpected happens while fetching these deps over http. It also applies a timeout. If it still doesn't work the issue might be deeper. But it works on my repl and in CI. There's a Cheers - V |
Thank @vemv : I will check this out! |
Expected behavior
Add missing dependency using
cljr-add-project-dependency
should show me a list of dependencies to add.Actual behavior
I get an error:
Steps to reproduce the problem
Follow the steps as shown in the video here: https://www.youtube.com/watch?v=aWJPlRVZX90 . The place where the author @magnars adds a project dependency is where I am getting the error -- at mark 2:40.
Environment & Version information
clj-refactor.el version information
CIDER version information
Leiningen or Boot version
Leiningen 2.9.6
Emacs version
28.1 (Native compilation)
Operating system
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: