-
Notifications
You must be signed in to change notification settings - Fork 922
Failed to write to 'state.settings'. options.stream must be readable. #556
Comments
I'm not part of the project, but I fixed this myself from switching from node version 14 to 12. |
I have the same problem. I already auth the complete folder structure of .c9, c9sdk and the workspace but nothing works. I can't save files in the web editor. Does anyone has a solution for it? |
@aglennquicket's answer fixed this issue for me! here's the concrete steps I took:
voíla! |
@jxmorris12 @aglennquicket Any way of solving this without having to downgrade from node 14 to 12? Eventually this solution will no longer work. |
Have you considered installing Node 12 in a custom directory and starting Cloud9 using that, while upgrading the global Node installation to whichever version you prefer? |
I ran into this problem a couple of days ago, and think I've got to the bottom of it... Short version: the use of Longer version: If you compare the last v13 version of Thing I'm not sure about: What was the motivation for insisting that these flags had to be own properties at the time, and does allowing inherited properties as well break it? It seems odd that the code in |
@john-perks do you know what the solution is? |
@drmrbrewer As I mentioned above, you need to update the mentioned vfs-socket files to replace |
Hi All,
I'm facing issue which Failed to write to 'state.settings'. options.stream must be readable. message shown in Cloud9 web interface which annoy me, also that error message shown in my terminal that run server.js.
I have already create state.settings file in c9 workspace and .c9 folder and set it to world writable but still, I got same error message.
So do you know why these thing happen to me, and what I supposed to do in order to fix it?
Thanks
The text was updated successfully, but these errors were encountered: