-
Notifications
You must be signed in to change notification settings - Fork 213
'NoneType' object has no attribute 'count' #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
please paste the output of of |
$ khal --sync --debug the caldav server log shows no error My khal.conf : The resource url is my domain name which has this DNS entries : When trying to use the 2nd resource (the full one in https) I get this error : and the server did send a 401 : (idem with this URL : https://cal.ccc.com/principals/[email protected]/) |
the last refactoring seems to have broken proper error logging :( |
the very latest commit 4b5a846 should fix this, too |
Error logging is working :) $ khal --sync --debug |
Since your second report looks different than the first and third one and the server did send a return code 401 (unauthorized), could it be that you just mistyped your password? Anyway, in the (first and) third report khal can not find a DAV header in the response, indicating that khal is not querying the right URL. This could be a configuration problem or khal could somehow mangle your correctly entered URL (or a lot of other things). Could you have a look at your server logs again? Also, if you do have xmpp/jabber, you might want to add me (my details are on http://lostpackets.de/khal/ under |
The first URL (http://bbb.com) is not the caldav server but it has a DNS entry (_caldavs._tcp.bbb.com. 3600 IN SRV 0 0 443 cal.ccc.com.) that point to the caldav server (https://cal.ccc.com), I think that's why khal doesn't find a DAV header. If I use the caldav server URL (https://cal.ccc.com/calendars/[email protected]/default/) I get a 401 error. I added you to my jabber account (matthieu) |
I didn't get any notice on jabber, please try again (or send me your jabber address via email (also under |
thanks for your help on jabber, the fix was to use |
I get this error when trying to khal --sync :
$ khal --sync
Server password (account Matthieu):
CRITICAL:root:While syncing account
Matthieu
an error occured:'NoneType' object has no attribute 'count'
The caldav server is based on sabredav 1.8.7
The text was updated successfully, but these errors were encountered: