- Notifications
You must be signed in to change notification settings - Fork72
Open
Description
It seems that when running cachier, I randomly get these errors:
2021-09-1709:05:32,357-fsevents-ERROR-UnhandledexceptioninFSEventsEmitterTraceback (mostrecentcalllast):File"/Users/lorenz/.../signals/.venv/lib/python3.9/site-packages/watchdog/observers/fsevents.py",line315,inrun_fsevents.add_watch(self,self.watch,self.events_callback,self.pathnames)RuntimeError:Cannotaddwatch<ObservedWatch:path=/Users/lorenz/.cachier/,is_recursive=True>-itisalreadyscheduled
My current solution is to delete the cache, assuming it is corrupt, and then start from scratch.
The most similar error I found on the net was the one reported inspyder-ide/spyder#14803. There, the solution was tounwatch on switching directories/projects.