On Sun, Apr 12, 2015 at 06:20:10PM +0100, Chris Green wrote: > On Sun, Apr 12, 2015 at 07:44:29AM -0700, Chris wrote: > > Hi, > > > > > CRITICAL:root:While syncing account "main" an error occured: > > > HTTPConnectionPool(host='isbd.uk', port=80): Max retries exceeded with > > > url: /owncloud/remote.php/carddav/addressbooks/chris/contacts/ (Caused by > > > <class 'httplib.BadStatusLine'>: '') > > > > a first starting point for such errors are answers like: > > > > http://stackoverflow.com/questions/18478013/python-requests-exceptions-connectionerror-max-retries-exceeded-witth-url/18677786#18677786 > > > > > > > > > Seems there is some http status codes which can't be handled. > > > > Have you tried to do the requests with a tool like curl to see what reply > > you're getting? > > > > Anything in your /data/owncloud.log when running the tool? > > > It's actually intermittent, it's being run every 30 minutes by cron > and I'm only seeing the above error two or three times a day. I > suspect it may actually be some hosting or communications problem. > > I didn't realise the error was so infrequent when I first reported it, > as it's working most times I'm not too worried. > It was a connection problem, my upload link was being saturated by a rogue process and the resulting overall slowness was what was causing the error.
-- Chris Green _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
