[Mono-docs-list] Error uploading contributions

Iain McCoy iain@mccoy.id.au
Sun, 09 May 2004 20:58:09 +1000


On Tue, 2004-05-04 at 17:53, alfius wrote:
> Hi!
> 
> I am having problems uploading my contributions from the monodoc 0.13
> gtk# browser. I have acquired a passkey but when I am trying to upload,
> the programs says "Checking Server version" and stops there. After a
> while it reports that a network error occurred. Sometimes I get past
> this point and (presumably) start uploading but soon after a "network
> error" happens again.
> 
I'm getting a similar thing. It just sits there saying "Checking server
version".

Using ethereal, it seems that what is happening is this:
1. monodoc checks the server version
2. the server sends back a 0, which seems to mean OK to send
3. monodoc invokes GetSerial

The request seems to get sent okay - there don't seem to be any
particularly weird differences between the two requests - but the server
never sends a reply back, and monodoc gives up. From reading
monodoc/browser/server.cs, It seems that CheckVersion doesn't hit the
database but GetSerial does. Is it possible that it's waiting for the
database until things start to time out?
-- 
Iain McCoy <iain@mccoy.id.au>