You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reporting: Dat crashes when a file is quickly created and deleted, even when the file is set to be ignored in .datignore.
Bug Report
Please give us details about your installation to assist you. Run dat -v to see the version of Dat you are using.
Operating system: Debian
Node Version: v12.10.0
Dat Version:13.13.1
I am trying to store a borg repository in dat. It creates a file called lock.exclusive while writing to the repository and deletes this when it is done. I have added lock.exclusive to .datignore, in many formats just to be safe, but dat still crashes regardless:
Thanks for the bug report @nicolaschan! We will be moving towards a new version of the dat cli (2.0) within the next few months, information forthcoming on how to upgrade. Hopefully the new version will fix your issue.
I am reporting: Dat crashes when a file is quickly created and deleted, even when the file is set to be ignored in
.datignore
.Bug Report
Please give us details about your installation to assist you. Run
dat -v
to see the version of Dat you are using.I am trying to store a borg repository in dat. It creates a file called
lock.exclusive
while writing to the repository and deletes this when it is done. I have addedlock.exclusive
to.datignore
, in many formats just to be safe, but dat still crashes regardless:My
.datignore
includes:Expected behavior
Dat should not look at ignored files and would not crash. Even if it is watching the file, it should handle the error gracefully and continue running.
Actual behavior
Dat crashes.
Debug Logs
The text was updated successfully, but these errors were encountered: