-
Notifications
You must be signed in to change notification settings - Fork 35
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
Local folder doesn't appear to sync anymore #9
Comments
Ah, sorry, I will update the readme; this is cryptic, but ...probably should just rename Let me know if that gives you any useful output/hints as to what is going on. |
I pushed a commit that removes |
Closing given lack of response/reproduction. Thanks for the issue though, @jdb8, as the debug-all/debug-prefixes CLI improvements that your report motivated are working out well, I think. Happy to help if you end up trying again at some point. Thanks! |
sry to re-open this, but I have a (maybe) related issue. mirror works fine after a reboot and for a while, but when i shutdown the server and/or disconnect my client it stops syncing with:
which is fine, but then when i start the server again, then start the client, it hangs at:
until I reboot my mac (client) and then everything is fine again. I am running little snitch as well, but i don't see any blocked traffic. i also tried with |
I had a folder which synced fine, but something seems to have happened which causes mirror to send no updates (other than during the initial scan).
I verified that
watchman
is listening to the changes via https://facebook.github.io/watchman/docs/watchman-replicate-subscription.html (from https://github.com/facebook/watchman/blob/master/python/bin/watchman-replicate-subscription), but something must be lost along the way inside mirror which causes it to ignore these changes after the subscription returns info.It only seems to happen for one folder at the moment (which I unfortunately don't want to share entirely because it has sensitive work data in it), but I can't see anything special about it. And if my memory serves correctly, it did use to sync as of a couple of days ago.
I opened #8 since I got stuck trying to add print statements etc. which I would do to try and track this down further. From browsing the github source, I also lost track of where the watchman subscription is handled in the code to work out why it might be ignored.
I tried using the
--debug
flag, but it didn't print any DEBUG statements :(The text was updated successfully, but these errors were encountered: