remi icon indicating copy to clipboard operation
remi copied to clipboard

Editor: Occasionally files are not written when saved.

Open MrYsLab opened this issue 9 years ago • 5 comments

I am not sure what the trigger of this is, but sometimes when saving a file, after the save, I check to see if the file has been saved or modified and either the changes are not reflected or the file is not created. This is an intermittent problem and I am not sure what triggers it.

MrYsLab avatar Oct 15 '16 19:10 MrYsLab

Can't reproduce this. Can you please check for errors in the console when this happens?

dddomodossola avatar Oct 17 '16 07:10 dddomodossola

The next time it happens I will upload the debug console output.

MrYsLab avatar Oct 17 '16 12:10 MrYsLab

Does this happen when running the server on Windows. I had a similar problem. Solved it by detecting an IOError exception and trying again.

KenT2 avatar Dec 15 '16 15:12 KenT2

@KenT2 I am not sure if the question is directed towards me, but I develop on Linux, so I don't know if this happens on Windows or not.

MrYsLab avatar Dec 15 '16 18:12 MrYsLab

@MrYsLab Yes it was. I had a similar problem. When using Python files saved every time on Linux but failed occasionally on Windows.

KenT2 avatar Dec 15 '16 21:12 KenT2