Skip to content
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

KeyError crashes program #36

Open
seaside98 opened this issue Jan 17, 2016 · 2 comments
Open

KeyError crashes program #36

seaside98 opened this issue Jan 17, 2016 · 2 comments

Comments

@seaside98
Copy link

Here is the error:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/local/lib/python2.7/site-packages/MacFSEvents-0.8.dev0-py2.7-macosx-10.9-x86_64.egg/fsevents.py", line 133, in run
    loop(self)
  File "/usr/local/lib/python2.7/site-packages/MacFSEvents-0.8.dev0-py2.7-macosx-10.9-x86_64.egg/fsevents.py", line 244, in __call__
    snapshot = self.snapshots[path]
KeyError: '/Volumes/deliveries/test.com/fcDisk/Shared_Files/dhemme'

Any ideas? I've seen this several times.

@seaside98
Copy link
Author

For anyone who comes across this in the future, your watched paths MUST match the case (as in, case sensitive) of the actual path.

@stephentripco
Copy link

Same as #13
Also having this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants