From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from p3plsmtpa07-05.prod.phx3.secureserver.net (p3plsmtpa07-05.prod.phx3.secureserver.net [173.201.192.234]) by mail.openembedded.org (Postfix) with ESMTP id 10F796FA62 for ; Sat, 2 Aug 2014 01:07:44 +0000 (UTC) Received: from [192.168.65.10] ([66.41.60.82]) by p3plsmtpa07-05.prod.phx3.secureserver.net with id Zd7i1o00Y1mTNtu01d7jxa; Fri, 01 Aug 2014 18:07:44 -0700 Message-ID: <53DC39DE.5020105@pabigot.com> Date: Fri, 01 Aug 2014 20:07:42 -0500 From: "Peter A. Bigot" Organization: Peter Bigot Consulting, LLC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: OE-core References: <53C3A130.4000900@pabigot.com> In-Reply-To: <53C3A130.4000900@pabigot.com> Subject: Re: patchwork client problems X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2014 01:07:47 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 07/14/2014 04:21 AM, Peter A. Bigot wrote: > I'm finding attempts to use pwclient on > http://patches.openembedded.org/xmlrpc/ produce an ExpatError because > the returned document is always empty (per a wireshark trace of the > transaction). Can somebody confirm that the server for the > command-line client is working properly? Thanks. > > Peter > I've downloaded a fresh copy of pwclient from http://patches.openembedded.org/help/pwclient/ I've verified my .pwclientrc is exactly what the project info tells me it should be: [base] url: http://patches.openembedded.org/xmlrpc/ project: oe-core I've verified that pwclient works with other servers. And I still get empty documents back from the OE patchwork server for every pwclient command I try. Anybody have any idea what's going wrong? Thanks. Peter llc[40]$ /tmp/pwclient projects Traceback (most recent call last): File "/tmp/pwclient", line 500, in main() File "/tmp/pwclient", line 439, in main action_projects(rpc) File "/tmp/pwclient", line 213, in action_projects projects = rpc.project_list("", 0) File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/usr/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/usr/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/usr/lib/python2.7/xmlrpclib.py", line 1471, in parse_response p.close() File "/usr/lib/python2.7/xmlrpclib.py", line 560, in close self._parser.Parse("", 1) # end of data xml.parsers.expat.ExpatError: no element found: line 1, column 0