facebookarchive / nuclide

An open IDE for web and native mobile development, built on top of Atom
https://nuclide.io
Other
7.79k stars 682 forks source link

Indexing of remote project does not work #1071

Open philippotto opened 7 years ago

philippotto commented 7 years ago

Issue and Steps to Reproduce

I have Nuclide installed locally on my Windows machine and try to connect with a Nuclide instance on my Ubuntu server.

When trying to connect I get the following error:

atom_2017-03-28_16-30-46

This can be circumvented by using nuclide-start-server -k when connecting (however, I'm open for suggestions which would fix this properly).

Afterwards, if I hit cmd+p I get:

atom_2017-03-28_16-31-53

There is a hard to read error message at the top-right corner: ENOENT: no such file or directory, lstat 'C:\Users\Philipp\AppData\Local\atom\app-1.15.0\nuclide:'

I don't know how to get the full error message (it seems to be truncated), since there is not enough time to select the error message (the box closes quite quickly).

Expected Behavior

The Indexing project... message should disappear at some point and I should be able to use the fuzzy file finder.

Actual Behavior

The Indexing project message never disappears and I cannot use the fuzzy file finder etc. However, I'm able to open and modify files via the file tree on the right.

Versions

Additional Details

Community Packages (18) C:\Users\Philipp\.atom\packages
├── git-history@3.2.0
├── haskell-grammar@0.4.0
├── highlight-selected@0.12.0
├── language-babel@2.56.2
├── language-graphql@0.8.0
├── language-ini@1.18.0
├── language-lua@0.9.11
├── language-ocaml@1.1.2
├── language-swift@0.5.0
├── language-thrift@1.0.2
├── linter@2.0.0
├── linter-eslint@8.1.3
├── merge-conflicts@1.4.4
├── nuclide@0.209.0
├── nuclide-format-js@0.0.36
├── set-syntax@0.3.2
├── sort-lines@0.14.0
└── tool-bar@1.1.0
philippotto commented 7 years ago

Ok, this seems to the same issue as https://github.com/atom/fuzzy-finder/issues/233 and using ctrl+alt+t works flawlessly. I thought ctrl+p used to work with remote directories? Maybe somebody can clear this up for me?

yuankaiz commented 7 years ago

is this related to https://github.com/facebook/nuclide/issues/1007?

tengbretson commented 6 years ago

Is there a fix in the works for this?