-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns livesync android --emulator --watch fails when create new folder #1810
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
Comments
Hi @georgeedwards , Thank you for reporting your problem. Regards, |
From @Metalmate on June 7, 2016 13:25 Hello, I can reproduce the error, but not the way you described. When livesync --watch is running and you create a new folder in the directory from where the command is running, a.k.a. you livesync a project, and somewhere in that project you create a new directory, this error shows up. I guess you might have created a directory, or some other program did. Can you reproduce the problem and make sure no directory was created in the process? CLI: 2.0 |
Hi @Metalmate, I confirm that this is an real issue for android projects, when you are using Regards, |
@Metalmate @tsonevn Yes, that does seem to be the behaviour that causes the issue! |
start.livesync.android "Unable to sync files. Error is: EISDIR: illegal operation on a directory, read" I'm getting this error EVERY time a file changes. |
start.livescript.android is a task in angular2-seed-advanced that runs "tns livesync android --emulator --watch" I'm experiencing the same problem as @Bohmaster does, I'm on Linux (Ubuntu and Fedora) but I'm still on tns v2.0.1 (v2.1 breaks something in angular2-seed-advanced for me). |
I've tried on Windows and have had the same result. |
I leave here the output of:
I've noticed this error just before EISDIR appears
I've only pasted 2 examples. I get this error a lot of times with different directories. |
From @georgeedwards on June 6, 2016 17:2
Tell us about the problem
When using livesync on windows, if you save files before the last compilation has completed then I get the error:
It doesn't go away with subsequent file change events. However, killing and restarting the livesync works great.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
-CLI: 2.0.1
-Cross-platform modules: 2.0.1
-Runtime(s): 2.0.0 (android)
Please tell us how to recreate the issue in as much detail as possible.
I am running Windows 10, then edit two files in the sample groceries, save the first one and then save the second one (very soon after), this creates it for me.
Copied from original issue: NativeScript/NativeScript#2257
The text was updated successfully, but these errors were encountered: