-
-
Notifications
You must be signed in to change notification settings - Fork 587
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
Error: UNKNOWN: unknown error, lstat '\\nasserver\BİRİM\ExampleFile.docx #891
Labels
Comments
I need your chokidar config |
` const watcher1 = chokidar.watch("\\\\nasserver\\xxx\\",
{
ignoreInitial: true,
disableGlobbing: false,
followSymlinks: false,
usePolling: false,
ignored: /(^|[\/\\])\..|.DS_Store$|~\$|kopya.docx$|kopya.jpeg$|kopya.jpg$|.tmp$|thumbs.db$/i,
persistent: true,
alwaysStat: false,
interval:10000,
binaryInterval: 10000
}) Thanks for answer. |
why don't you handle this with |
Merging to #895 |
Problem resolved. It is UTF-8 problem. And Chokidar 3.1.1 is okey but 3.2.2 is not working... Append folgende code start of file "https://github.com/paulmillr/chokidar/blob/master/index.js"
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[30/09/2019 15:59:18.345] [ERROR] Error: UNKNOWN: unknown error, lstat '\nasserver\xxx\BİRİM\ExampleFile.docx'
It gives this error when I delete a file. However, it does not follow up when the file is added or changed. Reason Capital letter " İ ". " BİRİM ". Because of Turkish İ. I dont know, what can i do but i think that it is a bug for chokidar.
Versions
The text was updated successfully, but these errors were encountered: