rrandom / Brackets-Rust-IDE

Help coding Rust in Brackets
27 stars 1 forks source link

Max connection attempts reached #1

Open Kame7C0 opened 8 years ago

Kame7C0 commented 8 years ago

i have managed to compile racer on windows and confirmed that is working (from github instructions) but after putting path to racer build auto completon still don't work

any ideas?

rrandom commented 8 years ago

Be sure the path is the bin file, something like "..\racer\target\release\racer.exe". Check your path setting, If this can't work, press F12 in Brackets to open the console, and tell me the error information.

Kame7C0 commented 8 years ago

i provided path to racer.exe (tryed with and without quotes) this is a console output: Asking Hints RustHintProvider.js:101 [RustHinterDomain] Fail to get hints: Max connection attempts reachedRustHintProvider.js:101 (anonymous function)thirdparty.min.js:559 jthirdparty.min.js:559 k.addRustHintProvider.js:100 getHintsDRustHintProvider.js:207 RustHintProvider.getHints/editor/CodeHintManager.js:426 _updateHintList/editor/CodeHintManager.js:515 _beginSession/editor/CodeHintManager.js:629 _handleChange/utils/EventDispatcher.js:222 trigger/editor/Editor.js:870 Editor._handleEditorChange/editor/Editor.js:412 (anonymous function)/utils/EventDispatcher.js:222 trigger/editor/Editor.js:941 (anonymous function)/thirdparty/CodeMirror/lib/codemirror.js:8042 CodeMirror.signal/thirdparty/CodeMirror/lib/codemirror.js:3120 endOperation_finish/thirdparty/CodeMirror/lib/codemirror.js:3014 endOperations/thirdparty/CodeMirror/lib/codemirror.js:2997 endOperation/thirdparty/CodeMirror/lib/codemirror.js:3130 runInOp/thirdparty/CodeMirror/lib/codemirror.js:1424 copyObj.poll/thirdparty/CodeMirror/lib/codemirror.js:1211 (anonymous function)

Kame7C0 commented 8 years ago

this may be my system specific problem... im 100% satysfied from code coloring just wanted to try code completion

rrandom commented 8 years ago

After searching I find this problem happens a lot... Seems it's the problem brackets connecting to node: https://github.com/adobe/brackets/issues/10058 https://github.com/zaggino/brackets-git/issues/410 maybe you can get help here: https://github.com/adobe/brackets/issues/6491