From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Error in org2blog/wp-login: "Must provide a callback function to url-retrieve" Date: Mon, 30 Apr 2012 21:26:14 +0200 Message-ID: <87zk9t81ih.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOwEw-00073s-1V for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 15:26:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SOwEu-0001iE-1R for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 15:26:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:32780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SOwEt-0001i7-Qf for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 15:26:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SOwEq-0007xa-N7 for emacs-orgmode@gnu.org; Mon, 30 Apr 2012 21:26:24 +0200 Received: from cm-84.208.231.161.getinternet.no ([84.208.231.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Apr 2012 21:26:24 +0200 Received: from sb by cm-84.208.231.161.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Apr 2012 21:26:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Platform: Intel P4, debian testing, GNU Emacs 23.4.1 (i486-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-07 on biber, modified by Debian, org-mode from git, org2blog from git, xml-rpc 1.6.7 from ELPA, I am trying to use org2blog from github, but I am unable to log into the server. I have cloned the repo, and set up org2blog according to the README https://github.com/punchagan/org2blog/blob/master/README.org I'm using .netrc for the username and password (as outlined in the emacs configuration section). I have installed xml-rpc, using ELPA: http://tromey.com/elpa/ When I try to log in, using `M-x org2blog/wp-login RET', I get the following error message in the minibuffer: Must provide a callback function to url-retrieve Anyone got an idea? Puneeth...? The full stack trace, is: Debugger entered--Lisp error: (error "Must provide a callback function to url-retrieve") signal(error ("Must provide a callback function to url-retrieve")) error("Must provide a callback function to url-retrieve") url-retrieve-internal("http://myuser.mydomain.com/xmlrpc.php" t (nil)) url-retrieve("http://myuser.mydomain.com/xmlrpc.php" t) xml-rpc-request("http://myuser.mydomain.com/xmlrpc.php" ((methodCall nil (methodName nil "metaWeblog.getCategories") (params nil ... ... ...))) nil) xml-rpc-method-call-async(nil "http://myuser.mydomain.com/xmlrpc.php" "metaWeblog.getCategories" ("1" "myuseradmin" "supersikkertpassord")) xml-rpc-method-call("http://myuser.mydomain.com/xmlrpc.php" "metaWeblog.getCategories" "1" "myuseradmin" "supersikkertpassord") metaweblog-get-categories("http://myuser.mydomain.com/xmlrpc.php" "myuseradmin" "supersikkertpassord" "1") org2blog/wp-login() call-interactively(org2blog/wp-login t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil)