GNU bug report logs - #38034
26.3; wrong-type-argument plistp "" (org-caldav, url-dav)

Previous Next

Package: emacs;

Reported by: Nuno Pedrosa <info <at> nunopedrosa.net>

Date: Sat, 2 Nov 2019 17:47:02 UTC

Severity: normal

Found in version 26.3

Full log


Message #14 received at 38034 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Nuno Pedrosa <info <at> nunopedrosa.net>
Cc: 38034 <at> debbugs.gnu.org
Subject: Re: bug#38034: 26.3; wrong-type-argument plistp "" (org-caldav,
 url-dav)
Date: Sun, 03 Nov 2019 15:57:13 +0100
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.