Comment 11 for bug 873412

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 873412] Re: sqlite3.OperationalError: unable to open database file

On 01/22/2012 08:37 PM, trident_job wrote:
> ooops, you're right.
> I change the setting in the wrong place.
> It works with the cache disabled, but only when I'm checking out the project with https, not just http
>
> Run command: bzr checkout http://dephicodetodoc.svn.sourceforge.net/svnroot/dephicodetodoc/trunk/DelphiCodeToDoc D:\Projets\Ex\D2
> bzr: ERROR: Unprintable exception DavRequestFailed: dict={'msg': "REPORT of '/svnroot/dephicodetodoc/!svn/vcc/default': Could not read response body: Une connexion existante a d\xc3\xbb \xc3\xaatre ferm\xc3\xa9e par l'h\xc3\xb4te distant.\r\n (http://dephicodetodoc.svn.sourceforge.net)", '_preformatted_string': None}, fmt='A Subversion remote access command failed: %(msg)s', error=UnicodeDecodeError('ascii', "REPORT of '/svnroot/dephicodetodoc/!svn/vcc/default': Could not read response body: Une connexion existante a d\xc3\xbb \xc3\xaatre ferm\xc3\xa9e par l'h\xc3\xb4te distant.\r\n (http://dephicodetodoc.svn.sourceforge.net)", 111, 112, 'ordinal not in range(128)')
It seems to work fine over HTTP here too.

The error message should be more nicely formatted, but in short, this is
SourceForge closing the connection on us so it's probably more of a
server side issue. Can you reproduce this consistently?

Cheers,

Jelmer