-
Notifications
You must be signed in to change notification settings - Fork 24
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
Atom racer is not properly configured. #64
Comments
I'm getting the same errors whenever the racer package tries to call racer. (racer.racerBinPath not set, racer.rustSrcPath not set, racer is not properly configured) |
Seems the problem were the default paths for the rust source and racer. ( So it's pretty much just an error message that could be more descriptive, and somewhat weird default paths. |
I am receiving this error and I do have options properly configured. I have a custom path for racer which is set, yet this still shows. |
Is racer actually configured properly (e.g. does |
The following is the Bug Report atom wants me to file: Issue: Body:
Atom Version: 1.5.3 Stack Traceracer.rustSrcPath is not set in your config.
Commands
Config{
"core": {
"disabledPackages": [
"language-gfm",
"language-gfm",
"language-gfm",
"language-gfm",
"language-gfm",
"language-gfm",
"language-gfm"
],
"themes": [
"atom-material-ui",
"atom-material-syntax"
]
},
"editor": {
"fontSize": 16,
"invisibles": {},
"showIndentGuide": true
}
} Installed Packages# User
atom-material-syntax, v0.4.3
atom-material-ui, v1.1.3
autocomplete-python, v1.6.1
build-cargo, v0.12.0
ex-mode, v0.8.0
language-idris, v0.4.1
language-latex, v0.6.1
language-markdown, v0.11.0
language-monte, v0.1.1
language-rust, v0.4.6
linter, v1.11.3
linter-csslint, v1.3.1
linter-flake8, v1.11.0
linter-jshint, v2.0.2
linter-markdown, v1.5.0
linter-python-pep257, v0.0.1
linter-rust, v0.4.0
markdown-preview-plus, v2.2.2
minimap, v4.19.0
minimap-git-diff, v4.1.8
racer, v0.18.0
rust-api-docs-helper, v0.5.1
vim-mode, v0.64.0
vim-mode-visual-block, v0.2.15
# Dev
No dev packages |
Oh okay, you only get that one error? Well, I just did the basic troubleshooting of things I went through by myself, seems like this might actually be a bug which the creator (@edubkendo) should have a look at. |
I can confirm that the issue is now resolved. |
For me works too. |
I had this problem and solved it by removing trailing whitespace in my path. I would suggest either trimming the contents of the path or at least providing a properly descriptive error message. |
I managed to fix this issue today via #61 (comment) |
This is still happening on Windows 10. The autocomplete works but throws an error with every character typed. Quite unusable |
If you are having problems with permission issues with rust in general (some things will still work, but you get other errors outside of racer): Step 1) Fix permissions:
don't know your group name?: Step2) Reinstall rust (it didn't properly get added to /usr/local:
Step3) Reinstall cargo package racer:
. Step4) Get rust source code:
The |
I had this issue too, in my case I installed the racer package with atom package manager. Thing is, the package is installed as racer-v2, so when I set the path to the racer executable and rust sources, it kept throwing me this error because in file |
From @VRcOd on December 8, 2015 12:48
[Enter steps to reproduce below:]
Atom Version: 1.2.4
System: Ubuntu 15.04
Thrown From: Atom Core
Stack Trace
Atom racer is not properly configured.
Commands
Config
Installed Packages
Copied from original issue: atom/atom#9980
The text was updated successfully, but these errors were encountered: