-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
"The flow server is not responding" #1428
Comments
Thanks for reporting! If you still have the terminal output around, or you are able to reproduce the issue, can you provide a verbatim transcript of your session? (Or at least as much as you can/feel comfortably with.) That particular error message should be accompanied by more output, specifically a) the number of retries remaining and b) some status like Also, Flow should have output a path to a log file. The contents of that log file would be enormously helpful to debug this issue. |
Here is the session output: flow$ flow Here is the log file content: [2016-02-20 22:32:53] Initializing Server (This might take some time) |
I think I see the problem. Here is my .flowconfig file: [ignore] [include] [libs] [options] Note how it references the directories flow-libs and public. Those directories didn't exist. After I added those, it worked. Maybe error messages that describe that issue could be added or maybe that shouldn't be an error. |
Thanks! We absolutely should fix the error message here. What's happening
|
Pretty sure we fixed this crash in 0.26 or 0.27. Let me know if it happens again! |
This happened to me today with flow 0.37.4. I ended up rebooting to get it to work again. |
This is still happening to me as well |
Getting this error when running it
|
It is happening still with 0.46.0 on windows |
There is another (open) issue: #3323 |
This happens for me when I use the following configuration on Windows 10.
|
Folks, in my case (I'm on Windows 10) the issue were resolved by running watchman watch-del-all and then uninstalling watchman. It seems just weird but anytime I install watchman flow doesn't work. |
This is still happening. I experienced on windows 10. I removed the contents of |
I just experienced this on macOS High Sierra, couldn't fix using any of the ideas above. |
Same here (windows 10). Probably an issue with .flowconfig that goes unreported and crashes the server. |
I'm having this issue too on windows 10. This issue appears to be random, sometimes just adding a blank line in the .flowconfig file and running flow again makes it work, the same for deleting all the contents and then adding the file again. Sometimes, a flow.exe process is left behind and this causes the issue too - stopping the process and running flow again fixes the issue. I'll have to stop using flow due to this, it's really annoying. |
My solution involves killing all instances of it |
Still occurs macOS |
I tried the solution that @gtdeng proposed, but running I'm using the .flowconfig file that
Running |
@gtdeng solution works the first time I ran flow status after it crashed, it restarted the background process and reported the errors as before. But when I tried to run flow status again I experienced the same error message above
|
running |
the same #6025 |
Faced with this issue b/c flow was installed globally, and global's version mismatch local project's one. Removing global fixed the issue. |
I was getting
But I haven't yet figured out how to keep Flow server running in the background |
An empty |
I was having this problem when running |
@achepukov solution fixed it for me. Everything starts working now after removing the |
Here's one more solution! > flow "stop"
Trying to connect to server for `<path_to_project>`
Attempting to meanly kill server for `<path_to_project>`
Successfully killed server for `<path_to_project> Executing |
Try stopping flow ( Edit: @wmik already beat me to it 😄 |
hey :) sorry to reopen the subject i dunno if there is other topics which were opened since but i had the error me too on mac os (M1 chipset i don t know if that change something), here are the logs of flow:
|
@okevino47 I'm getting the same as you, can't get around: replaced node, none of flow instances are running (stopped as well), but can't get it working |
I get this message when trying to start the flow server on a Mac by just entering "flow".
I do not have a flow server running in a different terminal.
I installed flow with "npm install -g flow-bin".
I did not install it using homebrew.
The text was updated successfully, but these errors were encountered: