-
Notifications
You must be signed in to change notification settings - Fork 100
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
Resource temporarily unavailable (api.nuget.org:443) #122
Comments
Hey @victron! Sound like nuget.org has some down time. Is this still happening? |
no, it's not nuget.org problem. curl response is ok. I tested on hardware pc with debian and it's ok. So, may be some relation to ubuntu or wsl itself. Can you point me to some doc to understand what inside your docker image? |
It's pulling lean packages and dependencies, same is done for any custom for libraries I believe
Does the host machine have a proxy setup? Sounds like that might be missing for the child docker container maybe. Edit: Please share as much details as possible so it can be reproduced. An easy test is just starting any docker container and trying to access nuget.org from inside of it |
We have a reproducible case here. Rahul can you please if you have a proxy? |
The machine has access to direct internet. I tried Wget https://api.nuget.org/v3/index.json and it works fine. I think the issue is with the docker file. |
I trying to run
lean live <my project>
using 'Interactive Brokers' data feed.But getting an error like this
In internet there is some advice to configure proxy for
NuGet
, then it means something in docker image. Please advice what is a problemmy environment:
The text was updated successfully, but these errors were encountered: