-
Notifications
You must be signed in to change notification settings - Fork 288
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
Context deadline exceeded while downloading googleapis dependencies #824
Comments
Hi @handikacatur , thank you for your issue.
|
Thank you for your quick reply @cyinma , I have done as you said. I set the timeout to be 5m, but it results in an error stating that the remote is unavailable. buf: downloading buf.build/googleapis/googleapis:6358935a97044c1494fe13d369ac2f3b
Failure: the server hosted at that remote is unavailable: error reading from server: read tcp 192.168.114.7:60785->35.193.118.40:443: read: connection reset by peer. |
This looks like a network issue similar to the one we saw here. Are you able to build other modules just fine? How about a smaller one like |
@amckinney I cloned the petapis repository and use a version: v1
lint:
use:
- DEFAULT
breaking:
use:
- FILE
deps:
- buf.build/acme/petapis I do buf: downloading buf.build/acme/paymentapis:6e230f46113f498392c82d12b1a07b70
buf: downloading buf.build/acme/petapis:84a33a06f0954823a6f2a089fb1bb82e
buf: downloading buf.build/googleapis/googleapis:84c3cad756d2435982d9e3b72680fa96
Failure: context deadline exceeded. I'm not using |
[RESOLVED] I do I will close this issue. Thank you @cyinma @amckinney for helping me. |
I experienced an error while buf is downloading dependencies.
Here is my buf.yaml
Here is my terminal output:
I've updated using buf mod update but it always return context deadline exceeded while I do generate or build.
The text was updated successfully, but these errors were encountered: