Hi Johann,
it is often caused by invalid XML 1.0 data returned from the server. There is a list of characters not allowed in XML 1.0, but lot of server (e.g. DAViCal) accept these characters in vCard/vCalendar and then the resulting XML response is invalid (so the browser "crashes" on the data parsing). The HTTP response code in these cases is always 207, but the result is simply not valid ... see: http://en.wikipedia.org/wiki/Valid_characters_in_XML http://en.wikipedia.org/wiki/Valid_characters_in_XML
See also: https://www.inf-it.com/mlmmj/davclients/2013-07/0000079.html https://www.inf-it.com/mlmmj/davclients/2013-07/0000079.html
If the links above not help you then please send me a private email with demo credentials and I will debug it ...
Cheers,
JM
On 07 Dec 2015, at 15:45, Johan Vromans jvromans@squirrel.nl wrote:
Hi,
Suddenly a good working configuration came to a halt.
Symptomes: InfCloud gets stuck at "Loading 1 of 1".
Reproducible with InfCloud 0.13.1 and 0.13.2.rc1, and with CardDAVmate 0.13.2.rc1.
The problem seems to be in the contacts, since CalDAVzap works properly.
The last command executed (from the http log): "REPORT /caldav.php/jv/addresses/ HTTP/1.1" 207 8404356 "http://localhost/carddavmate/"
I can fetch the contacts w/o problems (using wget), and I tried reloading the contents from the VCF (using the DAViCal web UI). No change.
I probably did something stupid, but I do not have the faintest idea what...
-- Johan