From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9EDEC1B8C0 for ; Sat, 23 Jun 2018 04:16:24 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3C97E21C84; Fri, 22 Jun 2018 11:39:22 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 22 Jun 2018 11:39:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=zNAmifG5q9pRPT+Q1wCJO6XSsh Lirpyk04MI+9+DXJY=; b=Ub8+1EpNfBDj6d6uh5T2a38YGIWO2moz6EriDvWZJz 3RnrW8oagZCzFBCygEmUaqdSS88cOE9IvyXlcxcjHuTInWkaJfv/SFr7Zyc0qmd+ 1vPW2BqoPWdMiJRIMbFhgrEilMC+UERuMruxbqpaWDMnIEfxABhNs9JwTjMUKiVv o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=zNAmif G5q9pRPT+Q1wCJO6XSshLirpyk04MI+9+DXJY=; b=MycmYwwFhhLDYzTnVnte0F FtSDaehJ17D3HK1sFWdO7c7YIZ4ViTo6mizyQxHNUGR/RzKezElJx9T9BAjgmZK+ BBcI2gbFqWTUontKCkHElKouWorA2yvMZzMprhYcXnc7DOP8/WcbzVeOgIYm705S EoIbHRFqWwbDw7AmWh+1k4SwvXdi53INJM/pP5Io4bM2vUmpF5ru42xQdMo6kdjG ku2oYwP7Y1fM9ES9wV5jJnqymTtEyFooGzh66JS1vlcUofssDUQJ3edR7NLkQ1kg 9kqjR9Md/Wl4aX+rGXSR0CnP/88I5CdXZWaB/XMX+Ve9QWRjr483qxJNyCYOFQYg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 661E110260; Fri, 22 Jun 2018 11:39:21 -0400 (EDT) From: Thomas Monjalon To: Jeremy Plsek Cc: Patrick MacArthur , alialnu@mellanox.com, dpdklab@iol.unh.edu, ci@dpdk.org Date: Fri, 22 Jun 2018 17:39:20 +0200 Message-ID: <33254811.9IWW2kmgxN@xps> In-Reply-To: References: <1773734.J8st0Yi5bl@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-ci] [dpdklab] Re: patchwork REST API patches endpoint 500 error X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2018 02:16:24 -0000 22/06/2018 16:16, Jeremy Plsek: > Hi Thomas, > > The specific URL we are trying to access is: > http://patches.dpdk.org/api/patches/?archived=1&order=-date&project=dpdk&page=1 > > Which used to work before. > > I've also noticed 500's every so often on just > http://patches.dpdk.org/api/patches/ Indeed it is not working anymore. I don't know what happens. Is it possible to use https://patches.dpdk.org/series/ID/mbox/ ? > On Fri, Jun 22, 2018 at 3:16 AM Thomas Monjalon wrote: > > > 22/06/2018 01:41, Patrick MacArthur: > > > Hi, > > > > > > The Patchwork instance is throwing a 500 error when our scripts try to > > > access the following URL: > > > > > > http://patches.dpdk.org/api/1.0/patches/ > > > > > > Our scripts currently use this endpoint to scrape new patches to be > > applied > > > and tested in our system. > > > > > > Could you please look into this? > > > > You know patchwork has been updated? > > > > Look at this page for the summary of APIs: > > http://patches.dpdk.org/api/ > > > > There is this one: > > http://patches.dpdk.org/api/patches/ > > > > But you should download series with this URL: > > https://patches.dpdk.org/series/ID/mbox/ > > > > > > > >