Open Tettsch opened 8 months ago
Hi and sorry for replying late, I haven't got around to testing using this configuration, how are you entering the server url?
Hi, no worries. I understand that this bug does not have a high priority as your integration seems to work for most of the users. :)
For logging in I use https://cloud.department.universitydomain.de/ (of course changing universitydomain and department to the university I work for).
With Planify 4.10.5 logging in does not result into a planify crash any more but the task list remains empty. Though, looking at the Terminal I get 2 responses after logging in:
login status_code: 207
login status_code: 404
Describe the bug After typing in the login credentials, planify crashes.
To Reproduce Steps to reproduce the behavior:
Expected behavior Not crashing and showing task list.
Desktop (please complete the following information):
Additional context I am using Nextcloud with LDAP integration.
I tried tinkering with the source code but since I never used vala before, it is quite hard for me to really make progress. :/
I added a bunch of print outs in
Caldav.vala
to see what is going on there. Especially printingstream.get_data ())
infirst_sync
was quite valuable because initially I just got an 404 response. After changing my username invar url = "%s/remote.php/dav/principals/users/%s/".printf (server_url, username);
to the LDAP username provided through the nextcloud share link in my calendar (basically an ID likexxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
) I got a response with some information (like email-address and displayname), but nonetheless planify still crashes.And well, that is where I am at right now. Maybe anyone else is experiencing similar problems or uses nextcloud through LDAP login and it works for you?
Edit: so, I think, the problem I basically have right now is that my username is not the ID I need fo caldav.