From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help,gmane.emacs.orgmode Subject: Re: xml-rpc-request error for wordpress Date: Sun, 18 Jan 2015 16:59:17 +0300 Message-ID: <874mrofave.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421589581 28018 80.91.229.3 (18 Jan 2015 13:59:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Jan 2015 13:59:41 +0000 (UTC) Cc: help-gnu-emacs , "emacs-orgmode@gnu.org" To: Shiyuan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 18 14:59:37 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YCqO8-0007e3-Rf for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jan 2015 14:59:37 +0100 Original-Received: from localhost ([::1]:33598 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCqO8-0008Tl-A9 for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jan 2015 08:59:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCqNw-0008Td-QE for help-gnu-emacs@gnu.org; Sun, 18 Jan 2015 08:59:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCqNt-0001qQ-Le for help-gnu-emacs@gnu.org; Sun, 18 Jan 2015 08:59:24 -0500 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:53878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCqNt-0001qL-EE; Sun, 18 Jan 2015 08:59:21 -0500 Original-Received: by mail-la0-f50.google.com with SMTP id pn19so25018524lab.9; Sun, 18 Jan 2015 05:59:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Bka44vHdbOIIh7v5eie9AuaZzf1ZHoNMS+LVJz9iJDM=; b=IDggFO1svtc68+/PqrlxN/3bzNesLwJi7bORnJ95mo1LYsQyDOaj1/WCF5+4Dg5tK5 pIRDHEAliiOcgObYa8mizyGUALE3Q6mISxo+bC+kJc1O9A3LEVBjswMztae55QaaKACg FdiXSCnSwgaUlFkAWCsyaL32Jyk1b03/BvLChQKVVsuhxWCkBRiyKmn43woZI04tACoM NyC8Omf2wcHg3AdhTFKkEvjwKTtfwHSVb6vnZXZicrB/kr9DKkSByaiJEei817kd7UgX Xp1yzNlyfhSrmLFgMEDtyZgub9uCos0oLpzfsKiNlgYLB08WTvt2PDqvngXZ8GXaZG4N Spzg== X-Received: by 10.112.64.35 with SMTP id l3mr24627508lbs.82.1421589560518; Sun, 18 Jan 2015 05:59:20 -0800 (PST) Original-Received: from leviafan ([217.107.192.131]) by mx.google.com with ESMTPSA id ch1sm2310055lbb.40.2015.01.18.05.59.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Jan 2015 05:59:20 -0800 (PST) In-Reply-To: (Shiyuan's message of "Sat, 17 Jan 2015 16:23:35 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102142 gmane.emacs.orgmode:94130 Archived-At: Shiyuan (2015-01-18 03:23 +0300) wrote: > Hi all, > I have been using org2blog/wp package to manage my wordpress blog. It had > been woking very well until last week when things started to fail. > org2blog/wp uses xml-rpc-request to connect to wordpress.com which returns > the 301 Error. I haven't changed my emacs config for quite a long time. So > I guess something might have happened on the wordpress side or some emacs > packages break something. I have googled around but cannot find any > relevant info. I don't have too much experience about xml-rpc. Any help > about debugging this issue would be appreciated. The traceback is attached. > I can login wordpress and maintain my blog through the browser and web > interface. Thanks. Not sure, but as I saw "POST" and "Error during request: 301" in your backtrace, I think it may be the same as the bug 16960: . -- Alex