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? -- View this message in context: http://owncloud.10557.n7.nabble.com/Problem-with-remote-access-used-to-work-fails-with-an-error-now-tp14905p14907.html Sent from the Users mailing list archive at Nabble.com. _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
