NodeJS File System fs.open UNKNOWN: unknown error #19965
Labels
fs
Issues and PRs related to the fs subsystem / file system.
windows
Issues and PRs related to the Windows platform.
wrong repo
Issues that should be opened in another repository.
Hi node!
Few days ago, fs.watch() was still able to work with my path ////networkFolder. But after I restarted the server (hard reset), it gave me an unknown error.
Now for me to check the path I did some troubleshooting, so I used fs.open() but it gave me an error.
Error: UNKNOWN: unknown error, open '\\networkFolder\sharedFolder\p\a\t\h'
Then I used fs.stat() to verify:
From what I remember, I've used net use to setup my network folder but I don't know if that actually help/works in my problem. I did it again but still no luck for me
Please let me know your thoughts regarding the issue.
Thank you!
The text was updated successfully, but these errors were encountered: