create cloud account form mobile: weird message in log output

Dirk Hohndel dirk at hohndel.org
Tue Sep 26 10:13:51 PDT 2017


On Tue, Sep 26, 2017 at 10:44:20AM -0400, Dirk Hohndel wrote:
> On Tue, Sep 26, 2017 at 04:40:00PM +0200, Jan Mulder wrote:
> > I just test-created a new cloud account (again). I spot a strange error
> > message in the log output:
> > 
> > INFO: "14.778: git clone of
> > https://cloud.subsurface-divelog.org//git/xxxx@xxxx.xx failed (unexpected
> > HTTP status code: 404)\nfilename is now
> > https://cloud.subsurface-divelog.org//git/xxxx@xxxx.xx[xxxx@xxxx.xx]"
> > 
> > (used email address stripped).
> > 
> > This comes from git_access.c line 755, but all seems to work ok with this
> > new account, and the git repo is on my machine is correct as well.
> > 
> > Just reporting it here, unsure if it is worth further investigation or even
> > a GitHub issue.
> 
> GitHub isn't involved - we run our own git backend (well, I run it).
> Not sure why this would get a 404 (not found) and then work.
> Can you send me the email address used privately so I can look at the
> logs?

Thanks for sending this. What is interesting to me is that you have gotten
the 404 status back quite a few times (13, I think), but no one else ever
has. AND you are working on changing the flow of account creation /
authentication.

So my first guess is that you do something in an order that confuses the
backend. But the log file alone doesn't tell me enough what you are doing
and WHERE you get that error.

/D


More information about the subsurface mailing list