[cli] unable to talk to your watchman on \\.\pipe\watchman! (No such file or directory)
- Dominant language
- C++
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
I always get this error when i start the project :
` [cli] unable to talk to your watchman on \\.\pipe\watchman! (No such file or directory) `
` Watchman: watchman --no-pretty get-sockname returned with exit code=1, signal=null, stderr= 2020-07-16T08:11:17,351: [cli] unable to talk to your watchman on \\.\pipe\watchman-karim! (No
such file or directory) `
Reinstalled watchman but didn't work,
I'm on windows.
Here's the log
2020-07-16T07:38:00,279: [listener] Watchman 20200712.162157.0 f73e809c5c1ed31939f8adad4861627b9432d103 starting up on DESKTOP-NQ4OQGU
2020-07-16T07:38:00,297: [listener] failed to parse json from C:/Users/karim/AppData/Local/watchman/state: unable to open C:/Users/karim/AppData/Local/watchman/state: No such file or directory
2020-07-16T07:38:00,471: [listener] Unhandled win32 exception. Fatal error detected at:
#0 00007FF946C342CD CxxThrowException
#1 00007FF7AF185710
#2 00007FF7AF210AA5
#3 00007FF7AF213862
#4 00007FF7AF224C58
#5 00007FF7AF22574D
#6 00007FF7AF478940
#7 00007FF96CB32784 BaseThreadInitThunk
#8 00007FF96F110C31 RtlUserThreadStart
the stack trace for the exception filter call is:
#0 00007FF96F16D4C4 memset
#1 00007FF96F156386 _C_specific_handler
#2 00007FF96F169FDD _chkstk
#3 00007FF96F0F51C8 RtlLookupFunctionEntry
#4 00007FF96F0F0DD1 RtlRaiseException
#5 00007FF96B8156B8 RaiseException
#6 00007FF946C342CD CxxThrowException
#7 00007FF7AF185710
#8 00007FF7AF210AA5
#9 00007FF7AF213862
#10 00007FF7AF224C58
#11 00007FF7AF22574D
#12 00007FF7AF478940
#13 00007FF96CB32784 BaseThreadInitThunk
#14 00007FF96F110C31 RtlUserThreadStart
2020-07-16T07:49:19,012: [listener] Watchman 20200712.162157.0 f73e809c5c1ed31939f8adad4861627b9432d103 starting up on DESKTOP-NQ4OQGU
2020-07-16T07:49:19,015: [listener] failed to parse json from C:/Users/karim/AppData/Local/watchman/state: unable to open C:/Users/karim/AppData/Local/watchman/state: No such file or directory
2020-07-16T07:49:19,108: [listener] Unhandled win32 exception. Fatal error detected at:
#0 00007FF948B242CD CxxThrowException
#1 00007FF7AF185710
#2 00007FF7AF210AA5
#3 00007FF7AF213862
#4 00007FF7AF224C58
#5 00007FF7AF22574D
#6 00007FF7AF478940
#7 00007FF96CB32784 BaseThreadInitThunk
#8 00007FF96F110C31 RtlUserThreadStart
the stack trace for the exception filter call is:
#0 00007FF96F16D4C4 memset
#1 00007FF96F156386 _C_specific_handler
#2 00007FF96F169FDD _chkstk
#3 00007FF96F0F51C8 RtlLookupFunctionEntry
#4 00007FF96F0F0DD1 RtlRaiseException
#5 00007FF96B8156B8 RaiseException
#6 00007FF948B242CD CxxThrowException
#7 00007FF7AF185710
#8 00007FF7AF210AA5
#9 00007FF7AF213862
#10 00007FF7AF224C58
#11 00007FF7AF22574D
#12 00007FF7AF478940
#13 00007FF96CB32784 BaseThreadInitThunk
#14 00007FF96F110C31 RtlUserThreadStart
Contributor guide
Assessment
This issue has not been assessed yet.