-
Notifications
You must be signed in to change notification settings - Fork 61
dnvm upgrade: Could not find latest version from feed #238
Comments
Can you show the command and the error in both cases? AFAIK only stable was broken and it is now fixed #235 |
I got the same issue:
As you see I tried to fix the problem with overwriting the DNX_FEED variable with the target of the redirect: https://www.nuget.org/api/v2 But as you can see in your browser this is a dead end. |
You got unlucky, nuget.org is currently down. |
Tried again this morning (tried yesterday and last night - same errors) same errors Then did this per that link: also running dnvm upgrade -u |
More information: dnvm list Active Version Runtime Arch Location Alias
$ dnvm install latest $ dnvm update-self |
try |
@cnblogs-dudu |
This is not valid for coreclr dnvm upgrade -r coreclr Any idea to get stable beta version of coreclr? |
First of all |
This is also happening for me:
The unstable link doesn't work either. I've tried +15 times in the last month and a half, and it hasn't worked, it is definitely not the servers always being down. |
@nbellowe Try running |
Well, following the instructions tells me to use brew tap, brew install. However this installs it in a different location then dnvm self-update would (and an old copy). I did however copy from the brew installed location to ~/.dnx/dnvm/dnvm.sh. Then I ran dnvm self-update, which downloaded it from github, over my copied file. Then I copied that file back over the one brew installed (hacky).This however still leads to the same error. I also brew uninstalled and then just kept the other file which I sourced manually. No change... How are we supposed to install this on OSX. |
I am on Ubuntu and I am getting the same error message for all dnvm commands. I am behind proxy but I don't have any problem to download or update other items. I am stuck here.
|
I'm on a Macbook with Yosemite and am getting the same error message when attempting to upgrade to coreclr only.
|
Still happening for me as well. Anybody? I also added to my config file. |
The command |
Experiencing this problem too when trying to get the if ! type dnx > /dev/null 2>&1; then
DNX_FEED=https://nuget.org/api/v2
dnvm update-self
dnvm upgrade results in:
while
This only happens when executing |
Try updating your dnvm version using |
@davidfowl I included the |
Remove the setting of DNX_FEED |
Wow, it works after removing the |
Looks like the default stable feed of the dnvm in KoreBuild changed to NuGet in stead of MyGet/aspnetvnext? |
KoreBuild is optimized for building our own repositories. If you need to set the feed then include the www that's why it was failing in the first place.
|
Makes sense, thanks! |
Hi, I am still getting the same error message on Ubunti. for I did update dnvm
|
@cheers00 Are you behind a proxy or anything? |
@davidfowl yes. But other commands work. I can browse internet. |
Which other commands work? |
like installing mono, toolchain Setup, sudo apt-get update etc. |
We have an interesting proxy/security environment that includes MITM/Bluecoat etc. The fix for the above problem for us was removing HTTPS. Seems that curl will not negotiate HTTPS with the NuGet server. As below:
|
The problem with this message is that several things can cause it. Any networking issue really, and there were several bugs that caused it as we went. I am closing this now. If you are still having an issue like this and want some help then create a new issue with details about what you are seeing. For when you are behind a proxy we are just using curl without any special code to make the proxy work, so you need to do what is needed to make curl work with your environment. |
running dnvm upgrade (and dnvm upgrade -u) gives this error:
Determining latest version
Error: Could not find latest version from feed https://nuget.org/api/v2
The text was updated successfully, but these errors were encountered: