Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Nuget fails to install ravendb.client version 1.0.971 or 1.0.972
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  20 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Johannes Gustafsson  
View profile  
 More options Aug 19 2012, 12:04 pm
From: Johannes Gustafsson <johanne...@gmail.com>
Date: Sun, 19 Aug 2012 18:04:12 +0200
Local: Sun, Aug 19 2012 12:04 pm
Subject: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Hi,

If install raven like this:

nuget install ravendb.client

Then I get version 1.0.960.

If install any of these:

nuget install ravendb.client -version 1.0.971
nuget install ravendb.client -version 1.0.972

Then I get:

Unable to find version '1.0.972' of package 'ravendb.client'.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Aug 19 2012, 2:52 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Sun, 19 Aug 2012 21:52:09 +0300
Local: Sun, Aug 19 2012 2:52 pm
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Try:

Install-Package RavenDB.Client -Version 1.0.972

It is most certainly there:
http://nuget.org/packages/RavenDB.Client/1.0.972

On Sun, Aug 19, 2012 at 7:04 PM, Johannes Gustafsson
<johanne...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile  
 More options Aug 19 2012, 3:11 pm
From: Damian Hickey <dhic...@gmail.com>
Date: Sun, 19 Aug 2012 20:11:16 +0100
Local: Sun, Aug 19 2012 3:11 pm
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Issue reproduced here

   - Using 'Manage NuGet Packages' GUI in VS and searching RavenDB.Client
   will display and install 972
   - Using Package Manager Console with "install-package RavenDB.Client"
   installs #960
      - Then opening  'Manage NuGet Packages' GUI on Updates tab shows #972
   - "install-package RavenDB.Client -version 1.0.972" results in "Unable
   to find version '1.0.972' of package 'RavenDB.Client'."
   - Command line "nuget i RavenDB.Client" installs #960
   - "nuget i RavenDB.Client -version 1.0.972" results in same error as
   Package Manager Console.

I cleared my nuget cache each time. So... this is strange...

On 19 August 2012 17:04, Johannes Gustafsson <johanne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Aug 19 2012, 3:12 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Sun, 19 Aug 2012 22:12:46 +0300
Local: Sun, Aug 19 2012 3:12 pm
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

I am not sure what this could be.
what happen if you uninstall things before each action?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile  
 More options Aug 19 2012, 3:16 pm
From: Damian Hickey <dhic...@gmail.com>
Date: Sun, 19 Aug 2012 20:16:09 +0100
Local: Sun, Aug 19 2012 3:16 pm
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

I was testing from a clean slate for each action. I have a weak suspicion
it is a nuget CDN issue. Breaking out fiddler, will report back shortly...

On 19 August 2012 20:12, Oren Eini (Ayende Rahien) <aye...@ayende.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options Aug 19 2012, 3:21 pm
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Sun, 19 Aug 2012 22:21:03 +0300
Local: Sun, Aug 19 2012 3:21 pm
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Thanks!
My Nuget Hero!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile  
 More options Aug 19 2012, 3:36 pm
From: Damian Hickey <dhic...@gmail.com>
Date: Sun, 19 Aug 2012 20:36:33 +0100
Local: Sun, Aug 19 2012 3:36 pm
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

No problem ;)

It's not the best technically, but it's what we've got.

On 19 August 2012 20:21, Oren Eini (Ayende Rahien) <aye...@ayende.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile  
 More options Aug 19 2012, 3:50 pm
From: Damian Hickey <dhic...@gmail.com>
Date: Sun, 19 Aug 2012 20:50:29 +0100
Local: Sun, Aug 19 2012 3:50 pm
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Command line and package manager console issue this request:
https://nuget.org/api/v2/FindPackagesById()?id='RavenDB.Client' in which
#971 and #972 are not showing up.

The Manage Packages GUI issues this request:
https://nuget.org/api/v2/Search()?$filter=IsLatestVersion&$orderby=Do...
#971 & #972
*are *showing up.

Both requests went to same
IPAddress<http://www.ipchecking.com/?ip=157.56.8.150&check=Lookup>.
Looks
like nuget.org are currently having problems. Probably just cache related
and will fix itself. Adding package via GUI is a workaround.

On 19 August 2012 20:16, Damian Hickey <dhic...@gmail.com> wrote:

  nuget_command_line_RavenDB.Client_response.txt
392K Download

  nuget_manage_package_gui_RavenDB.Client_response.txt
41K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johannes Gustafsson  
View profile   Translate to Translated (View Original)
 More options Aug 20 2012, 2:50 am
From: Johannes Gustafsson <johanne...@gmail.com>
Date: Mon, 20 Aug 2012 08:50:24 +0200
Local: Mon, Aug 20 2012 2:50 am
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

The reason I use nuget cli is to restore packages from a fresh checkout to
do deployment, so using the GUI is not an option. I got it working anyway
by copying the package manually from another checkout.

The problem still exists though.

2012/8/19 Damian Hickey <dhic...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile   Translate to Translated (View Original)
 More options Aug 20 2012, 7:24 am
From: Damian Hickey <dhic...@gmail.com>
Date: Mon, 20 Aug 2012 12:24:21 +0100
Local: Mon, Aug 20 2012 7:24 am
Subject: Re: [RavenDB] Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

> The problem still exists though.

Yeah, probably related to http://twitter.com/nuget/status/237427240286162944
.

Slightly OT, but in general, I'd recommend you set up a local nuget repo on
your LAN for package restore purposes. Isolates you from nuget.org /
internet outages and is a lot faster.

On 20 August 2012 07:50, Johannes Gustafsson <johanne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 5:27 am
From: Damian Hickey <dhic...@gmail.com>
Date: Tue, 21 Aug 2012 02:27:18 -0700 (PDT)
Local: Tues, Aug 21 2012 5:27 am
Subject: Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Got in contact with David Fowler and we've got to the bottom of this issue
and they're working on it that'll require a new deployment of nuget's
webservices.

The problem, for those that are interested appears to be this line:
https://github.com/NuGet/NuGetGallery/blob/master/Website/DataService... .
The results of FinePackagesById(), which is used by command line, Package
Manager Console and Package Restore, is limited to 100 - and RavenDB.Client
is the first package to have >100 packages.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 5:36 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Tue, 21 Aug 2012 12:36:15 +0300
Local: Tues, Aug 21 2012 5:36 am
Subject: Re: [RavenDB] Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Huh!
Love it when we break the rules like that :-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kijana Woodard  
View profile  
 More options Aug 21 2012, 8:36 am
From: Kijana Woodard <kijana.wood...@gmail.com>
Date: Tue, 21 Aug 2012 07:36:18 -0500
Local: Tues, Aug 21 2012 8:36 am
Subject: Re: [RavenDB] Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Haha. I'm sure they were thinking it would take years for a project to have
100 packages.

" I mean, Microsoft releases once or twice a year, so if they were really
aggressive, a project might release, what, every month. Don't worry guys,
we won't need to look at this for a decade! "

Oooops.
On Aug 21, 2012 4:36 AM, "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 9:00 am
From: Damian Hickey <dhic...@gmail.com>
Date: Tue, 21 Aug 2012 06:00:24 -0700 (PDT)
Local: Tues, Aug 21 2012 9:00 am
Subject: Re: [RavenDB] Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

We were still exploring when I post that - it may not be the page size, but
the client is not downloading subsequent pages.

I may have jumped the gun there ;)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Vallelunga  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 4:19 pm
From: Brian Vallelunga <br...@vallelunga.com>
Date: Tue, 21 Aug 2012 13:19:31 -0700 (PDT)
Local: Tues, Aug 21 2012 4:19 pm
Subject: Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Ahh, so this is why my build server isn't working today. Using package
restore, it bombs on the 972 package download. Hopefully the nuget team
will get this fixed quickly.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 5:24 pm
From: Damian Hickey <dhic...@gmail.com>
Date: Tue, 21 Aug 2012 14:24:15 -0700 (PDT)
Local: Tues, Aug 21 2012 5:24 pm
Subject: Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

I posted a workaround that will fix your build server:
https://groups.google.com/forum/?fromgroups=#!topic/ravendb/wt0xChBezAI


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Marisic  
View profile   Translate to Translated (View Original)
 More options Aug 21 2012, 5:29 pm
From: Chris Marisic <ch...@marisic.com>
Date: Tue, 21 Aug 2012 14:29:42 -0700 (PDT)
Local: Tues, Aug 21 2012 5:29 pm
Subject: Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Simpler work around is to just get the package and put it in your nuget
cache folder on server.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Damian Hickey  
View profile  
 More options Aug 21 2012, 5:51 pm
From: Damian Hickey <dhic...@gmail.com>
Date: Tue, 21 Aug 2012 22:51:35 +0100
Local: Tues, Aug 21 2012 5:51 pm
Subject: Re: [RavenDB] Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Will that work if the account the build agent service runs under is
non-interactive?

On 21 August 2012 22:29, Chris Marisic <ch...@marisic.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Marisic  
View profile   Translate to Translated (View Original)
 More options Aug 22 2012, 8:26 am
From: Chris Marisic <ch...@marisic.com>
Date: Wed, 22 Aug 2012 05:26:19 -0700 (PDT)
Local: Wed, Aug 22 2012 8:26 am
Subject: Re: [RavenDB] Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

It would still have access to it's user folder i'd have to believe for it
to have a nuget cache. I'm not even sure if it's possible for package
restore to work without nuget cache.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fabrizioiezzoni  
View profile   Translate to Translated (View Original)
 More options Aug 22 2012, 9:45 am
From: fabrizioiezzoni <i...@popapps.it>
Date: Wed, 22 Aug 2012 06:45:23 -0700 (PDT)
Local: Wed, Aug 22 2012 9:45 am
Subject: Re: Nuget fails to install ravendb.client version 1.0.971 or 1.0.972

Il giorno domenica 19 agosto 2012 18:04:12 UTC+2, Johannes Gustafsson ha scritto:

for mysql I solved using unstable version:

Install-Package RavenDB.Client -Pre


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »