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
Thank you for developing this tool. It's incredibly useful! But I found a potential bug (?) here.
I tried the methods outlined in the wiki, but they didn't seem to work for me. In the end, I stumbled upon a solution, though I'm not entirely sure of the principles behind it. But I thought this method could be added to the Wiki if needed.
(Possible Solution I found was to comment networkingMode=mirrored in .wslconfig)
The text was updated successfully, but these errors were encountered:
Topology2333
changed the title
bear in WSL2 failed: wrapper: failed with: gRPC call failed: failed to connect to all addresses
bear in WSL2 failed: wrapper: failed with: gRPC call failed: failed to connect to all addresses (solved)
Aug 20, 2024
Thank you for developing this tool. It's incredibly useful! But I found a potential bug (?) here.
I tried the methods outlined in the wiki, but they didn't seem to work for me. In the end, I stumbled upon a solution, though I'm not entirely sure of the principles behind it. But I thought this method could be added to the Wiki if needed.
(Possible Solution I found was to comment
networkingMode=mirrored
in.wslconfig
)Environment:
OS:
WSL2 on Windows11
Ubuntu 22.04.3 LTS x86_64
Bear version:
3.0.18
, Bear install method:apt
Description:
I am trying
bear
to generatecompile_commands.json
for a C project but failed.> bear -- make wrapper: failed with: gRPC call failed: failed to connect to all addresses
And, it still generates an empty
compile_commands.json
.I've tried
wiki/Troubleshooting
on GitHubverbose(too long so I truncate here):
And those didn't work.
Possible Solution:
I modified the
.wslconfig
file by commenting the following line(networkingMode), and everything started working properly.The text was updated successfully, but these errors were encountered: