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 have my suspicion that this may be related to my Go installation or disk setup. I will continue to debug, but posting here in case someone else has seen this before.
The text was updated successfully, but these errors were encountered:
Just ran into the same problem on Windows. Seems to happen when watching one file. Doesn't seem to happen when watching a directory. The error does not occur when passing 0 or when not passing any Event values.
I don't think it's related to file permissions. I tried placing the target file into my user directory, and then into a subdirectory there. Should be perfectly accessible.
As the error text doesn't appear (fully or partially, as far as I could tell) in this library or any of its Go dependencies, I would guess that it's coming from Windows syscalls.
Trying to watch a file on Windows returns this error "The parameter is incorrect." A simple example that reproduces this issue.
I have my suspicion that this may be related to my Go installation or disk setup. I will continue to debug, but posting here in case someone else has seen this before.
The text was updated successfully, but these errors were encountered: