Trouble opening MC repositories "Error: subscript is out of bounds: 0"

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Trouble opening MC repositories "Error: subscript is out of bounds: 0"

David T. Lewis
I am having problems opening Monticello repositories from any image running
on any interpreter VM. I do not see the problem when running on Cog. I first
noticed it today, but it may have started some time within the last few days
(I don't recall for sure when I last refreshed a repository).

To reproduce, evaluate this, running this on an interpreter VM:

  HTTPSocket httpGet: 'http://source.squeak.org/trunk/?C=M;O=D' args: nil user: '' passwd: ''

The problem is apparently not related to recent image changes or VM changes,
and it happens when trying to open any http repository.

I'm stumped. Is anyone else seeing this?

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Trouble opening MC repositories "Error: subscript is out of bounds: 0"

David T. Lewis
On Sun, Feb 01, 2015 at 10:42:49AM -0500, David T. Lewis wrote:

> I am having problems opening Monticello repositories from any image running
> on any interpreter VM. I do not see the problem when running on Cog. I first
> noticed it today, but it may have started some time within the last few days
> (I don't recall for sure when I last refreshed a repository).
>
> To reproduce, evaluate this, running this on an interpreter VM:
>
>   HTTPSocket httpGet: 'http://source.squeak.org/trunk/?C=M;O=D' args: nil user: '' passwd: ''
>
> The problem is apparently not related to recent image changes or VM changes,
> and it happens when trying to open any http repository.
>
> I'm stumped. Is anyone else seeing this?

The problem was caused by a local installation mistake on my part, apparently
related to insuffient coffee.

My apologies, and sorry for the noise.

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Trouble opening MC repositories "Error: subscript is out of bounds: 0"

marcel.taeumel (old)
Maybe. Or an unfavorable kind of coffee beans. :)

Best,
Marcel