GNU bug report logs -
#38034
26.3; wrong-type-argument plistp "" (org-caldav, url-dav)
Previous Next
Full log
Message #14 received at 38034 <at> debbugs.gnu.org (full text, mbox):
Nuno Pedrosa <info <at> nunopedrosa.net> writes:
> Debugger entered--Lisp error: (wrong-type-argument plistp "")
> plist-put("" DAV:status 404)
> url-dav-process-response(#<killed buffer>
The backtrace is hard to read as it's posted as HTML, but I think this
must mean that the error is here:
(let ((properties (url-dav-dispatch-node (car tree))))
;; We need to make sure we have a DAV:status node in there for
;; higher-level code;
(setq properties (plist-put properties 'DAV:status overall-status))
;; Make this look like a DAV:multistatus parse tree so that
;; nobody but us needs to know the difference.
(list (cons url properties))))))
What's the value of `tree' when you get this backtrace?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.