Brackets-Rust-IDE icon indicating copy to clipboard operation
Brackets-Rust-IDE copied to clipboard

Max connection attempts reached

Open Kame7C0 opened this issue 10 years ago • 4 comments

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?

Kame7C0 avatar Aug 11 '15 07:08 Kame7C0

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.

rrandom avatar Aug 11 '15 12:08 rrandom

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 avatar Aug 11 '15 14:08 Kame7C0

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

Kame7C0 avatar Aug 11 '15 14:08 Kame7C0

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

rrandom avatar Aug 12 '15 04:08 rrandom